File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1- 2.140.0-beta.0
1+ 2.140.0-beta.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @drift-labs/sdk" ,
3- "version" : " 2.140.0-beta.0 " ,
3+ "version" : " 2.140.0-beta.1 " ,
44 "main" : " lib/node/index.js" ,
55 "types" : " lib/node/index.d.ts" ,
66 "browser" : " ./lib/browser/index.js" ,
Original file line number Diff line number Diff 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
13301343export const PerpMarkets : { [ key in DriftEnv ] : PerpMarketConfig [ ] } = {
You can’t perform that action at this time.
0 commit comments