@drift-labs/sdk 2.71.0-beta.1 → 2.71.0-beta.2
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 -10
- package/package.json +1 -1
- package/src/constants/perpMarkets.ts +10 -10
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.71.0-beta.
|
|
1
|
+
2.71.0-beta.2
|
|
@@ -234,16 +234,16 @@ exports.DevnetPerpMarkets = [
|
|
|
234
234
|
launchTs: 1704209558000,
|
|
235
235
|
oracleSource: __1.OracleSource.PYTH,
|
|
236
236
|
},
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
237
|
+
{
|
|
238
|
+
fullName: 'Wormhole',
|
|
239
|
+
category: ['Bridge'],
|
|
240
|
+
symbol: 'W-PERP',
|
|
241
|
+
baseAssetSymbol: 'W',
|
|
242
|
+
marketIndex: 23,
|
|
243
|
+
oracle: new web3_js_1.PublicKey('BM2UWqREbt7ktsPCA438dqAVqhU7UZFVg11CQyPXFr49'),
|
|
244
|
+
launchTs: 1709852537000,
|
|
245
|
+
oracleSource: __1.OracleSource.Prelaunch,
|
|
246
|
+
},
|
|
247
247
|
];
|
|
248
248
|
exports.MainnetPerpMarkets = [
|
|
249
249
|
{
|
package/package.json
CHANGED
|
@@ -244,16 +244,16 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
244
244
|
launchTs: 1704209558000,
|
|
245
245
|
oracleSource: OracleSource.PYTH,
|
|
246
246
|
},
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
247
|
+
{
|
|
248
|
+
fullName: 'Wormhole',
|
|
249
|
+
category: ['Bridge'],
|
|
250
|
+
symbol: 'W-PERP',
|
|
251
|
+
baseAssetSymbol: 'W',
|
|
252
|
+
marketIndex: 23,
|
|
253
|
+
oracle: new PublicKey('BM2UWqREbt7ktsPCA438dqAVqhU7UZFVg11CQyPXFr49'),
|
|
254
|
+
launchTs: 1709852537000,
|
|
255
|
+
oracleSource: OracleSource.Prelaunch,
|
|
256
|
+
},
|
|
257
257
|
];
|
|
258
258
|
|
|
259
259
|
export const MainnetPerpMarkets: PerpMarketConfig[] = [
|