Update testnet example launch instructions

This commit is contained in:
Leo 2021-02-15 21:56:12 +01:00
parent 361cf8fe25
commit 9dd9432e5e
1 changed files with 10 additions and 7 deletions

View File

@ -47,6 +47,9 @@ Refer to the [operations guide](https://github.com/certusone/wormhole/blob/maste
--bootstrap "/dns4/wormhole-testnet-bootstrap.certus.one/udp/8999/quic/p2p/12D3KooWH3VP44t12yKQXrPfMQVKEqSHnk5GTN3RCSqNoakAkLCq"
--network "/wormhole/testnet/1" \
--ethContract "0x251bBCD91E84098509beaeAfF0B9951859af66D3" \
--solanaBridgeAddress 5gQf5AUhAgWYgUCt9ouShm9H7dzzXUsLdssYwe5krKhg \ # <-- Solana Bridge address, same as the agent
--solanaRPC http://solana-host:8899 \ # <-- Solana RPC URI, same as the agent
--solanaWS ws://solana-devnet:8900 \ # <-- Solana websocket URI, same as the agent
--nodeName "Certus One" \ # <-- your node's name (for network explorer usage)
--nodeKey /opt/solana/keys/wormhole-node.key \ # <-- auto-generated node key
--bridgeKey /opt/solana/keys/wormhole-guardian.key \ # <-- your guardian key generated by "guardiand keygen"