Skip to content

Commit

Permalink
chore(target_chains/ethereum): add morph testnet network (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati authored Apr 12, 2024
1 parent 1135f00 commit 729b18e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -549,3 +549,8 @@
rpcUrl: https://rpc-polynomial-network-testnet-x0tryg8u1c.t.conduit.xyz
networkId: 80008
type: EvmChain
- id: morph_testnet
mainnet: false
rpcUrl: https://rpc-testnet.morphl2.io
networkId: 2710
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 @@ -319,3 +319,6 @@
- chain: linea_sepolia
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmPriceFeedContract
- chain: morph_testnet
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmPriceFeedContract
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 @@ -139,6 +139,7 @@ export const RECEIVER_CHAINS = {
polynomial_testnet: 50063,
linea_sepolia: 50064,
rol_testnet: 50065,
morph_testnet: 50066,
};

// If there is any overlapping value the receiver chain will replace the wormhole
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.39.0",
"version": "1.40.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 @@ -95,6 +95,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
merlin_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
meter_testnet: "0x5a71C07a0588074443545eE0c08fb0375564c3E4",
mode_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
morph_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
movement_evm_devnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
mumbai: "0xFC6bd9F9f0c6481c6Af3A7Eb46b296A5B85ed379",
neon_devnet: "0x0708325268dF9F66270F1401206434524814508b",
Expand Down

0 comments on commit 729b18e

Please sign in to comment.