Skip to content

Commit 7079dc1

Browse files
authored
(chore: pricefeed/evm) Deploy sei & taiko (#1616)
* initial commit * added new chains * fix
1 parent 7a5ac7d commit 7079dc1

File tree

7 files changed

+10593
-10563
lines changed

7 files changed

+10593
-10563
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,3 +584,13 @@
584584
rpcUrl: https://polygon-amoy-bor-rpc.publicnode.com
585585
networkId: 80002
586586
type: EvmChain
587+
- id: taiko_mainnet
588+
mainnet: true
589+
rpcUrl: https://rpc.mainnet.taiko.xyz
590+
networkId: 167000
591+
type: EvmChain
592+
- id: sei_evm_mainnet
593+
mainnet: true
594+
rpcUrl: https://evm-rpc.sei-apis.com
595+
networkId: 1329
596+
type: EvmChain

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,3 +328,9 @@
328328
- chain: polygon_amoy
329329
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
330330
type: EvmPriceFeedContract
331+
- chain: taiko_mainnet
332+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
333+
type: EvmPriceFeedContract
334+
- chain: sei_evm_mainnet
335+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
336+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,3 +307,9 @@
307307
- chain: polygon_amoy
308308
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
309309
type: EvmWormholeContract
310+
- chain: taiko_mainnet
311+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
312+
type: EvmWormholeContract
313+
- chain: sei_evm_mainnet
314+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
315+
type: EvmWormholeContract

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ export const RECEIVER_CHAINS = {
151151
orange_testnet: 50073,
152152
polygon_amoy: 50074,
153153
starknet_sepolia: 50075,
154+
// sui_l2: 50076,
155+
taiko_mainnet: 50077,
156+
sei_evm_mainnet: 50078,
154157
};
155158

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

0 commit comments

Comments
 (0)