Skip to content

Commit e9233ff

Browse files
authored
chore(pyth-lazer-agent) Update README.md and config sample (#2956)
1 parent b31e059 commit e9233ff

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

apps/pyth-lazer-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The agent takes a single `--config` CLI option, pointing at
4444
`config/config.toml` by default. Configuration is currently minimal:
4545

4646
```toml
47-
relayer_urls = ["wss://relayer.pyth-lazer-staging.dourolabs.app/v1/transaction", "wss://relayer-1.pyth-lazer-staging.dourolabs.app/v1/transaction"]
47+
relayer_urls = ["wss://relayer-0.pyth-lazer.dourolabs.app/v1/transaction", "wss://relayer-1.pyth-lazer.dourolabs.app/v1/transaction"]
4848
publish_keypair_path = "/path/to/keypair.json"
4949
authorization_token = "your_token"
5050
listen_address = "0.0.0.0:8910"
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
relayer_urls = ["wss://relayer.pyth-lazer-staging.dourolabs.app/v1/transaction", "wss://relayer-1.pyth-lazer-staging.dourolabs.app/v1/transaction"]
1+
relayer_urls = ["wss://relayer-0.pyth-lazer.dourolabs.app/v1/transaction", "wss://relayer-1.pyth-lazer.dourolabs.app/v1/transaction"]
22
publish_keypair_path = "/path/to/solana/id.json"
33
listen_address = "0.0.0.0:8910"
44
publish_interval_duration = "25ms"
5-
authorization_token="token1"
5+
authorization_token = "token1"
6+
enable_update_deduplication = true

0 commit comments

Comments
 (0)