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:
28
28
``` bash
29
29
RUST_LOG=INFO cargo run -- run \
30
30
--pythnet-url wss://api2.pythnet.pyth.network \
31
- --server-url https://watcher .pyth.network \
31
+ --server-url https://quorum .pyth.network \
32
32
--secret-key /path/to/secret.key \
33
33
--wormhole-pid H3fxXJ86ADW2PNuDDmZJg6mzTtPxkYCpNuQUTgmJ7AjU
34
34
```
@@ -41,7 +41,7 @@ Instead of CLI flags, you can also set environment variables:
41
41
42
42
``` bash
43
43
export PYTHNET_URL=wss://api2.pythnet.pyth.network
44
- export SERVER_URL=https://watcher .pyth.network
44
+ export SERVER_URL=https://quorum .pyth.network
45
45
export SECRET_KEY=/path/to/secret.key
46
46
export WORMHOLE_PID=H3fxXJ86ADW2PNuDDmZJg6mzTtPxkYCpNuQUTgmJ7AjU
47
47
export RUST_LOG=INFO
You can’t perform that action at this time.
0 commit comments