Skip to content

Commit a063579

Browse files
authored
chore: update README (#9)
1 parent 35003c5 commit a063579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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://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
4343
export PYTHNET_URL=wss://api2.pythnet.pyth.network
44-
export SERVER_URL=https://watcher.pyth.network
44+
export SERVER_URL=https://quorum.pyth.network
4545
export SECRET_KEY=/path/to/secret.key
4646
export WORMHOLE_PID=H3fxXJ86ADW2PNuDDmZJg6mzTtPxkYCpNuQUTgmJ7AjU
4747
export RUST_LOG=INFO

0 commit comments

Comments
 (0)