Skip to content

Commit

Permalink
chore(networks) Add new networks (#2178)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 authored Dec 10, 2024
1 parent 940ed61 commit d5b15f1
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 2 deletions.
25 changes: 25 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -815,3 +815,28 @@
rpcUrl: https://rpc.soniclabs.com
networkId: 146
type: EvmChain
# - id: bittensor
# mainnet: true
# rpcUrl: https://entrypoint-finney.opentensor.ai:443
# networkId: 945
# type: EvmChain
# - id: bittensor_testnet
# mainnet: false
# rpcUrl: https://test.finney.opentensor.ai:443
# networkId: 945
# type: EvmChain
- id: threat_level_midnight
mainnet: true
rpcUrl: $ENV_THREAT_LEVEL_MIDNIGHT_RPC_URL
networkId: 1868
type: EvmChain
- id: story_testnet
mainnet: false
rpcUrl: https://rpc.odyssey.storyrpc.io/
networkId: 1516
type: EvmChain
- id: eventum_mainnet
mainnet: true
rpcUrl: https://mainnet-rpc.evedex.com
networkId: 161803
type: EvmChain
3 changes: 3 additions & 0 deletions contract_manager/store/contracts/EvmEntropyContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@
- chain: fantom_sonic_mainnet
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
type: EvmEntropyContract
- chain: tabi_testnet
address: "0xEbe57e8045F2F230872523bbff7374986E45C486"
type: EvmEntropyContract
9 changes: 9 additions & 0 deletions contract_manager/store/contracts/EvmPriceFeedContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -454,3 +454,12 @@
- chain: fantom_sonic_mainnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: eventum_mainnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: threat_level_midnight
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: story_testnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
9 changes: 9 additions & 0 deletions contract_manager/store/contracts/EvmWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,3 +448,12 @@
- chain: fantom_sonic_mainnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: eventum_mainnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: threat_level_midnight
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: story_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
4 changes: 3 additions & 1 deletion governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ export const RECEIVER_CHAINS = {
horse_dream: 60070,
mathematician_in_heart: 60071,
fantom_sonic_mainnet: 60072,

eventum_mainnet: 60073,
threat_level_midnight: 60074,
// Testnets as a separate chain ids (to use stable data sources and governance for them)
injective_testnet: 60013,
osmosis_testnet_4: 60015,
Expand Down Expand Up @@ -218,6 +219,7 @@ export const RECEIVER_CHAINS = {
eventum_testnet: 50110,
fantom_sonic_devnet: 50111,
movement_bardock_testnet: 50112,
story_testnet: 50113,
};

// If there is any overlapping value the receiver chain will replace the wormhole
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.78.0",
"version": "1.79.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 @@ -32,6 +32,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
evmos: "0x354bF866A4B006C9AF9d9e06d9364217A8616E12",
ethereum: "0x4305FB66699C3B2702D4d05CF36551390A4c69C6",
etherlink: "0x2880aB155794e7179c9eE2e38200202908C17B43",
eventum_mainnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
fantom: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
fantom_sonic_mainnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
filecoin: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
Expand Down Expand Up @@ -154,6 +155,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
shimmer_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
skate_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
soneium_minato_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
story_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
superseed_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
tabi_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
taiko_hekla: "0x2880aB155794e7179c9eE2e38200202908C17B43",
Expand Down

0 comments on commit d5b15f1

Please sign in to comment.