Kaynağa Gözat

(chore) Add move devnet (#1827)

* (chore) Add move devnet

* pre-commit
Aditya Arora 1 yıl önce
ebeveyn
işleme
9580252145

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

@@ -678,8 +678,14 @@
   mainnet: true
   rpcUrl: https://mainnet-rpc.b3.fun/http
   networkId: 8333
+  type: EvmChain
 - id: cronos_zkevm_mainnet
   mainnet: true
   rpcUrl: https://mainnet.zkevm.cronos.org
   networkId: 388
   type: EvmChain
+- id: movement_evm_devnet_imola
+  mainnet: false
+  rpcUrl: https://mevm.devnet.imola.movementlabs.xyz
+  networkId: 30732
+  type: EvmChain

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

@@ -379,3 +379,6 @@
 - chain: cronos_zkevm_mainnet
   address: "0x056f829183Ec806A78c26C98961678c24faB71af"
   type: EvmPriceFeedContract
+- chain: movement_evm_devnet_imola
+  address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
+  type: EvmPriceFeedContract

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

@@ -367,3 +367,6 @@
 - chain: cronos_zkevm_mainnet
   address: "0xc10F5BE78E464BB0E1f534D66E5A6ecaB150aEFa"
   type: EvmWormholeContract
+- chain: movement_evm_devnet_imola
+  address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
+  type: EvmWormholeContract

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

@@ -181,6 +181,7 @@ export const RECEIVER_CHAINS = {
   b3_testnet: 50090,
   cronos_zkevm_testnet: 50091,
   reya_testnet: 50092,
+  movement_evm_devnet_imola: 50093,
 };
 
 // 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.62.0",
+  "version": "1.63.0",
   "description": "Pyth Network EVM Utils in JS",
   "homepage": "https://pyth.network",
   "author": {

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

@@ -116,6 +116,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
   morph_holesky_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
   morph_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
   movement_evm_devnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
+  movement_evm_devnet_imola: "0x2880aB155794e7179c9eE2e38200202908C17B43",
   mumbai: "0xFC6bd9F9f0c6481c6Af3A7Eb46b296A5B85ed379",
   neon_devnet: "0x0708325268dF9F66270F1401206434524814508b",
   olive_testnet: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",