From 9fa9a8a3760589885893e357812585bf6668da70 Mon Sep 17 00:00:00 2001 From: 0xbigz <83473873+0xbigz@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:16:38 -0500 Subject: [PATCH] sdk: add-spot-constant-market-index-61 --- sdk/src/constants/spotMarkets.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/sdk/src/constants/spotMarkets.ts b/sdk/src/constants/spotMarkets.ts index 2a0e983e1..8a8652493 100644 --- a/sdk/src/constants/spotMarkets.ts +++ b/sdk/src/constants/spotMarkets.ts @@ -989,6 +989,20 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [ pythLazerId: 2382, launchTs: 1761225524000, }, + { + symbol: 'CASH', + marketIndex: 61, + poolId: 0, + oracle: new PublicKey('AK6coxSjfAnuDT4ZUSP3UpeQe2G1tKcALnsdd835eg7T'), + oracleSource: OracleSource.PYTH_LAZER_STABLE_COIN, + mint: new PublicKey('CASHx9KJUStyftLFWGvEVf59SGeG9sh5FfcnZMVPCASH'), + precision: new BN(10).pow(SIX), + precisionExp: SIX, + pythFeedId: + '0xdf3320ef0f4617337b8dbb924f2aaa4f9db08f522a5435b44f9066c1ac4c7f95', + pythLazerId: 2323, + launchTs: 1762362404000, + }, ]; export const SpotMarkets: { [key in DriftEnv]: SpotMarketConfig[] } = {