Revert "Add Binance Smart Chain for testnetv1"

I haven't had coffee yet

This reverts commit b96486c4
This commit is contained in:
Leopold Schabel 2021-07-30 16:20:13 +02:00
parent b96486c4c6
commit bd1a269b88
1 changed files with 0 additions and 6 deletions

View File

@ -8,8 +8,6 @@ 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:
@ -26,8 +24,6 @@ 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) |
@ -51,7 +47,6 @@ 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
@ -59,7 +54,6 @@ 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 \