From 258cfdbdafcb15dbd975047bfeca5039f2d8dbba Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 7 Dec 2020 10:47:02 +0100 Subject: [PATCH] Add WIP guardian set for Wormhole --- README.md | 2 +- testnetv1/guardianset/v1.prototext | 103 +++++++++++++++++++++++++++++ testnetv1/info.md | 8 +++ 3 files changed, 112 insertions(+), 1 deletion(-) create mode 100644 testnetv1/guardianset/v1.prototext diff --git a/README.md b/README.md index 02b6431..b2e2c10 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ This repository contains launch, governance and other information about public Wormhole networks. -- [Testnet v1](testnet1/info.md) +- [Testnet v1](testnetv1/info.md) diff --git a/testnetv1/guardianset/v1.prototext b/testnetv1/guardianset/v1.prototext new file mode 100644 index 0000000..0aaf062 --- /dev/null +++ b/testnetv1/guardianset/v1.prototext @@ -0,0 +1,103 @@ +timestamp: 1605744545 + +# idx = 0 +guardians: { + pubkey: "0xd0f017B48d0ce29fB31dAde2F1413C93F73913D9" + name: "P2P Validator" +} + +# idx = 1 +guardians: { + pubkey: "0xacDdB005a6FE071E7955c2311241f03F6eC51b63" + name: "Everstake" +} + +# idx = 2 +guardians: { + pubkey: "0x52238D2F89CBf5DaD246309B7B90e7D200150614" + name: "Dokia Capital" +} + +# idx = 3 +guardians: { + pubkey: "0xAF3FfcE9237eb9E0DE35a13DEA83AD53de3025E2" + name: "Staking Facilities" +} + +# idx = 4 +guardians: { + pubkey: "0x9E5325D192D2A3eEfc383C8c528a471E27252d34" + name: "Chorus One" +} + +# idx = 5 +guardians: { + pubkey: "0x8b1c9eFA61eBF66Fa1a6deDCF46fb1e37708ce5c" + name: "Certus One" +} + +# idx = 6 +guardians: { + pubkey: "0x50Cb498bE4370CEa95d4977D923d60a6ADfd8E57" + name: "Chainlayer" +} + +# idx = 7 +guardians: { + pubkey: "" + name: "Terra" +} + +# idx = 8 +guardians: { + pubkey: "0xaF808a559156DFFa64b5032C6E97742b60420554" + name: "Staking Fund" +} + +# idx = 9 +guardians: { + pubkey: "0xF30C810D73721B9AD64FcCd182cbcb5de9286bE1" + name: "01Node" +} + +# idx = 10 +guardians: { + pubkey: "0x00dA8a45BC3ea40a07709889470Bdc010E44Cc20" + name: "stake.fish" +} + +# idx = 11 +guardians: { + pubkey: "0xCD522e3AA0aBa7Bd43C7762Ffa2B93df7d93c949" + name: "Morphism" +} + +# idx = 12 +guardians: { + pubkey: "0xa7b2037D3e1830731b31ca13f65778774b12c694" + name: "Hashquark" +} + +# idx = 13 +guardians: { + pubkey: "0x2895Ae701c799b6B8328bab664D10f5B299b8c18" + name: "Melea Trust" +} + +# idx = 14 +guardians: { + pubkey: "0x82b425593e41008ac212E355B67C589bbA27137d" + name: "Moonlet" +} + +# idx = 15 +guardians: { + pubkey: "0x40d7e9406953E1BEbf7f409039954F9bd5E63b0b" + name: "Forbole" +} + +# idx = 16 +guardians: { + pubkey: "0x64cabfBE67B853be3546b14E86E55c7BCf00413B" + name: "Jump Trading" +} diff --git a/testnetv1/info.md b/testnetv1/info.md index e1cacde..a76eb56 100644 --- a/testnetv1/info.md +++ b/testnetv1/info.md @@ -22,3 +22,11 @@ Connected chain contracts: |--------------------|--------------------------| | Ethereum Goerli | `` | | Solana Tour de Sol | `` | + +## Guardian set + +Current generation: **0**, containing only the Certus One bootstrap node with the +address `0x8b1c9eFA61eBF66Fa1a6deDCF46fb1e37708ce5c`. + +See [v1.prototext](guardianset/v1.prototext) for the first guardian set update that will be executed once everyone's +node on the network is live.