33 lines
1019 B
Plaintext
33 lines
1019 B
Plaintext
# Migrations Metadata
|
|
MIGRATIONS_DIR=./migrations/test
|
|
|
|
# By default tests are run against the tilt Wormhole deployment. If you wish to test against
|
|
# the read-only Wormhole receiver instead, uncomment the following line:
|
|
# MIGRATIONS_DIR=./migrations/prod-receiver
|
|
|
|
MIGRATIONS_NETWORK=development
|
|
|
|
# Wormhole Core Migrations
|
|
INIT_SIGNERS=["0xbeFA429d57cD18b7F8A4d91A2da9AB4AF05d0FBe"]
|
|
INIT_CHAIN_ID=0x2
|
|
INIT_GOV_CHAIN_ID=0x1
|
|
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004
|
|
|
|
# Bridge Migrations
|
|
BRIDGE_INIT_CHAIN_ID=0x2
|
|
BRIDGE_INIT_GOV_CHAIN_ID=0x1
|
|
BRIDGE_INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004
|
|
BRIDGE_INIT_WETH=0xDDb64fE46a91D46ee29420539FC25FD07c5FEa3E
|
|
|
|
#Pyth
|
|
SOLANA_CHAIN_ID=0x1
|
|
SOLANA_EMITTER=0x71f8dcb863d176e2c420ad6610cf687359612b6fb392e0642b0ca6b1f186aa3b
|
|
|
|
VALID_TIME_PERIOD_SECONDS=60
|
|
|
|
|
|
GOVERNANCE_CHAIN_ID=0x1
|
|
GOVERNANCE_EMITTER=0x0000000000000000000000000000000000000000000000000000000000001234
|
|
|
|
WORMHOLE_CHAIN_NAME=ethereum
|