-
Notifications
You must be signed in to change notification settings - Fork 717
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cli: arbitrary chain registration * Deploy SeiEVM Testnet --------- Co-authored-by: Evan Gray <[email protected]>
- Loading branch information
1 parent
1dbe845
commit db1ee86
Showing
7 changed files
with
51 additions
and
8 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,13 @@ | ||
# Sei EVM testnet read only env. Use to deploy the core contract with forge. | ||
|
||
# ethereum$ ln -s env/.env.seievm.testnet .env | ||
|
||
RPC_URL="https://evm-rpc-arctic-1.sei-apis.com/" | ||
FORGE_ARGS="--legacy --with-gas-price 3000000000" # 3 gwei | ||
|
||
# Wormhole Core | ||
INIT_SIGNERS=["0x58CC3AE5C097b213cE3c81979e1B9f9570746AA5"] | ||
INIT_CHAIN_ID=40 | ||
INIT_GOV_CHAIN_ID=0x1 | ||
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004 | ||
INIT_EVM_CHAIN_ID=713715 |
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,13 +1,19 @@ | ||
# Sei EVM testnet read only env. Use to deploy the core contract with forge. | ||
# SeiEVM testnet (atlantic-2) env | ||
# Rename to .env | ||
|
||
# ethereum$ ln -s env/.env.seievm.testnet .env | ||
# Common config for forge deployment | ||
RPC_URL="https://evm-rpc-testnet.sei-apis.com/" | ||
|
||
RPC_URL="https://evm-rpc-arctic-1.sei-apis.com/" | ||
FORGE_ARGS="--legacy --with-gas-price 3000000000" # 3 gwei | ||
|
||
# Wormhole Core | ||
INIT_SIGNERS=["0x58CC3AE5C097b213cE3c81979e1B9f9570746AA5"] | ||
# Wormhole Core Migrations | ||
INIT_SIGNERS=["0x13947Bd48b18E53fdAeEe77F3473391aC727C638"] | ||
INIT_CHAIN_ID=40 | ||
INIT_GOV_CHAIN_ID=0x1 | ||
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004 | ||
INIT_EVM_CHAIN_ID=713715 | ||
INIT_EVM_CHAIN_ID=1328 | ||
|
||
# Bridge Migrations | ||
BRIDGE_INIT_CHAIN_ID=40 | ||
BRIDGE_INIT_GOV_CHAIN_ID=0x1 | ||
BRIDGE_INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004 | ||
BRIDGE_INIT_WETH=0x3921eA6Cf927BE80211Bb57f19830700285b0AdA | ||
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