Skip to content

Commit 2e19f8f

Browse files
authored
chore(pyth-lazer-agent) Fix mistake in sample config (#2867)
1 parent c505951 commit 2e19f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
relayer_urls = ["ws://relayer-0.pyth-lazer.dourolabs.app/v1/transaction", "ws://relayer-0.pyth-lazer.dourolabs.app/v1/transaction"]
1+
relayer_urls = ["wss://relayer-0.pyth-lazer.dourolabs.app/v1/transaction", "wss://relayer-0.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"

0 commit comments

Comments
 (0)