@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 CHANGED
@@ -1 +1 @@
1
- 2.71.0-beta.1
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
- // fullName: 'WIF',
239
- // category: ['Meme', 'Dog'],
240
- // symbol: 'WIF-PERP',
241
- // baseAssetSymbol: 'WIF',
242
- // marketIndex: 23,
243
- // oracle: new PublicKey('5i1sz2QQjCQt9PnhuPvqbiYUAYCgjdRnza1JbiH2qRCo'),
244
- // launchTs: 1706219971000,
245
- // oracleSource: OracleSource.PYTH,
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.71.0-beta.1",
3
+ "version": "2.71.0-beta.2",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -244,16 +244,16 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
244
244
  launchTs: 1704209558000,
245
245
  oracleSource: OracleSource.PYTH,
246
246
  },
247
- // {
248
- // fullName: 'WIF',
249
- // category: ['Meme', 'Dog'],
250
- // symbol: 'WIF-PERP',
251
- // baseAssetSymbol: 'WIF',
252
- // marketIndex: 23,
253
- // oracle: new PublicKey('5i1sz2QQjCQt9PnhuPvqbiYUAYCgjdRnza1JbiH2qRCo'),
254
- // launchTs: 1706219971000,
255
- // oracleSource: OracleSource.PYTH,
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[] = [