Skip to content

Commit a1b40bf

Browse files
authored
chore(entropy) Deploy Sanko mainnet & testnet (#1996)
1 parent 990befe commit a1b40bf

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,3 +719,13 @@
719719
rpcUrl: https://api.testnet.abs.xyz
720720
networkId: 11124
721721
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

contract_manager/store/contracts/EvmEntropyContracts.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,9 @@
109109
- chain: fantom_sonic_testnet
110110
address: "0x5124FAE0890dE83B3bb2cc30Bb3EDAfFc07Da744"
111111
type: EvmEntropyContract
112+
- chain: sanko
113+
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
114+
type: EvmEntropyContract
115+
- chain: sanko_testnet
116+
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
117+
type: EvmEntropyContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,3 +391,9 @@
391391
- chain: abstract_testnet
392392
address: "0xB1DB1498902F08E16E11F1a423ec9CCB9537E1D6"
393393
type: EvmWormholeContract
394+
- chain: sanko
395+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
396+
type: EvmWormholeContract
397+
- chain: sanko_testnet
398+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
399+
type: EvmWormholeContract

governance/xc_admin/packages/xc_admin_common/src/chains.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export const RECEIVER_CHAINS = {
8484
idex_xchain_mainnet: 60060,
8585
apechain_mainnet: 60061,
8686
flow_mainnet: 60062,
87+
sanko: 60063,
8788

8889
// Testnets as a separate chain ids (to use stable data sources and governance for them)
8990
injective_testnet: 60013,
@@ -191,6 +192,7 @@ export const RECEIVER_CHAINS = {
191192
nighthawk: 50097,
192193
blackbird: 50099,
193194
abstract_testnet: 50100,
195+
sanko_testnet: 50101,
194196
};
195197

196198
// If there is any overlapping value the receiver chain will replace the wormhole

0 commit comments

Comments
 (0)