소스 검색

fix config

Mike Rolish 5 달 전
부모
커밋
d6e930a9cb
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      apps/pyth-lazer-agent/config/config.toml

+ 2 - 3
apps/pyth-lazer-agent/config/config.toml

@@ -1,5 +1,4 @@
 relayer_urls = ["ws://relayer-0.pyth-lazer.dourolabs.app/v1/transaction", "ws://relayer-0.pyth-lazer.dourolabs.app/v1/transaction"]
-authorization_token = "token1"
 publish_keypair_path = "/path/to/solana/id.json"
-listen_address = "0.0.0.0:1776"
-publish_interval_duration = "0.5ms"
+listen_address = "0.0.0.0:8910"
+publish_interval_duration = "25ms"