File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ The agent takes a single `--config` CLI option, pointing at
44
44
` config/config.toml ` by default. Configuration is currently minimal:
45
45
46
46
``` 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" ]
48
48
publish_keypair_path = " /path/to/keypair.json"
49
49
authorization_token = " your_token"
50
50
listen_address = " 0.0.0.0:8910"
Original file line number Diff line number Diff line change 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" ]
2
2
publish_keypair_path = " /path/to/solana/id.json"
3
3
listen_address = " 0.0.0.0:8910"
4
4
publish_interval_duration = " 25ms"
5
- authorization_token =" token1"
5
+ authorization_token = " token1"
6
+ enable_update_deduplication = true
You can’t perform that action at this time.
0 commit comments