Skip to content

Commit

Permalink
sdk: add-market-constants-index-62 (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz authored Dec 17, 2024
1 parent 8c7b0f4 commit c84b731
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sdk/src/constants/perpMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[] } = {
Expand Down
12 changes: 12 additions & 0 deletions sdk/src/constants/spotMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[] } = {
Expand Down

0 comments on commit c84b731

Please sign in to comment.