-
Notifications
You must be signed in to change notification settings - Fork 732
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Deploy Sepolia based L2s * Code review rework
- Loading branch information
1 parent
126d330
commit 818038e
Showing
18 changed files
with
527 additions
and
245 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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Arbitrum on Sepolia testnet | ||
# Rename to .env to use with truffle migrations | ||
|
||
# Wormhole Core Migrations | ||
INIT_SIGNERS=["0x13947Bd48b18E53fdAeEe77F3473391aC727C638"] | ||
INIT_CHAIN_ID=10003 | ||
INIT_GOV_CHAIN_ID=0x1 | ||
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004 | ||
INIT_EVM_CHAIN_ID=421614 | ||
|
||
# Bridge Migrations | ||
BRIDGE_INIT_CHAIN_ID=10003 | ||
BRIDGE_INIT_GOV_CHAIN_ID=0x1 | ||
BRIDGE_INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004 | ||
# WETH is listed here: https://docs.arbitrum.io/for-devs/useful-addresses#token-bridge-smart-contracts | ||
BRIDGE_INIT_WETH=0x980B62Da83eFf3D4576C647993b0c1D7faf17c73 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Base on Sepolia testnet env | ||
# Rename to .env to use with truffle migrations | ||
|
||
# Wormhole Core Migrations | ||
INIT_SIGNERS=["0x13947Bd48b18E53fdAeEe77F3473391aC727C638"] | ||
INIT_CHAIN_ID=10004 | ||
INIT_GOV_CHAIN_ID=0x1 | ||
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004 | ||
INIT_EVM_CHAIN_ID=84532 | ||
|
||
# Bridge Migrations | ||
BRIDGE_INIT_CHAIN_ID=10004 | ||
BRIDGE_INIT_GOV_CHAIN_ID=0x1 | ||
BRIDGE_INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004 | ||
# WETH is listed here: https://docs.base.org/base-contracts/ | ||
BRIDGE_INIT_WETH=0x4200000000000000000000000000000000000006 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Optimism on Sepolia testnet | ||
# Rename to .env to use with truffle migrations | ||
|
||
# Wormhole Core Migrations | ||
INIT_SIGNERS=["0x13947Bd48b18E53fdAeEe77F3473391aC727C638"] | ||
INIT_CHAIN_ID=10005 | ||
INIT_GOV_CHAIN_ID=0x1 | ||
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004 | ||
INIT_EVM_CHAIN_ID=11155420 | ||
|
||
# Bridge Migrations | ||
BRIDGE_INIT_CHAIN_ID=10005 | ||
BRIDGE_INIT_GOV_CHAIN_ID=0x1 | ||
BRIDGE_INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004 | ||
# WETH is listed here: https://help.optimism.io/hc/en-us/articles/4417948883611-What-is-ETH-WETH-How-do-they-interact- | ||
BRIDGE_INIT_WETH=0x4200000000000000000000000000000000000006 | ||
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
Oops, something went wrong.