فهرست منبع

chore(networks)-add-new-networks (#2153)

Aditya Arora 11 ماه پیش
والد
کامیت
7259cb26e7

+ 10 - 0
contract_manager/store/chains/EvmChains.yaml

@@ -800,3 +800,13 @@
   rpcUrl: https://redacted.master.dev/
   networkId: 2741
   type: EvmChain
+- id: eventum_testnet
+  mainnet: false
+  rpcUrl: https://testnet-rpc.eh-dev.app
+  networkId: 16182
+  type: EvmChain
+- id: fantom_sonic_devnet
+  mainnet: false
+  rpcUrl: https://rpc.blaze.soniclabs.com
+  networkId: 57054
+  type: EvmChain

+ 6 - 0
contract_manager/store/contracts/EvmEntropyContracts.yaml

@@ -124,3 +124,9 @@
 - chain: happy_bird_song_ends_with_tio
   address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
   type: EvmEntropyContract
+- chain: fantom_sonic_devnet
+  address: "0xEbe57e8045F2F230872523bbff7374986E45C486"
+  type: EvmEntropyContract
+- chain: unichain_sepolia
+  address: "0x8D254a21b3C86D32F7179855531CE99164721933"
+  type: EvmEntropyContract

+ 6 - 0
contract_manager/store/contracts/EvmPriceFeedContracts.yaml

@@ -442,3 +442,9 @@
 - chain: happy_bird_song_ends_with_tio
   address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
   type: EvmPriceFeedContract
+- chain: eventum_testnet
+  address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
+  type: EvmPriceFeedContract
+- chain: fantom_sonic_devnet
+  address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
+  type: EvmPriceFeedContract

+ 6 - 0
contract_manager/store/contracts/EvmWormholeContracts.yaml

@@ -436,3 +436,9 @@
 - chain: happy_bird_song_ends_with_tio
   address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
   type: EvmWormholeContract
+- chain: eventum_testnet
+  address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
+  type: EvmWormholeContract
+- chain: fantom_sonic_devnet
+  address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
+  type: EvmWormholeContract

+ 2 - 0
governance/xc_admin/packages/xc_admin_common/src/chains.ts

@@ -214,6 +214,8 @@ export const RECEIVER_CHAINS = {
   superseed_testnet: 50107,
   happy_bird_song_ends_with_tio: 50108,
   hyperevm_testnet: 50109,
+  eventum_testnet: 50110,
+  fantom_sonic_devnet: 50111,
 };
 
 // If there is any overlapping value the receiver chain will replace the wormhole

+ 1 - 1
target_chains/ethereum/sdk/js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-evm-js",
-  "version": "1.76.0",
+  "version": "1.77.0",
   "description": "Pyth Network EVM Utils in JS",
   "homepage": "https://pyth.network",
   "author": {

+ 2 - 0
target_chains/ethereum/sdk/js/src/index.ts

@@ -101,7 +101,9 @@ export const CONTRACT_ADDR: Record<string, string> = {
   ethena_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
   etherlink_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
   eos_testnet: "0x0708325268dF9F66270F1401206434524814508b",
+  eventum_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
   evmos_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
+  fantom_sonic_devnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
   fantom_sonic_testnet: "0x96124d1F6E44FfDf1fb5D6d74BB2DE1B7Fbe7376",
   fantom_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
   filecoin_calibration: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",