21 lines
710 B
Plaintext
21 lines
710 B
Plaintext
# Worldchain testnet env
|
|
# Rename to .env
|
|
|
|
# Common config for forge deployment
|
|
RPC_URL=https://worldchain-sepolia.g.alchemy.com/public
|
|
# FORGE_ARGS="--legacy"
|
|
|
|
# Wormhole Core Migrations
|
|
INIT_SIGNERS=["0x13947Bd48b18E53fdAeEe77F3473391aC727C638"]
|
|
INIT_CHAIN_ID=45
|
|
INIT_GOV_CHAIN_ID=0x1
|
|
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004
|
|
INIT_EVM_CHAIN_ID=4801
|
|
|
|
# Bridge Migrations
|
|
BRIDGE_INIT_CHAIN_ID=45
|
|
BRIDGE_INIT_GOV_CHAIN_ID=0x1
|
|
BRIDGE_INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004
|
|
BRIDGE_INIT_FINALITY=1
|
|
# Worldchain is an OP Stack chain so it has the same WETH address.
|
|
BRIDGE_INIT_WETH=0x4200000000000000000000000000000000000006 |