File tree Expand file tree Collapse file tree 7 files changed +37
-8
lines changed
governance/xc_admin/packages/xc_admin_common/src
target_chains/ethereum/contracts Expand file tree Collapse file tree 7 files changed +37
-8
lines changed Original file line number Diff line number Diff line change 866
866
type : EvmChain
867
867
- id : converge_testnet
868
868
mainnet : false
869
- rpcUrl : https://rpc-converge-testnet-0 .t.conduit.xyz
869
+ rpcUrl : https://rpc-converge-testnet-1 .t.conduit.xyz
870
870
networkId : 52085144
871
871
type : EvmChain
872
872
- id : worldchain
889
889
rpcUrl : https://swell-mainnet.alt.technology
890
890
networkId : 1923
891
891
type : EvmChain
892
+ - id : mezo_testnet
893
+ mainnet : false
894
+ rpcUrl : https://rpc.test.mezo.org
895
+ networkId : 31611
896
+ type : EvmChain
897
+ - id : mezo
898
+ mainnet : true
899
+ rpcUrl : https://rpc.mezo.org
900
+ networkId : 31612
901
+ type : EvmChain
902
+ - id : hemi_testnet
903
+ mainnet : false
904
+ rpcUrl : https://testnet.rpc.hemi.network/rpc
905
+ networkId : 743111
906
+ type : EvmChain
Original file line number Diff line number Diff line change 481
481
- chain : megaeth_testnet
482
482
address : " 0x2880aB155794e7179c9eE2e38200202908C17B43"
483
483
type : EvmPriceFeedContract
484
- - chain : converge_testnet
485
- address : " 0x2880aB155794e7179c9eE2e38200202908C17B43"
486
- type : EvmPriceFeedContract
487
484
- chain : worldchain
488
485
address : " 0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc"
489
486
type : EvmPriceFeedContract
496
493
- chain : worldchain_testnet
497
494
address : " 0x2880aB155794e7179c9eE2e38200202908C17B43"
498
495
type : EvmPriceFeedContract
496
+ - chain : hemi_testnet
497
+ address : " 0x2880aB155794e7179c9eE2e38200202908C17B43"
498
+ type : EvmPriceFeedContract
499
+ - chain : converge_testnet
500
+ address : " 0x87047526937246727E4869C5f76A347160e08672"
501
+ type : EvmPriceFeedContract
Original file line number Diff line number Diff line change 475
475
- chain : megaeth_testnet
476
476
address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
477
477
type : EvmWormholeContract
478
- - chain : converge_testnet
479
- address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
480
- type : EvmWormholeContract
481
478
- chain : worldchain
482
479
address : " 0x66E9cBa5529824a03B5Bc9931d9c63637101D0F7"
483
480
type : EvmWormholeContract
490
487
- chain : worldchain_testnet
491
488
address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
492
489
type : EvmWormholeContract
490
+ - chain : mezo_testnet
491
+ address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
492
+ type : EvmWormholeContract
493
+ - chain : hemi_testnet
494
+ address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
495
+ type : EvmWormholeContract
496
+ - chain : converge_testnet
497
+ address : " 0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a"
498
+ type : EvmWormholeContract
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export const RECEIVER_CHAINS = {
111
111
xion : 60081 ,
112
112
worldchain : 60082 ,
113
113
swellchain : 60083 ,
114
- // empty chain id 60084
114
+ mezo : 60084 ,
115
115
iota_sui_mainnet : 60085 ,
116
116
117
117
// Testnets as a separate chain ids (to use stable data sources and governance for them)
@@ -243,6 +243,8 @@ export const RECEIVER_CHAINS = {
243
243
converge_testnet : 50121 ,
244
244
swellchain_testnet : 50122 ,
245
245
worldchain_testnet : 50123 ,
246
+ mezo_testnet : 50124 ,
247
+ hemi_testnet : 50125 ,
246
248
} ;
247
249
248
250
// If there is any overlapping value the receiver chain will replace the wormhole
Original file line number Diff line number Diff line change 1
1
[profile .default ]
2
2
solc_version = ' 0.8.29'
3
+ evm_version = " paris"
3
4
optimizer = true
4
5
optimizer_runs = 200
5
6
src = ' contracts'
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ module.exports = {
113
113
} ,
114
114
solidity : {
115
115
version : "0.8.29" ,
116
+ evmVersion : "paris" ,
116
117
settings : {
117
118
optimizer : {
118
119
enabled : true ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ module.exports = {
34
34
compilers : {
35
35
solc : {
36
36
version : "0.8.29" ,
37
+ evmVersion : "paris" ,
37
38
settings : {
38
39
optimizer : {
39
40
enabled : true ,
You can’t perform that action at this time.
0 commit comments