-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Moonbeam mainnet deploy * Add eth migrate command to just deploy bridges * node: Added moonbeam emitter addresses and governor limits Co-authored-by: Bruce Riley <[email protected]>
- Loading branch information
1 parent
2ad0245
commit cda45a8
Showing
9 changed files
with
31 additions
and
23 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 @@ | ||
# Moonbeam mainnet read only env | ||
# Moonbeam mainnet env | ||
# Rename to .env to use with truffle migrations | ||
|
||
# Wormhole Core Migrations | ||
INIT_SIGNERS=["0x58CC3AE5C097b213cE3c81979e1B9f9570746AA5"] | ||
INIT_CHAIN_ID=16 | ||
INIT_GOV_CHAIN_ID=0x1 | ||
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004 | ||
INIT_CHAIN_ID=1284 | ||
INIT_EVM_CHAIN_ID=1284 | ||
|
||
# Bridge Migrations | ||
BRIDGE_INIT_CHAIN_ID=16 | ||
BRIDGE_INIT_GOV_CHAIN_ID=0x1 | ||
BRIDGE_INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004 | ||
BRIDGE_INIT_WETH=0xAcc15dC74880C9944775448304B263D191c6077F | ||
BRIDGE_INIT_FINALITY=1 |
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
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
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
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
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
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
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
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