forked from wormhole-foundation/wormhole
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy Gnosis Chiado Testnet (wormhole-foundation#3987)
- Loading branch information
1 parent
33b2fbe
commit 7035dd7
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
# Gnosis testnet read only env | ||
# Rename to .env to use with truffle migrations | ||
|
||
RPC_URL=https://rpc.chiadochain.net | ||
|
||
# Wormhole Core Migrations | ||
INIT_SIGNERS=["0x13947Bd48b18E53fdAeEe77F3473391aC727C638"] | ||
INIT_CHAIN_ID=25 | ||
INIT_GOV_CHAIN_ID=0x1 | ||
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004 | ||
INIT_EVM_CHAIN_ID=77 | ||
|
||
# Chiado | ||
INIT_EVM_CHAIN_ID=10200 | ||
|
||
# Sokol is deprecated as of 6/2024. | ||
#INIT_EVM_CHAIN_ID=77 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters