We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba87a7 commit 0f73d50Copy full SHA for 0f73d50
sdk/src/constants/perpMarkets.ts
@@ -1325,6 +1325,19 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
1325
'0xa903b5a82cb572397e3d47595d2889cf80513f5b4cf7a36b513ae10cc8b1e338',
1326
pythLazerId: 2310,
1327
},
1328
+ {
1329
+ fullName: 'PLASMA',
1330
+ category: ['DEX'],
1331
+ symbol: 'XPL-PERP',
1332
+ baseAssetSymbol: 'XPL',
1333
+ marketIndex: 77,
1334
+ oracle: new PublicKey('6kgE1KJcxTux4tkPLE8LL8GRyW2cAsvyZsDFWqCrhHVe'),
1335
+ launchTs: 1758898862000,
1336
+ oracleSource: OracleSource.PYTH_LAZER,
1337
+ pythFeedId:
1338
+ '0x9873512f5cb33c77ad7a5af098d74812c62111166be395fd0941c8cedb9b00d4',
1339
+ pythLazerId: 2312,
1340
+ },
1341
];
1342
1343
export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = {
0 commit comments