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:
28
28
``` bash
29
29
RUST_LOG=INFO cargo run -- run \
30
30
--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 \
34
34
--secret-key /path/to/secret.key \
35
35
--wormhole-pid H3fxXJ86ADW2PNuDDmZJg6mzTtPxkYCpNuQUTgmJ7AjU
36
36
```
@@ -46,7 +46,7 @@ Instead of CLI flags, you can also set environment variables:
46
46
47
47
``` bash
48
48
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
50
50
export SECRET_KEY=/path/to/secret.key
51
51
export WORMHOLE_PID=H3fxXJ86ADW2PNuDDmZJg6mzTtPxkYCpNuQUTgmJ7AjU
52
52
export RUST_LOG=INFO
You can’t perform that action at this time.
0 commit comments