20 lines
638 B
Plaintext
20 lines
638 B
Plaintext
# BSC testnet env
|
|
# Rename to .env to use with forge deployment
|
|
|
|
# Common config for forge deployment
|
|
RPC_URL=https://data-seed-prebsc-1-s1.binance.org:8545/
|
|
|
|
# Wormhole Core Migrations
|
|
INIT_SIGNERS=["0x13947Bd48b18E53fdAeEe77F3473391aC727C638"]
|
|
INIT_CHAIN_ID=4
|
|
INIT_GOV_CHAIN_ID=0x1
|
|
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004
|
|
INIT_EVM_CHAIN_ID=97
|
|
|
|
# Bridge Migrations
|
|
BRIDGE_INIT_CHAIN_ID=4
|
|
BRIDGE_INIT_GOV_CHAIN_ID=0x1
|
|
BRIDGE_INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004
|
|
BRIDGE_INIT_WETH=0xae13d989daC2f0dEbFf460aC112a837C89BAa7cd
|
|
BRIDGE_INIT_FINALITY=1
|