Skip to content

Commit adf0710

Browse files
committed
Deploy to neon
1 parent a819a18 commit adf0710

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

governance/xc_governance_sdk_js/src/chains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export const RECEIVER_CHAINS = {
88
shimmer: 60004,
99
gnosis: 60005,
1010
evmos: 60006,
11+
neon : 60007
1112
};
1213

1314
// If there is any overlapping value the receiver chain will replace the wormhole
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
MIGRATIONS_DIR=./migrations/prod-receiver
2+
MIGRATIONS_NETWORK=neon_devnet
3+
WORMHOLE_CHAIN_NAME=neon
4+
CLUSTER=testnet
5+
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": "0x5e92a04Cb8591cb7d9FD40B77B474cde0fE44D36"
5+
},
6+
{
7+
"contractName": "WormholeReceiver",
8+
"address": "0x5955C1478F0dAD753C7E2B4dD1b4bC530C64749f",
9+
"transactionHash": "0x1c14a83c42fd99c7e78bfadf9a0200ac3cfd9682cdfbbf875b7ebf90ce75e520"
10+
},
11+
{
12+
"contractName": "PythUpgradable",
13+
"address": "0x2FF312f50689ad279ABb164dB255Eb568733BD6c",
14+
"transactionHash": "0x9fb37b19c9c4d1e765c495f74692de0645ce9efbd3ac7ad9d2a64f0bafccc675"
15+
}
16+
]

target_chains/ethereum/contracts/truffle-config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ module.exports = {
212212
provider: payerProvider(`https://eth.bd.evmos.dev:8545/`),
213213
network_id: 9000,
214214
},
215+
neon_devnet: {
216+
provider: payerProvider(`https://devnet.neonevm.org`),
217+
network_id: 245022926,
218+
},
215219
},
216220

217221
compilers: {

0 commit comments

Comments
 (0)