BSC for testnetv2

This commit is contained in:
Leopold Schabel 2021-07-30 16:25:01 +02:00
parent bd1a269b88
commit e4ce222cac
1 changed files with 6 additions and 2 deletions

View File

@ -8,9 +8,9 @@ This Wormhole testnet connects the following chains:
- Terra [Tequila-0004 testnet](https://finder.terra.money/tequila-0004/).
- Binance Smart Chain *(soon)*
- Binance Smart Chain (mainnet, there's no testnet).
It runs the [v2.0.0](https://github.com/certusone/wormhole/releases/tag/v2.0.0) guardiand reference implementation.
It runs the [v2.1.0](https://github.com/certusone/wormhole/releases/tag/v2.1.0) guardiand reference implementation.
## Important differences from v2
@ -45,6 +45,8 @@ Connected chain contracts:
|---------------------------|------------------------------------------------|
| Ethereum Goerli (Bridge) | [`0x44F3e7c20850B3B5f3031114726A9240911D912a`](https://goerli.etherscan.io/address/0x44F3e7c20850B3B5f3031114726A9240911D912a) |
| Ethereum Goerli (Impl) | [`0x78563ACB348209743F3b0968b91eC7563f2fB535`](https://goerli.etherscan.io/address/0x78563ACB348209743F3b0968b91eC7563f2fB535) |
| Binance Smart Chain (Bridge) | [`0x47e6ab734c7ed257716bcc177fb1c35738eac6b8`](https://bscscan.com/address/0x47e6ab734c7ed257716bcc177fb1c35738eac6b8) |
| Binance Smart Chain (Token) | [`0x5ac333a45646fa91626e0b7d3c449e4e7528a5b9`](https://bscscan.com/address/0x5ac333a45646fa91626e0b7d3c449e4e7528a5b9) |
| Solana Tour de Sol | [`H3SjyXYezgWj1ktCrazLkD8ydj9gzmEi4w9zRCXg2G4R`](https://explorer.solana.com/address/H3SjyXYezgWj1ktCrazLkD8ydj9gzmEi4w9zRCXg2G4R?cluster=testnet) |
| Terra Tequila-0004 | [`terra1whed88ncakawrnwgq7vyqly5elftw3wvnjjrps`](https://finder.terra.money/tequila-0004/address/terra1whed88ncakawrnwgq7vyqly5elftw3wvnjjrps) |
@ -74,6 +76,7 @@ ExecStart=/opt/wormhole/wormhole/build/bin/guardiand bridge \
--bootstrap "/dns4/wormhole-testnet-v2-bootstrap.certus.one/udp/8999/quic/p2p/12D3KooWRzE71KXnZ8NF3N1Za6koiQh9CwzuyFnuisNHg6tB8RKV" \
--network "/wormhole/testnet/2" \
--ethContract "0x44F3e7c20850B3B5f3031114726A9240911D912a" \
--bscContract "0x47e6ab734c7ed257716bcc177fb1c35738eac6b8" \
--solanaBridgeAddress "H3SjyXYezgWj1ktCrazLkD8ydj9gzmEi4w9zRCXg2G4R" \
--terraContract "terra1whed88ncakawrnwgq7vyqly5elftw3wvnjjrps" \
--adminSocket /run/guardiand/admin.socket \
@ -83,6 +86,7 @@ ExecStart=/opt/wormhole/wormhole/build/bin/guardiand bridge \
--nodeKey "/opt/wormhole/keys/wormhole-node.key" \ # <-- node key (auto-generated if not present)
--bridgeKey "/opt/wormhole/keys/wormhole-guardian.key" \ # <-- your guardian key generated by "guardiand keygen"
--ethRPC "wss://your-eth-node" \ # <-- your ETH full/light node websocket URI (ws:// or wss://)
--bscRPC "wss://bsc-node.example.com" \ # <-- your BSC full/light node websocket URI
--solanaRPC "http://solana-node:8899" \ # <-- Solana RPC URI
--solanaWS "ws://solana-node:8900" \ # <-- Solana WS URI (typically RPC +1)
--terraWS "ws://terra-node/websocket" \ # <-- Terra node websocket URI