23 lines
775 B
Plaintext
23 lines
775 B
Plaintext
|
# XLayer mainnet env
|
||
|
# Rename to .env
|
||
|
|
||
|
# Common config for forge deployment
|
||
|
RPC_URL=https://xlayerrpc.okx.com
|
||
|
# --with-gas-price 5.1gwei
|
||
|
FORGE_ARGS="--slow --legacy --gas-estimate-multiplier 130"
|
||
|
|
||
|
# Wormhole Core Migrations
|
||
|
INIT_SIGNERS=["0x58CC3AE5C097b213cE3c81979e1B9f9570746AA5"]
|
||
|
INIT_CHAIN_ID=37
|
||
|
INIT_GOV_CHAIN_ID=0x1
|
||
|
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004
|
||
|
INIT_EVM_CHAIN_ID=196
|
||
|
|
||
|
# Bridge Migrations
|
||
|
BRIDGE_INIT_CHAIN_ID=37
|
||
|
BRIDGE_INIT_GOV_CHAIN_ID=0x1
|
||
|
BRIDGE_INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004
|
||
|
# See https://www.okx.com/xlayer/docs/developer/build-on-xlayer/zkevm-contracts#x-layer-layer-2
|
||
|
BRIDGE_INIT_WETH=0xe538905cf8410324e03A5A23C1c177a474D59b2b
|
||
|
BRIDGE_INIT_FINALITY=1
|