File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Make sure to set `RUST_LOG=INFO` to enable logs from tracing:
2828``` bash
2929RUST_LOG=INFO cargo run -- run \
3030 --pythnet-url wss://api2.pythnet.pyth.network \
31- --server-url https://watcher .pyth.network \
31+ --server-url https://quorum .pyth.network \
3232 --secret-key /path/to/secret.key \
3333 --wormhole-pid H3fxXJ86ADW2PNuDDmZJg6mzTtPxkYCpNuQUTgmJ7AjU
3434```
@@ -41,7 +41,7 @@ Instead of CLI flags, you can also set environment variables:
4141
4242``` bash
4343export PYTHNET_URL=wss://api2.pythnet.pyth.network
44- export SERVER_URL=https://watcher .pyth.network
44+ export SERVER_URL=https://quorum .pyth.network
4545export SECRET_KEY=/path/to/secret.key
4646export WORMHOLE_PID=H3fxXJ86ADW2PNuDDmZJg6mzTtPxkYCpNuQUTgmJ7AjU
4747export RUST_LOG=INFO
You can’t perform that action at this time.
0 commit comments