-
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.
- Loading branch information
1 parent
6294969
commit 1fe680d
Showing
8 changed files
with
36 additions
and
6 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# XLayer mainnet env | ||
# Rename to .env | ||
|
||
# Common config for forge deployment | ||
RPC_URL=https://xlayerrpc.okx.com | ||
# --with-gas-price 5.1gwei | ||
FORGE_ARGS="--slow --legacy --gas-estimate-multiplier 130" | ||
|
||
# Wormhole Core Migrations | ||
INIT_SIGNERS=["0x58CC3AE5C097b213cE3c81979e1B9f9570746AA5"] | ||
INIT_CHAIN_ID=37 | ||
INIT_GOV_CHAIN_ID=0x1 | ||
INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004 | ||
INIT_EVM_CHAIN_ID=196 | ||
|
||
# Bridge Migrations | ||
BRIDGE_INIT_CHAIN_ID=37 | ||
BRIDGE_INIT_GOV_CHAIN_ID=0x1 | ||
BRIDGE_INIT_GOV_CONTRACT=0x0000000000000000000000000000000000000000000000000000000000000004 | ||
# See https://www.okx.com/xlayer/docs/developer/build-on-xlayer/zkevm-contracts#x-layer-layer-2 | ||
BRIDGE_INIT_WETH=0xe538905cf8410324e03A5A23C1c177a474D59b2b | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changelog | ||
|
||
## 0.10.16 | ||
|
||
Add X Layer mainnet support | ||
|
||
## 0.10.15 | ||
|
||
Add Provenance to cosmwasm chains | ||
|
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