Skip to content

Commit

Permalink
chore(pricefeed) Deploy Hemi and tabi (#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 authored Nov 7, 2024
1 parent 02073a6 commit 5d806ad
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 9 deletions.
9 changes: 7 additions & 2 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -652,8 +652,8 @@
type: EvmChain
- id: tabi_testnet
mainnet: false
rpcUrl: https://rpc-internal.testnet.tabichain.com
networkId: 9789
rpcUrl: https://rpc.testnetv2.tabichain.com
networkId: 9788
type: EvmChain
- id: b3_testnet
mainnet: false
Expand Down Expand Up @@ -775,3 +775,8 @@
rpcUrl: https://rpc-sepolia-superseed-826s35710w.t.conduit.xyz/{SUPERSEED_API_KEY}
networkId: 53302
type: EvmChain
- id: hemi_mainnet
mainnet: true
rpcUrl: https://7e57304f.rpc.hemi.network/rpc
networkId: 43111
type: EvmChain
3 changes: 0 additions & 3 deletions contract_manager/store/contracts/EvmEntropyContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@
- chain: klaytn
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
type: EvmEntropyContract
- chain: tabi_testnet
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
type: EvmEntropyContract
- chain: b3_testnet
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
type: EvmEntropyContract
Expand Down
6 changes: 6 additions & 0 deletions contract_manager/store/contracts/EvmPriceFeedContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,3 +424,9 @@
- chain: superseed_testnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: hemi_mainnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: tabi_testnet
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
type: EvmPriceFeedContract
9 changes: 6 additions & 3 deletions contract_manager/store/contracts/EvmWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,6 @@
- chain: morph_holesky_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: tabi_testnet
address: "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a"
type: EvmWormholeContract
- chain: b3_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
Expand Down Expand Up @@ -421,3 +418,9 @@
- chain: superseed_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: hemi_mainnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: tabi_testnet
address: "0x35a58BeeE77a2Ad547FcDed7e8CB1c6e19746b13"
type: EvmWormholeContract
1 change: 1 addition & 0 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const RECEIVER_CHAINS = {
morph: 60065,
superseed_mainnet: 60066,
fuel_mainnet: 60067, // Note: Currently deployed at 50084 (fuel_testnet) but we should use 60067 for future deployments
hemi_mainnet: 60068,
// Testnets as a separate chain ids (to use stable data sources and governance for them)
injective_testnet: 60013,
osmosis_testnet_4: 60015,
Expand Down
2 changes: 1 addition & 1 deletion target_chains/ethereum/sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-evm-js",
"version": "1.75.0",
"version": "1.76.0",
"description": "Pyth Network EVM Utils in JS",
"homepage": "https://pyth.network",
"author": {
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 @@ -38,6 +38,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
gnosis: "0x2880aB155794e7179c9eE2e38200202908C17B43",
gravity: "0x2880aB155794e7179c9eE2e38200202908C17B43",
hedera: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
hemi_mainnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
horizen_eon: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
idex_xchain_mainnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
injective_inevm: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
Expand Down Expand Up @@ -151,6 +152,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
skate_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
soneium_minato_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
superseed_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
tabi_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
taiko_hekla: "0x2880aB155794e7179c9eE2e38200202908C17B43",
taiko_mainnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
unichain_sepolia: "0x2880aB155794e7179c9eE2e38200202908C17B43",
Expand Down

0 comments on commit 5d806ad

Please sign in to comment.