Skip to content

Commit 6181dd8

Browse files
committed
monad
1 parent f09406f commit 6181dd8

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,6 @@
857857
type: EvmChain
858858
- id: monad_devnet
859859
mainnet: false
860-
rpcUrl: $MONAD_DEVNET_RPC_URL
860+
rpcUrl: https://devnet1.monad.xyz/rpc/X67JTUmM4cBeq25KAqV0uJd8Wf00a1ul
861861
networkId: 41454
862862
type: EvmChain

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,3 +469,6 @@
469469
- chain: berachain_cartio_testnet
470470
address: "0x825c0390f379C631f3Cf11A82a37D20BddF93c07"
471471
type: EvmPriceFeedContract
472+
- chain: monad_devnet
473+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
474+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,3 +463,6 @@
463463
- chain: berachain_cartio_testnet
464464
address: "0x5D289Ad1CE59fCC25b6892e7A303dfFf3a9f7167"
465465
type: EvmWormholeContract
466+
- chain: monad_devnet
467+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
468+
type: EvmWormholeContract

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.80.0",
3+
"version": "1.81.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
@@ -130,6 +130,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
130130
merlin_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
131131
meter_testnet: "0x5a71C07a0588074443545eE0c08fb0375564c3E4",
132132
mode_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
133+
monad_devnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
133134
morph_holesky_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
134135
morph_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
135136
movement_evm_devnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",

0 commit comments

Comments
 (0)