Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy Gnosis Chiado Testnet #3987

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion ethereum/env/.env.gnosis.testnet
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
2 changes: 1 addition & 1 deletion sdk/js/src/utils/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ const TESTNET = {
nft_bridge: "0x23908A62110e21C04F3A4e011d24F901F911744A",
},
gnosis: {
core: "0xE4eacc10990ba3308DdCC72d985f2a27D20c7d03",
core: "0xBB73cB66C26740F31d1FabDC6b7A46a038A300dd",
token_bridge: undefined,
nft_bridge: undefined,
},
Expand Down
Loading