From 663daa521ffe8cc04678c63f7296935937aac937 Mon Sep 17 00:00:00 2001 From: spacemandev Date: Mon, 29 Aug 2022 10:03:45 -0500 Subject: [PATCH] added read only contracts --- src/development/tilt/linux.md | 12 +----------- src/reference/contracts.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/development/tilt/linux.md b/src/development/tilt/linux.md index 9def5eb..d90fac8 100644 --- a/src/development/tilt/linux.md +++ b/src/development/tilt/linux.md @@ -1,16 +1,6 @@ # Linux Devnet Setup -### Experimental Setup Script - -There's an experimental one command setup script that should install dependencies for you on Linux and configure everything properly. This is only recommended if you're running headless Linux and unable to use Docker Desktop, as with Docker Desktop you don't need `minikube` and can just enable Kubernetes from Docker. - -```sh -curl $URL | sh install_linux.sh -cd wormhole/ -./tilt.sh -``` - -## Regular Setup +## Setup ### 1. Install Go diff --git a/src/reference/contracts.md b/src/reference/contracts.md index f972986..498b20d 100644 --- a/src/reference/contracts.md +++ b/src/reference/contracts.md @@ -24,6 +24,17 @@ The SDK makes these addresses available in the `CONTRACTS` constant. | Celo | 14 | 42220 | 0xa321448d90d4e5b0A732867c18eA198e75CAC48E | | Terra | 18 | phoenix-1 | terra12mrnzvhx3rpej6843uge2yyfppfyd3u9c3uq223q8sl48huz9juqffcnh | + +#### Core Bridge - Read Only +These chains can *verify* Wormhole messages submitted to them, but cannot *emit* messages for other chains. + +| Chain Name | Wormhole Chain ID | Network ID | Address | +| :-------------------- | :---------------- | :----------- | :------ | +| Arbitrum | 23 | 42161 | 0xa5f208e072434bC67592E4C49C1B991BA79BCA46 | +| Optimism | 24 | 10 | 0xEe91C335eab126dF5fDB3797EA9d6aD93aeC9722 | +| Gnosis | 25 | 100 | 0xa321448d90d4e5b0A732867c18eA198e75CAC48E | +| Moonbeam | 16 | 1284 | 0xC8e2b0cD52Cf01b0Ce87d389Daa3d414d4cE29f3 | + ### Token Bridge | Chain Name | Wormhole Chain ID | Network ID | Address |