From aace1efff0045a1b893762ebb23b000e4ed58639 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 5 Oct 2021 22:14:54 +0200 Subject: [PATCH] Add columbus-5 contract --- mainnetv2/info.md | 5 ++--- testnetv2/info.md | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mainnetv2/info.md b/mainnetv2/info.md index ea9b035..f287279 100644 --- a/mainnetv2/info.md +++ b/mainnetv2/info.md @@ -31,7 +31,7 @@ Connected chain contracts: | Binance Smart Chain (Core) | [`0x98f3c9e6E3fAce36bAAd05FE09d375Ef1464288B`](https://bscscan.com/address/0x98f3c9e6E3fAce36bAAd05FE09d375Ef1464288B) | | Binance Smart Chain (Impl) | [`0x736d2a394f7810c17b3c6fed017d5bc7d60c077d`](https://bscscan.com/address/0x736d2a394f7810c17b3c6fed017d5bc7d60c077d) | | Solana Mainnet | [`worm2ZoG2kUd4vFXhvjh93UUH596ayRfgQ2MgjNMTth`](https://explorer.solana.com/address/worm2ZoG2kUd4vFXhvjh93UUH596ayRfgQ2MgjNMTth) | -| Terra Columbus-4 | [`terra1fdhpw5s2t20lt60d0k3zkk262fcam7ummh2egf`](https://finder.terra.money/columbus-4/address/terra1fdhpw5s2t20lt60d0k3zkk262fcam7ummh2egf) | +| Terra Columbus-5 | [`terra1dq03ugtd40zu9hcgdzrsq6z2z4hwhc9tqk2uy5`](https://finder.terra.money/columbus-5/address/terra1dq03ugtd40zu9hcgdzrsq6z2z4hwhc9tqk2uy5) | Eth and BSC use the same deployer key, leading to identical addresses. This key has no privileges. @@ -78,10 +78,9 @@ ExecStart=/opt/wormhole/wormhole/build/bin/guardiand node \ --ethContract "0x98f3c9e6E3fAce36bAAd05FE09d375Ef1464288B" \ --bscContract "0x98f3c9e6E3fAce36bAAd05FE09d375Ef1464288B" \ --solanaContract "worm2ZoG2kUd4vFXhvjh93UUH596ayRfgQ2MgjNMTth" \ - --terraContract "terra1fdhpw5s2t20lt60d0k3zkk262fcam7ummh2egf" \ + --terraContract "terra1dq03ugtd40zu9hcgdzrsq6z2z4hwhc9tqk2uy5" \ --adminSocket /run/guardiand/admin.socket \ --dataDir /opt/wormhole/data \ - --terraChainID "columbus-4" \ --nodeName "" \ # <-- your node's name (for network explorer usage) --nodeKey "/opt/wormhole/keys/wormhole-node.key" \ # <-- node key (auto-generated if not present) --guardianKey "/opt/wormhole/keys/wormhole-guardian.key" \ # <-- your guardian key generated by "guardiand keygen" diff --git a/testnetv2/info.md b/testnetv2/info.md index 6029d19..855c921 100644 --- a/testnetv2/info.md +++ b/testnetv2/info.md @@ -81,7 +81,6 @@ ExecStart=/opt/wormhole/wormhole/build/bin/guardiand node \ --terraContract "terra1whed88ncakawrnwgq7vyqly5elftw3wvnjjrps" \ --adminSocket /run/guardiand/admin.socket \ --dataDir /opt/wormhole/data \ - --terraChainID "tequila-4" \ --nodeName "NodeyMcNodeface" \ # <--- your node's name (for network explorer usage) --nodeKey "/opt/wormhole/keys/wormhole-node.key" \ # <-- node key (auto-generated if not present) --guardianKey "/opt/wormhole/keys/wormhole-guardian.key" \ # <-- your guardian key generated by "guardiand keygen"