config.toml 464 B

12345678
  1. relayer_urls = ["wss://relayer-0.pyth-lazer.dourolabs.app/v1/transaction", "wss://relayer-1.pyth-lazer.dourolabs.app/v1/transaction"]
  2. publish_keypair_path = "/path/to/solana/id.json"
  3. listen_address = "0.0.0.0:8910"
  4. publish_interval_duration = "25ms"
  5. enable_update_deduplication = true
  6. update_deduplication_ttl = "500ms"
  7. # Publishers with existing tokens may still need to provide them. Please confirm with the Lazer team.
  8. # New publishers will not need this line.