Skip to content

Commit

Permalink
chore(ethereum) Deplot Skate
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 committed Oct 23, 2024
1 parent cf44705 commit 8e839a5
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
12 changes: 11 additions & 1 deletion contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
type: EvmChain
- id: tabi_testnet
mainnet: false
rpcUrl: https://rpc-internal.testnet.tabichain.com/
rpcUrl: https://rpc-internal.testnet.tabichain.com
networkId: 9789
type: EvmChain
- id: b3_testnet
Expand Down Expand Up @@ -734,3 +734,13 @@
rpcUrl: https://sepolia.unichain.org
networkId: 1301
type: EvmChain
- id: skate
mainnet: true
rpcUrl: https://rpc.skatechain.org
networkId: 5050
type: EvmChain
- id: skate_testnet
mainnet: false
rpcUrl: https://nollie-rpc.skatechain.org
networkId: 5051
type: EvmChain
6 changes: 6 additions & 0 deletions contract_manager/store/contracts/EvmPriceFeedContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -403,3 +403,9 @@
- chain: kakarot_sepolia
address: "0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc"
type: EvmPriceFeedContract
- chain: skate
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: skate_testnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
6 changes: 6 additions & 0 deletions contract_manager/store/contracts/EvmWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,3 +400,9 @@
- chain: kakarot_sepolia
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: skate
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: skate_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
2 changes: 2 additions & 0 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export const RECEIVER_CHAINS = {
apechain_mainnet: 60061,
flow_mainnet: 60062,
sanko: 60063,
skate: 60064,

// Testnets as a separate chain ids (to use stable data sources and governance for them)
injective_testnet: 60013,
Expand Down Expand Up @@ -193,6 +194,7 @@ export const RECEIVER_CHAINS = {
unichain_sepolia: 50099,
abstract_testnet: 50100,
sanko_testnet: 50101,
skate_testnet: 50102,
};

// If there is any overlapping value the receiver chain will replace the wormhole
Expand Down
2 changes: 2 additions & 0 deletions target_chains/ethereum/sdk/js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
scroll: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
sei_evm_mainnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
shimmer: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
skate: "0x2880aB155794e7179c9eE2e38200202908C17B43",
viction: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
wemix: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
zetachain: "0x2880aB155794e7179c9eE2e38200202908C17B43",
Expand Down Expand Up @@ -143,6 +144,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
scroll_sepolia: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",
sepolia: "0xDd24F84d36BF92C65F92307595335bdFab5Bbd21",
shimmer_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
skate_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
soneium_minato_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
taiko_hekla: "0x2880aB155794e7179c9eE2e38200202908C17B43",
taiko_mainnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
Expand Down

0 comments on commit 8e839a5

Please sign in to comment.