added read only contracts

This commit is contained in:
spacemandev 2022-08-29 10:03:45 -05:00
parent 1a4ec5a393
commit 663daa521f
2 changed files with 12 additions and 11 deletions

View File

@ -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

View File

@ -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 |