Skip to content

Commit 85276fe

Browse files
committed
fix monad testnet addresses
1 parent 4d3f53e commit 85276fe

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changeset/hot-berries-end.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@traderjoe-xyz/sdk': patch
3+
'@traderjoe-xyz/sdk-v2': patch
4+
---
5+
6+
fix monad testnet addresses

packages/v1/src/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const ROUTER_ADDRESS: { [chainId in ChainId]: Hex } = {
3030
[ChainId.MANTLE]: '0x0000000000000000000000000000000000000000',
3131
[ChainId.BERACHAIN]: '0x0000000000000000000000000000000000000000',
3232
[ChainId.BASE]: '0x0000000000000000000000000000000000000000',
33-
[ChainId.MONAD_TESTNET]: '0x0000000000000000000000000000000000000000',
33+
[ChainId.MONAD_TESTNET]: '0x4faCe5b0EF2757Ceb9151D14C036A1135931C70E',
3434
[ChainId.SOLANA]: '0x0000000000000000000000000000000000000000'
3535
}
3636

packages/v2/src/constants/v2Addrs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const MULTICALL_ADDRESS: { [chainId in ChainId]: Hex } = {
1515
[ChainId.MANTLE]: '0xcA11bde05977b3631167028862bE2a173976CA11',
1616
[ChainId.BERACHAIN]: '0xcA11bde05977b3631167028862bE2a173976CA11',
1717
[ChainId.BASE]: '0xcA11bde05977b3631167028862bE2a173976CA11',
18-
[ChainId.MONAD_TESTNET]: '0x6cEfcd4DCA776FFaBF6E244616ea573e4d646566',
18+
[ChainId.MONAD_TESTNET]: '0xcA11bde05977b3631167028862bE2a173976CA11',
1919
[ChainId.SOLANA]: '0x0000000000000000000000000000000000000000'
2020
}
2121

0 commit comments

Comments
 (0)