Deploy SeiEVM Read Only to Testnet (#3889)

* Deploy SeiEVM Read Only

* Should be testnet, not mainnet
This commit is contained in:
bruce-riley 2024-04-19 11:01:58 -05:00 committed by GitHub
parent db9f33a816
commit c797acb7e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 1 deletions

13
ethereum/env/.env.seievm.testnet vendored Normal file
View File

@ -0,0 +1,13 @@
# Sei EVM testnet read only env. Use to deploy the core contract with forge.
# ethereum$ ln -s env/.env.seievm.testnet .env
RPC_URL="https://evm-rpc-arctic-1.sei-apis.com/"
FORGE_ARGS="--legacy --with-gas-price 3000000000" # 3 gwei
# Wormhole Core
INIT_SIGNERS=["0x58CC3AE5C097b213cE3c81979e1B9f9570746AA5"]
INIT_CHAIN_ID=40
INIT_GOV_CHAIN_ID=0x1
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004
INIT_EVM_CHAIN_ID=713715

View File

@ -630,7 +630,7 @@ const TESTNET = {
nft_bridge: undefined,
},
seievm: {
core: undefined,
core: "0x07782FCe991dAb4DE7a3124032E534A0D059B4d8",
token_bridge: undefined,
nft_bridge: undefined,
},