Skip to content

Commit 6c6f443

Browse files
committed
Update readme
1 parent babda3e commit 6c6f443

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Make sure to set `RUST_LOG=INFO` to enable logs from tracing:
2828
```bash
2929
RUST_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
4848
export 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
5050
export SECRET_KEY=/path/to/secret.key
5151
export WORMHOLE_PID=H3fxXJ86ADW2PNuDDmZJg6mzTtPxkYCpNuQUTgmJ7AjU
5252
export RUST_LOG=INFO

0 commit comments

Comments
 (0)