From b96486c4c636f908dae8eb898ca31a71548b5cbb Mon Sep 17 00:00:00 2001 From: Leopold Schabel Date: Fri, 30 Jul 2021 16:14:06 +0200 Subject: [PATCH] Add Binance Smart Chain for testnetv1 --- testnetv1/info.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testnetv1/info.md b/testnetv1/info.md index a3d0954..14fa925 100644 --- a/testnetv1/info.md +++ b/testnetv1/info.md @@ -8,6 +8,8 @@ This Wormhole testnet connects the following chains: - Terra [Tequila-0004 testnet](https://finder.terra.money/tequila-0004/). +- Binance Smart Chain (mainnet, there's no testnet). + ## Network parameters Gossip network name: @@ -24,6 +26,8 @@ Connected chain contracts: |---------------------------|------------------------------------------------| | Ethereum Goerli (Bridge) | [`0x251bBCD91E84098509beaeAfF0B9951859af66D3`](https://goerli.etherscan.io/address/0x251bBCD91E84098509beaeAfF0B9951859af66D3) | | Ethereum Goerli (Token) | [`0xE39f0b145C0aF079B214c5a8840B2B01eA14794c`](https://goerli.etherscan.io/address/0xE39f0b145C0aF079B214c5a8840B2B01eA14794c) | +| Binance Smart Chain (Bridge) | [`0x47e6ab734c7ed257716bcc177fb1c35738eac6b8`](https://bscscan.com/address/0x47e6ab734c7ed257716bcc177fb1c35738eac6b8) | +| Binance Smart Chain (Token) | [`0x5ac333a45646fa91626e0b7d3c449e4e7528a5b9`](https://bscscan.com/address/0x5ac333a45646fa91626e0b7d3c449e4e7528a5b9) | | Solana Tour de Sol | [`5gQf5AUhAgWYgUCt9ouShm9H7dzzXUsLdssYwe5krKhg`](https://explorer.solana.com/address/5gQf5AUhAgWYgUCt9ouShm9H7dzzXUsLdssYwe5krKhg?cluster=testnet) | | Terra Tequila-0004 | [`terra18dxnzu8w9dfss3ktetr43p9kuhcjnan8p30puw`](https://finder.terra.money/tequila-0004/address/terra176ckj5gu5vc704033wlm87avrem83pa4vx6c4p) | @@ -47,6 +51,7 @@ 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" \ + --bscContract "0x47e6ab734c7ed257716bcc177fb1c35738eac6b8" \ --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 @@ -54,6 +59,7 @@ Refer to the [operations guide](https://github.com/certusone/wormhole/blob/maste --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 + --bscRPC wss://bsc-node.example.com/ws/v3/[...] \ # <-- your BSC full/light node websocket URI --adminSocket /run/guardiand/admin.socket \ --agentRPC /run/guardiand/agent.socket \ --terra \