Skip to content

Commit 10368cc

Browse files
authored
Clarify optionality of authorization_token in pyth-lazer-agent sample config
2 parents 78dcb62 + 9929c4b commit 10368cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/pyth-lazer-agent/config/config.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ relayer_urls = ["wss://relayer-0.pyth-lazer.dourolabs.app/v1/transaction", "wss:
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"
65
enable_update_deduplication = true
6+
# Publishers with existing tokens may still need to provide them. Please confirm with the Lazer team.
7+
# New publishers will not need this line.
8+
# authorization_token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-pblr"

0 commit comments

Comments
 (0)