diff --git a/testnetv1/info.md b/testnetv1/info.md index 7e32ae2..08d5f58 100644 --- a/testnetv1/info.md +++ b/testnetv1/info.md @@ -47,18 +47,21 @@ 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" \ - --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" - --ethRPC wss://ethereum-node.example.com/ws/v3/[...] \ # <-- your ETH full/light node websocket URI + --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" + --ethRPC wss://ethereum-node.example.com/ws/v3/[...] \ # <-- your ETH full/light node websocket URI --adminSocket /run/guardiand/admin.socket \ --agentRPC /run/guardiand/agent.socket \ --terra \ - --terraWS wss://terra-node.example.com:26657/websocket \ # <-- Terra node websocket URI - --terraLCD https://terra-lcd.example.com:1317 \ # <-- Terra LCD node HTTP URI + --terraWS wss://terra-node.example.com:26657/websocket \ # <-- Terra node websocket URI + --terraLCD https://terra-lcd.example.com:1317 \ # <-- Terra LCD node HTTP URI --terraChainID "tequila-0004" \ --terraContract "terra176ckj5gu5vc704033wlm87avrem83pa4vx6c4p" \ - --terraKey /tmp/terra.key # <-- path to mnemonic key for the Terra transaction fee payer + --terraKey /tmp/terra.key # <-- path to mnemonic key for the Terra transaction fee payer ``` ```bash