From e9b51cb2fc1f2c417b1de55ebc72e856b480a32a Mon Sep 17 00:00:00 2001 From: Bart Platak Date: Fri, 15 Aug 2025 16:05:42 +0100 Subject: [PATCH] chore(pyth-lazer-agent) Update README.md and config sample --- apps/pyth-lazer-agent/README.md | 2 +- apps/pyth-lazer-agent/config/config.toml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/pyth-lazer-agent/README.md b/apps/pyth-lazer-agent/README.md index 14ed2576c7..b067cf8112 100644 --- a/apps/pyth-lazer-agent/README.md +++ b/apps/pyth-lazer-agent/README.md @@ -44,7 +44,7 @@ The agent takes a single `--config` CLI option, pointing at `config/config.toml` by default. Configuration is currently minimal: ```toml -relayer_urls = ["wss://relayer.pyth-lazer-staging.dourolabs.app/v1/transaction", "wss://relayer-1.pyth-lazer-staging.dourolabs.app/v1/transaction"] +relayer_urls = ["wss://relayer-0.pyth-lazer.dourolabs.app/v1/transaction", "wss://relayer-1.pyth-lazer.dourolabs.app/v1/transaction"] publish_keypair_path = "/path/to/keypair.json" authorization_token = "your_token" listen_address = "0.0.0.0:8910" diff --git a/apps/pyth-lazer-agent/config/config.toml b/apps/pyth-lazer-agent/config/config.toml index 4bf417c25a..a6e32bd1a4 100644 --- a/apps/pyth-lazer-agent/config/config.toml +++ b/apps/pyth-lazer-agent/config/config.toml @@ -1,5 +1,6 @@ -relayer_urls = ["wss://relayer.pyth-lazer-staging.dourolabs.app/v1/transaction", "wss://relayer-1.pyth-lazer-staging.dourolabs.app/v1/transaction"] +relayer_urls = ["wss://relayer-0.pyth-lazer.dourolabs.app/v1/transaction", "wss://relayer-1.pyth-lazer.dourolabs.app/v1/transaction"] publish_keypair_path = "/path/to/solana/id.json" listen_address = "0.0.0.0:8910" publish_interval_duration = "25ms" -authorization_token="token1" +authorization_token = "token1" +enable_update_deduplication = true