Skip to content

Commit 9580252

Browse files
authored
(chore) Add move devnet (#1827)
* (chore) Add move devnet * pre-commit
1 parent acf5a40 commit 9580252

File tree

6 files changed

+15
-1
lines changed

6 files changed

+15
-1
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,14 @@
678678
mainnet: true
679679
rpcUrl: https://mainnet-rpc.b3.fun/http
680680
networkId: 8333
681+
type: EvmChain
681682
- id: cronos_zkevm_mainnet
682683
mainnet: true
683684
rpcUrl: https://mainnet.zkevm.cronos.org
684685
networkId: 388
685686
type: EvmChain
687+
- id: movement_evm_devnet_imola
688+
mainnet: false
689+
rpcUrl: https://mevm.devnet.imola.movementlabs.xyz
690+
networkId: 30732
691+
type: EvmChain

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,3 +379,6 @@
379379
- chain: cronos_zkevm_mainnet
380380
address: "0x056f829183Ec806A78c26C98961678c24faB71af"
381381
type: EvmPriceFeedContract
382+
- chain: movement_evm_devnet_imola
383+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
384+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,3 +367,6 @@
367367
- chain: cronos_zkevm_mainnet
368368
address: "0xc10F5BE78E464BB0E1f534D66E5A6ecaB150aEFa"
369369
type: EvmWormholeContract
370+
- chain: movement_evm_devnet_imola
371+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
372+
type: EvmWormholeContract

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ export const RECEIVER_CHAINS = {
181181
b3_testnet: 50090,
182182
cronos_zkevm_testnet: 50091,
183183
reya_testnet: 50092,
184+
movement_evm_devnet_imola: 50093,
184185
};
185186

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

target_chains/ethereum/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-evm-js",
3-
"version": "1.62.0",
3+
"version": "1.63.0",
44
"description": "Pyth Network EVM Utils in JS",
55
"homepage": "https://pyth.network",
66
"author": {

target_chains/ethereum/sdk/js/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
116116
morph_holesky_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
117117
morph_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
118118
movement_evm_devnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
119+
movement_evm_devnet_imola: "0x2880aB155794e7179c9eE2e38200202908C17B43",
119120
mumbai: "0xFC6bd9F9f0c6481c6Af3A7Eb46b296A5B85ed379",
120121
neon_devnet: "0x0708325268dF9F66270F1401206434524814508b",
121122
olive_testnet: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",

0 commit comments

Comments
 (0)