From 7b70afad07a1bbd0562dd947da8facf78c884944 Mon Sep 17 00:00:00 2001 From: 0xbigz <83473873+0xbigz@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:06:26 -0400 Subject: [PATCH 1/2] sdk: add spot-market-index-59 --- sdk/src/constants/perpMarkets.ts | 13 +++++++++++++ sdk/src/constants/spotMarkets.ts | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/sdk/src/constants/perpMarkets.ts b/sdk/src/constants/perpMarkets.ts index bbb7a12423..1e9aa6e440 100644 --- a/sdk/src/constants/perpMarkets.ts +++ b/sdk/src/constants/perpMarkets.ts @@ -1338,6 +1338,19 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [ '0x9873512f5cb33c77ad7a5af098d74812c62111166be395fd0941c8cedb9b00d4', pythLazerId: 2312, }, + { + fullName: 'Double Zero', + category: ['Infra'], + symbol: '2Z-PERP', + baseAssetSymbol: '2Z', + marketIndex: 78, + oracle: new PublicKey('4HTDpcHAwBTHCJLNMwT35w4FGc4nfA4YhT1BkcZQwQ2m'), + launchTs: 1759412919000, + oracleSource: OracleSource.PYTH_LAZER, + pythFeedId: + '0xf2b3ab1c49e35e881003c3c0482d18b181a1560b697b844c24c8f85aba1cab95', + pythLazerId: 2316, + }, ]; export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = { diff --git a/sdk/src/constants/spotMarkets.ts b/sdk/src/constants/spotMarkets.ts index 3840a37d8a..533b9013db 100644 --- a/sdk/src/constants/spotMarkets.ts +++ b/sdk/src/constants/spotMarkets.ts @@ -946,6 +946,19 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [ '0x8f257aab6e7698bb92b15511915e593d6f8eae914452f781874754b03d0c612b', launchTs: 1756392947000, }, + { + symbol: '2Z', + marketIndex: 59, + poolId: 0, + oracle: new PublicKey('4HTDpcHAwBTHCJLNMwT35w4FGc4nfA4YhT1BkcZQwQ2m'), + oracleSource: OracleSource.PYTH_LAZER, + mint: new PublicKey('J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd'), + precision: new BN(10).pow(EIGHT), + precisionExp: EIGHT, + pythFeedId: + '0xf2b3ab1c49e35e881003c3c0482d18b181a1560b697b844c24c8f85aba1cab95', + pythLazerId: 2316, + }, ]; export const SpotMarkets: { [key in DriftEnv]: SpotMarketConfig[] } = { From eb8632f6742f8f06b13a2324c9cddaa5d01512b4 Mon Sep 17 00:00:00 2001 From: 0xbigz <83473873+0xbigz@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:07:29 -0400 Subject: [PATCH 2/2] launch ts --- sdk/src/constants/spotMarkets.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/src/constants/spotMarkets.ts b/sdk/src/constants/spotMarkets.ts index 533b9013db..30dfb8ec5b 100644 --- a/sdk/src/constants/spotMarkets.ts +++ b/sdk/src/constants/spotMarkets.ts @@ -958,6 +958,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [ pythFeedId: '0xf2b3ab1c49e35e881003c3c0482d18b181a1560b697b844c24c8f85aba1cab95', pythLazerId: 2316, + launchTs: 1759412919000, }, ];