From c84b731ca5f0d96e26ee40ba4f70e2e5c37c19f2 Mon Sep 17 00:00:00 2001 From: bigz_Pubkey <83473873+0xbigz@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:16:22 -0500 Subject: [PATCH] sdk: add-market-constants-index-62 (#1388) --- sdk/src/constants/perpMarkets.ts | 12 ++++++++++++ sdk/src/constants/spotMarkets.ts | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/sdk/src/constants/perpMarkets.ts b/sdk/src/constants/perpMarkets.ts index cad7b4cfe..a67b938f4 100644 --- a/sdk/src/constants/perpMarkets.ts +++ b/sdk/src/constants/perpMarkets.ts @@ -1076,6 +1076,18 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [ pythFeedId: '0x91519e3e48571e1232a85a938e714da19fe5ce05107f3eebb8a870b2e8020169', }, + { + fullName: 'PENGU', + category: ['Meme'], + symbol: 'PENGU-PERP', + baseAssetSymbol: 'PENGU', + marketIndex: 62, + oracle: new PublicKey('7vGHChuBJyFMYBqMLXRzBmRxWdSuwEmg8RvRm3RWQsxi'), + launchTs: 1734444000000, + oracleSource: OracleSource.PYTH_PULL, + pythFeedId: + '0xbed3097008b9b5e3c93bec20be79cb43986b85a996475589351a21e67bae9b61', + }, ]; export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = { diff --git a/sdk/src/constants/spotMarkets.ts b/sdk/src/constants/spotMarkets.ts index 94232bf4e..30f2ac151 100644 --- a/sdk/src/constants/spotMarkets.ts +++ b/sdk/src/constants/spotMarkets.ts @@ -557,6 +557,18 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [ pythFeedId: '0x91519e3e48571e1232a85a938e714da19fe5ce05107f3eebb8a870b2e8020169', }, + { + symbol: 'PENGU', + marketIndex: 31, + poolId: 0, + oracle: new PublicKey('7vGHChuBJyFMYBqMLXRzBmRxWdSuwEmg8RvRm3RWQsxi'), + oracleSource: OracleSource.PYTH_PULL, + mint: new PublicKey('2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv'), + precision: new BN(10).pow(SIX), + precisionExp: SIX, + pythFeedId: + '0xbed3097008b9b5e3c93bec20be79cb43986b85a996475589351a21e67bae9b61', + }, ]; export const SpotMarkets: { [key in DriftEnv]: SpotMarketConfig[] } = {