From 79d77224b2d6d17420f10d8a0b24e8483a2999fe Mon Sep 17 00:00:00 2001 From: 0xbigz <83473873+0xbigz@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:13:10 -0500 Subject: [PATCH 1/2] sdk: add-const-market-index-83 --- sdk/src/constants/perpMarkets.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sdk/src/constants/perpMarkets.ts b/sdk/src/constants/perpMarkets.ts index dda87f801..72540a6d6 100644 --- a/sdk/src/constants/perpMarkets.ts +++ b/sdk/src/constants/perpMarkets.ts @@ -1428,6 +1428,17 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [ oracleSource: OracleSource.PYTH_LAZER, pythLazerId: 2382, }, + { + fullName: 'Monad', + category: ['L1'], + symbol: 'MON-PERP', + baseAssetSymbol: 'MON', + marketIndex: 83, + oracle: new PublicKey('585jsthKg9BeTfnFGAxgfNie9krGGyPbd5feMpWneHf7'), + launchTs: 1763996757000, + oracleSource: OracleSource.PYTH_LAZER_1K, + pythLazerId: 2396, + }, ]; export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = { From 847e03257ce9d4eb0fa5cfc4b703f1ba83bc0947 Mon Sep 17 00:00:00 2001 From: 0xbigz <83473873+0xbigz@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:19:51 -0500 Subject: [PATCH 2/2] 1k name --- sdk/src/constants/perpMarkets.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/src/constants/perpMarkets.ts b/sdk/src/constants/perpMarkets.ts index 72540a6d6..facf88c5f 100644 --- a/sdk/src/constants/perpMarkets.ts +++ b/sdk/src/constants/perpMarkets.ts @@ -1431,8 +1431,8 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [ { fullName: 'Monad', category: ['L1'], - symbol: 'MON-PERP', - baseAssetSymbol: 'MON', + symbol: '1KMON-PERP', + baseAssetSymbol: '1KMON', marketIndex: 83, oracle: new PublicKey('585jsthKg9BeTfnFGAxgfNie9krGGyPbd5feMpWneHf7'), launchTs: 1763996757000,