Skip to content

Commit 0f73d50

Browse files
authored
sdk: update constants market index 77 (#1916)
1 parent 1ba87a7 commit 0f73d50

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

sdk/src/constants/perpMarkets.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,6 +1325,19 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
13251325
'0xa903b5a82cb572397e3d47595d2889cf80513f5b4cf7a36b513ae10cc8b1e338',
13261326
pythLazerId: 2310,
13271327
},
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+
},
13281341
];
13291342

13301343
export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = {

0 commit comments

Comments
 (0)