File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed
governance/xc_admin/packages/xc_admin_common/src Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 719
719
rpcUrl : https://api.testnet.abs.xyz
720
720
networkId : 11124
721
721
type : EvmChain
722
+ - id : sanko
723
+ mainnet : true
724
+ rpcUrl : https://mainnet.sanko.xyz
725
+ networkId : 1996
726
+ type : EvmChain
727
+ - id : sanko_testnet
728
+ mainnet : false
729
+ rpcUrl : https://sanko-arb-sepolia.rpc.caldera.xyz
730
+ networkId : 1992
731
+ type : EvmChain
Original file line number Diff line number Diff line change 109
109
- chain : fantom_sonic_testnet
110
110
address : " 0x5124FAE0890dE83B3bb2cc30Bb3EDAfFc07Da744"
111
111
type : EvmEntropyContract
112
+ - chain : sanko
113
+ address : " 0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
114
+ type : EvmEntropyContract
115
+ - chain : sanko_testnet
116
+ address : " 0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
117
+ type : EvmEntropyContract
Original file line number Diff line number Diff line change 391
391
- chain : abstract_testnet
392
392
address : " 0xB1DB1498902F08E16E11F1a423ec9CCB9537E1D6"
393
393
type : EvmWormholeContract
394
+ - chain : sanko
395
+ address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
396
+ type : EvmWormholeContract
397
+ - chain : sanko_testnet
398
+ address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
399
+ type : EvmWormholeContract
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ export const RECEIVER_CHAINS = {
84
84
idex_xchain_mainnet : 60060 ,
85
85
apechain_mainnet : 60061 ,
86
86
flow_mainnet : 60062 ,
87
+ sanko : 60063 ,
87
88
88
89
// Testnets as a separate chain ids (to use stable data sources and governance for them)
89
90
injective_testnet : 60013 ,
@@ -191,6 +192,7 @@ export const RECEIVER_CHAINS = {
191
192
nighthawk : 50097 ,
192
193
blackbird : 50099 ,
193
194
abstract_testnet : 50100 ,
195
+ sanko_testnet : 50101 ,
194
196
} ;
195
197
196
198
// If there is any overlapping value the receiver chain will replace the wormhole
You can’t perform that action at this time.
0 commit comments