Skip to content

Commit

Permalink
eth: env file for Worldchain Mainnet (wormhole-foundation#4158)
Browse files Browse the repository at this point in the history
  • Loading branch information
hernandp authored Nov 12, 2024
1 parent 60c5ffe commit 3dfb7f9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions ethereum/env/.env.worldchain.mainnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Worldchain mainnet env
# Rename to .env

# Common config for forge deployment
RPC_URL=https://worldchain-mainnet.g.alchemy.com/public
FORGE_ARGS="--slow --legacy"

# Wormhole Core Migrations
INIT_SIGNERS=["0x58CC3AE5C097b213cE3c81979e1B9f9570746AA5"]
INIT_CHAIN_ID=45
INIT_GOV_CHAIN_ID=0x1
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004
INIT_EVM_CHAIN_ID=480

# Bridge Migrations
BRIDGE_INIT_CHAIN_ID=45
BRIDGE_INIT_GOV_CHAIN_ID=0x1
BRIDGE_INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004

# https://www.coingecko.com/en/coins/wrapped-eth-world-chain
BRIDGE_INIT_WETH=0x4200000000000000000000000000000000000006
BRIDGE_INIT_FINALITY=1

0 comments on commit 3dfb7f9

Please sign in to comment.