File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ 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://quorum-green .pyth.network \
32- --server-url https://quorum-yellow .pyth.network \
33- --server-url https://quorum-cyan .pyth.network \
31+ --server-url https://quorum-1 .pyth.network \
32+ --server-url https://quorum-2 .pyth.network \
33+ --server-url https://quorum-3 .pyth.network \
3434 --secret-key /path/to/secret.key \
3535 --wormhole-pid H3fxXJ86ADW2PNuDDmZJg6mzTtPxkYCpNuQUTgmJ7AjU
3636```
@@ -46,7 +46,7 @@ Instead of CLI flags, you can also set environment variables:
4646
4747``` bash
4848export PYTHNET_URL=wss://api2.pythnet.pyth.network
49- export SERVER_URL=https://quorum-green .pyth.network,https://quorum-yellow .pyth.network,https://quorum-cyan .pyth.network
49+ export SERVER_URL=https://quorum-1 .pyth.network,https://quorum-2 .pyth.network,https://quorum-3 .pyth.network
5050export SECRET_KEY=/path/to/secret.key
5151export WORMHOLE_PID=H3fxXJ86ADW2PNuDDmZJg6mzTtPxkYCpNuQUTgmJ7AjU
5252export RUST_LOG=INFO
You can’t perform that action at this time.
0 commit comments