File tree Expand file tree Collapse file tree 4 files changed +26
-0
lines changed
governance/xc_governance_sdk_js/src
target_chains/ethereum/contracts Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+ ]
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments