Skip to content

Commit 9fd37e3

Browse files
committed
Merge branch 'master' into devnet
2 parents 1ca591d + 6a8a7be commit 9fd37e3

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

sdk/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.140.0-beta.0
1+
2.140.0-beta.1

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

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)