@drift-labs/sdk 2.75.0-beta.0 → 2.75.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/VERSION +1 -1
- package/lib/constants/perpMarkets.js +10 -0
- package/package.json +1 -1
- package/src/constants/perpMarkets.ts +10 -0
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.75.0-beta.
|
|
1
|
+
2.75.0-beta.1
|
|
@@ -244,6 +244,16 @@ exports.DevnetPerpMarkets = [
|
|
|
244
244
|
launchTs: 1709852537000,
|
|
245
245
|
oracleSource: __1.OracleSource.Prelaunch,
|
|
246
246
|
},
|
|
247
|
+
{
|
|
248
|
+
fullName: 'Kamino',
|
|
249
|
+
category: ['Lending'],
|
|
250
|
+
symbol: 'KMNO-PERP',
|
|
251
|
+
baseAssetSymbol: 'KMNO',
|
|
252
|
+
marketIndex: 24,
|
|
253
|
+
oracle: new web3_js_1.PublicKey('FkAaa46aYdHn8QxxwmiUnJt3th8radB2GFXDMtyLALCY'),
|
|
254
|
+
launchTs: 1711475936000,
|
|
255
|
+
oracleSource: __1.OracleSource.Prelaunch,
|
|
256
|
+
},
|
|
247
257
|
];
|
|
248
258
|
exports.MainnetPerpMarkets = [
|
|
249
259
|
{
|
package/package.json
CHANGED
|
@@ -254,6 +254,16 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
254
254
|
launchTs: 1709852537000,
|
|
255
255
|
oracleSource: OracleSource.Prelaunch,
|
|
256
256
|
},
|
|
257
|
+
{
|
|
258
|
+
fullName: 'Kamino',
|
|
259
|
+
category: ['Lending'],
|
|
260
|
+
symbol: 'KMNO-PERP',
|
|
261
|
+
baseAssetSymbol: 'KMNO',
|
|
262
|
+
marketIndex: 24,
|
|
263
|
+
oracle: new PublicKey('FkAaa46aYdHn8QxxwmiUnJt3th8radB2GFXDMtyLALCY'),
|
|
264
|
+
launchTs: 1711475936000,
|
|
265
|
+
oracleSource: OracleSource.Prelaunch,
|
|
266
|
+
},
|
|
257
267
|
];
|
|
258
268
|
|
|
259
269
|
export const MainnetPerpMarkets: PerpMarketConfig[] = [
|