docs: adding more bootstraps for testnet spy (#3402)
This commit is contained in:
parent
06d8f2d268
commit
42e64a2e3c
|
@ -267,7 +267,7 @@ docker run \
|
||||||
-p 7073:7073 \
|
-p 7073:7073 \
|
||||||
--entrypoint /guardiand \
|
--entrypoint /guardiand \
|
||||||
ghcr.io/wormhole-foundation/guardiand:latest \
|
ghcr.io/wormhole-foundation/guardiand:latest \
|
||||||
spy --nodeKey /node.key --spyRPC "[::]:7073" --network /wormhole/testnet/2/1 --bootstrap /dns4/wormhole-testnet-v2-bootstrap.certus.one/udp/8999/quic/p2p/12D3KooWAkB9ynDur1Jtoa97LBUp8RXdhzS5uHgAfdTquJbrbN7i
|
spy --nodeKey /node.key --spyRPC "[::]:7073" --network /wormhole/testnet/2/1 --bootstrap "/dns4/wormhole-testnet-v2-bootstrap.certus.one/udp/8999/quic/p2p/12D3KooWAkB9ynDur1Jtoa97LBUp8RXdhzS5uHgAfdTquJbrbN7i,/dns4/t-guardian-01.nodes.stable.io/udp/8999/quic/p2p/12D3KooWCW3LGUtkCVkHZmVSZHzL3C4WRKWfqAiJPz1NR7dT9Bxh,/dns4/t-guardian-02.nodes.stable.io/udp/8999/quic/p2p/12D3KooWJXA6goBCiWM8ucjzc4jVUBSqL9Rri6UpjHbkMPErz5zK"
|
||||||
```
|
```
|
||||||
|
|
||||||
To run the spy against mainnet:
|
To run the spy against mainnet:
|
||||||
|
|
Loading…
Reference in New Issue