Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy Berachain V2 testnet #4020

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: https://docs.berachain.com/developers/deployed-contracts#deployment-contract-addresses
BRIDGE_INIT_WETH=0x7507c1dc16935B82698e4C63f2746A2fCf994dF8
BRIDGE_INIT_FINALITY=1
Loading