Skip to content

Commit d6e930a

Browse files
committed
fix config
1 parent 810da24 commit d6e930a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
relayer_urls = ["ws://relayer-0.pyth-lazer.dourolabs.app/v1/transaction", "ws://relayer-0.pyth-lazer.dourolabs.app/v1/transaction"]
2-
authorization_token = "token1"
32
publish_keypair_path = "/path/to/solana/id.json"
4-
listen_address = "0.0.0.0:1776"
5-
publish_interval_duration = "0.5ms"
3+
listen_address = "0.0.0.0:8910"
4+
publish_interval_duration = "25ms"

0 commit comments

Comments
 (0)