Sfoglia il codice sorgente

chore(network) Add monad testnet (#2240)

Aditya Arora 10 mesi fa
parent
commit
e77ee105f8

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

@@ -850,3 +850,8 @@
   rpcUrl: https://rpc.test2.btcs.network
   networkId: 1114
   type: EvmChain
+- id: monad_testnet
+  mainnet: false
+  rpcUrl: https://rpc.monad-testnet.category.xyz/rpc/nSyzM1wlIgaALWzbh3oIg5rW65AC6yjqrslOE8wb
+  networkId: 10143
+  type: EvmChain

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

@@ -139,3 +139,6 @@
 - chain: monad_devnet
   address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
   type: EvmEntropyContract
+- chain: monad_testnet
+  address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
+  type: EvmEntropyContract

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

@@ -472,3 +472,6 @@
 - chain: coredao_testnet_v2
   address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
   type: EvmPriceFeedContract
+- chain: monad_testnet
+  address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
+  type: EvmPriceFeedContract

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

@@ -466,3 +466,6 @@
 - chain: coredao_testnet_v2
   address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
   type: EvmWormholeContract
+- chain: monad_testnet
+  address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
+  type: EvmWormholeContract

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

@@ -224,6 +224,7 @@ export const RECEIVER_CHAINS = {
   coredao_testnet_v2: 50114,
   bittensor_testnet: 50115,
   monad_devnet: 50116,
+  monad_testnet: 50117,
 };
 
 // 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.82.0",
+  "version": "1.83.0",
   "description": "Pyth Network EVM Utils in JS",
   "homepage": "https://pyth.network",
   "author": {

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

@@ -131,6 +131,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
   meter_testnet: "0x5a71C07a0588074443545eE0c08fb0375564c3E4",
   mode_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
   monad_devnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
+  monad_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
   morph_holesky_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
   morph_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
   movement_evm_devnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",