Skip to content

Commit 11a0ba1

Browse files
authored
[eth] Deploy to gnosis mainnet (#892)
1 parent 25c1ac2 commit 11a0ba1

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Chiado is gnosis testnet
2+
3+
MIGRATIONS_DIR=./migrations/prod-receiver
4+
MIGRATIONS_NETWORK=gnosis
5+
WORMHOLE_CHAIN_NAME=gnosis
6+
CLUSTER=mainnet
7+
VALID_TIME_PERIOD_SECONDS=60
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[
2+
{
3+
"contractName": "Migrations",
4+
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
5+
},
6+
{
7+
"contractName": "WormholeReceiver",
8+
"address": "0x41955476936DdA8d0fA98b8d1778172F7E4fCcA1",
9+
"transactionHash": "0xb8646928ebd93b8b989c7c5d72552648571d4a75db017759ed717cc6d9219030"
10+
},
11+
{
12+
"contractName": "PythUpgradable",
13+
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
14+
"transactionHash": "0x5eb9f7f8829fd6459d5a56851123886a5dacb64c62c0125af05d514b96e6c013"
15+
}
16+
]

target_chains/ethereum/contracts/truffle-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,5 +305,6 @@ module.exports = {
305305
optimistic_etherscan: process.env.OPTIMISTIC_ETHERSCAN_KEY,
306306
aurorascan: process.env.AURORASCAN_KEY,
307307
arbiscan: process.env.ARBISCAN_KEY,
308+
gnosisscan: process.env.GNOSISSCAN_KEY,
308309
},
309310
};

target_chains/ethereum/sdk/js/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
3636
base_goerli: "0x5955C1478F0dAD753C7E2B4dD1b4bC530C64749f",
3737
shimmer_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
3838
chiado: "0xdDAf6D29b8bc81c1F0798a5e4c264ae89c16a72B", // Gnosis testnet
39+
gnosis: "0x2880aB155794e7179c9eE2e38200202908C17B43",
3940
zksync: "0xf087c864AEccFb6A2Bf1Af6A0382B0d0f6c5D834",
4041
evmos: "0x354bF866A4B006C9AF9d9e06d9364217A8616E12",
4142
evmos_testnet: "0x354bF866A4B006C9AF9d9e06d9364217A8616E12",

0 commit comments

Comments
 (0)