Skip to content
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
7 changes: 7 additions & 0 deletions target_chains/ethereum/contracts/.env.prod.gnosis
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Chiado is gnosis testnet

MIGRATIONS_DIR=./migrations/prod-receiver
MIGRATIONS_NETWORK=gnosis
WORMHOLE_CHAIN_NAME=gnosis
CLUSTER=mainnet
VALID_TIME_PERIOD_SECONDS=60
16 changes: 16 additions & 0 deletions target_chains/ethereum/contracts/networks/100.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"contractName": "Migrations",
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
},
{
"contractName": "WormholeReceiver",
"address": "0x41955476936DdA8d0fA98b8d1778172F7E4fCcA1",
"transactionHash": "0xb8646928ebd93b8b989c7c5d72552648571d4a75db017759ed717cc6d9219030"
},
{
"contractName": "PythUpgradable",
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
"transactionHash": "0x5eb9f7f8829fd6459d5a56851123886a5dacb64c62c0125af05d514b96e6c013"
}
]
1 change: 1 addition & 0 deletions target_chains/ethereum/contracts/truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,6 @@ module.exports = {
optimistic_etherscan: process.env.OPTIMISTIC_ETHERSCAN_KEY,
aurorascan: process.env.AURORASCAN_KEY,
arbiscan: process.env.ARBISCAN_KEY,
gnosisscan: process.env.GNOSISSCAN_KEY,
},
};
1 change: 1 addition & 0 deletions target_chains/ethereum/sdk/js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
base_goerli: "0x5955C1478F0dAD753C7E2B4dD1b4bC530C64749f",
shimmer_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
chiado: "0xdDAf6D29b8bc81c1F0798a5e4c264ae89c16a72B", // Gnosis testnet
gnosis: "0x2880aB155794e7179c9eE2e38200202908C17B43",
zksync: "0xf087c864AEccFb6A2Bf1Af6A0382B0d0f6c5D834",
evmos: "0x354bF866A4B006C9AF9d9e06d9364217A8616E12",
evmos_testnet: "0x354bF866A4B006C9AF9d9e06d9364217A8616E12",
Expand Down