From b58b8719c1b5163b681f639c8d49034e36164f42 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Thu, 19 Jun 2025 09:43:23 +0100 Subject: [PATCH] chore: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64e8775..3a349fe 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Make sure to set `RUST_LOG=INFO` to enable logs from tracing: ```bash RUST_LOG=INFO cargo run -- run \ --pythnet-url wss://api2.pythnet.pyth.network \ - --server-url https://watcher.pyth.network \ + --server-url https://quorum.pyth.network \ --secret-key /path/to/secret.key \ --wormhole-pid H3fxXJ86ADW2PNuDDmZJg6mzTtPxkYCpNuQUTgmJ7AjU ``` @@ -41,7 +41,7 @@ Instead of CLI flags, you can also set environment variables: ```bash export PYTHNET_URL=wss://api2.pythnet.pyth.network -export SERVER_URL=https://watcher.pyth.network +export SERVER_URL=https://quorum.pyth.network export SECRET_KEY=/path/to/secret.key export WORMHOLE_PID=H3fxXJ86ADW2PNuDDmZJg6mzTtPxkYCpNuQUTgmJ7AjU export RUST_LOG=INFO