Skip to content

Commit

Permalink
(chore) Add move devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 committed Aug 16, 2024
1 parent acf5a40 commit 97e2e77
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 3 additions & 0 deletions contract_manager/store/contracts/EvmPriceFeedContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,3 +379,6 @@
- chain: cronos_zkevm_mainnet
address: "0x056f829183Ec806A78c26C98961678c24faB71af"
type: EvmPriceFeedContract
- chain: movement_evm_devnet_imola
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
3 changes: 3 additions & 0 deletions contract_manager/store/contracts/EvmWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -367,3 +367,6 @@
- chain: cronos_zkevm_mainnet
address: "0xc10F5BE78E464BB0E1f534D66E5A6ecaB150aEFa"
type: EvmWormholeContract
- chain: movement_evm_devnet_imola
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
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 @@ -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
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.62.0",
"version": "1.63.0",
"description": "Pyth Network EVM Utils in JS",
"homepage": "https://pyth.network",
"author": {
Expand Down
1 change: 1 addition & 0 deletions target_chains/ethereum/sdk/js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 97e2e77

Please sign in to comment.