Skip to content

Commit

Permalink
Deploy Berachain V2 testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-riley committed Jul 15, 2024
1 parent d1b1aca commit 6d52149
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions clients/js/src/consts/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,9 @@ const TESTNET = {
chain_id: 59141,
},
berachain: {
rpc: "https://artio.rpc.berachain.com/",
rpc: "https://bartio.rpc.berachain.com/",
key: getEnvVar("ETH_KEY_TESTNET"),
chain_id: 80085,
chain_id: 80084,
},
seievm: {
rpc: "https://evm-rpc-arctic-1.sei-apis.com/",
Expand Down
9 changes: 5 additions & 4 deletions ethereum/env/.env.berachain.testnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
# ethereum$ ln -s env/.env.berachain.testnet .env

# Common config for forge deployment
RPC_URL=https://artio.rpc.berachain.com/
RPC_URL=https://bartio.rpc.berachain.com/
FORGE_ARGS="--legacy"

# Wormhole Core Migrations
INIT_SIGNERS=["0x13947Bd48b18E53fdAeEe77F3473391aC727C638"]
INIT_CHAIN_ID=39
INIT_GOV_CHAIN_ID=0x1
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004
INIT_EVM_CHAIN_ID=80085
INIT_EVM_CHAIN_ID=80084

# Bridge Migrations
BRIDGE_INIT_CHAIN_ID=39
BRIDGE_INIT_GOV_CHAIN_ID=0x1
BRIDGE_INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004
# Wrapped BERA: https://docs.berachain.com/developers/precompile-addresses#deployment-addresses
BRIDGE_INIT_WETH=0x5806E416dA447b267cEA759358cF22Cc41FAE80F
# Wrapped BERA:
BRIDGE_INIT_WETH=0x7507c1dc16935B82698e4C63f2746A2fCf994dF8
BRIDGE_INIT_FINALITY=1

0 comments on commit 6d52149

Please sign in to comment.