From 32cbd82d443572dcc4713f558ed09371c6607a25 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 7 Dec 2020 10:31:45 +0100 Subject: [PATCH] testnetv1: init --- README.md | 5 +++++ testnetv1/info.md | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 README.md create mode 100644 testnetv1/info.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..02b6431 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Wormhole Public Networks + +This repository contains launch, governance and other information about public Wormhole networks. + +- [Testnet v1](testnet1/info.md) diff --git a/testnetv1/info.md b/testnetv1/info.md new file mode 100644 index 0000000..e1cacde --- /dev/null +++ b/testnetv1/info.md @@ -0,0 +1,24 @@ +# Wormhole Testnet + +This Wormhole testnet connects the following chains: + +- Solana [Tour de Sol testnet](https://docs.solana.com/clusters#testnet). + +- Ethereum [Goerli testnet](https://goerli.net). + +## Network parameters + +Gossip network name: + + /wormhole/testnet/1 + +Gossip bootstrap node: + + /dns4/wormhole-testnet-bootstrap.certus.one/udp/8999/quic/p2p/12D3KooWH3VP44t12yKQXrPfMQVKEqSHnk5GTN3RCSqNoakAkLCq + +Connected chain contracts: + +| Network | Bridge contract addresss | +|--------------------|--------------------------| +| Ethereum Goerli | `` | +| Solana Tour de Sol | `` |