@drift-labs/sdk 2.95.0-beta.10 → 2.95.0-beta.11

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.95.0-beta.10
1
+ 2.95.0-beta.11
@@ -333,6 +333,16 @@ exports.MainnetSpotMarkets = [
333
333
  precisionExp: numericConstants_1.NINE,
334
334
  pythFeedId: '0xca3ba9a619a4b3755c10ac7d5e760275aa95e9823d38a84fedd416856cdba37c',
335
335
  },
336
+ {
337
+ symbol: 'BNSOL',
338
+ marketIndex: 25,
339
+ oracle: new web3_js_1.PublicKey('BAtFj4kQttZRVep3UZS2aZRDixkGYgWsbqTBVDbnSsPF'),
340
+ oracleSource: __1.OracleSource.PYTH_PULL,
341
+ mint: new web3_js_1.PublicKey('BNso1VUJnh4zcfpZa6986Ea66P6TCp59hvtNJ8b1X85'),
342
+ precision: numericConstants_1.LAMPORTS_PRECISION,
343
+ precisionExp: numericConstants_1.LAMPORTS_EXP,
344
+ pythFeedId: '0xef0d8b6fda2ceba41da15d4095d1da392a0d2f8ed0c6c7bc0f4cfac8c280b56d',
345
+ },
336
346
  ];
337
347
  exports.SpotMarkets = {
338
348
  devnet: exports.DevnetSpotMarkets,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.95.0-beta.10",
3
+ "version": "2.95.0-beta.11",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -412,6 +412,17 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
412
412
  pythFeedId:
413
413
  '0xca3ba9a619a4b3755c10ac7d5e760275aa95e9823d38a84fedd416856cdba37c',
414
414
  },
415
+ {
416
+ symbol: 'BNSOL',
417
+ marketIndex: 25,
418
+ oracle: new PublicKey('BAtFj4kQttZRVep3UZS2aZRDixkGYgWsbqTBVDbnSsPF'),
419
+ oracleSource: OracleSource.PYTH_PULL,
420
+ mint: new PublicKey('BNso1VUJnh4zcfpZa6986Ea66P6TCp59hvtNJ8b1X85'),
421
+ precision: LAMPORTS_PRECISION,
422
+ precisionExp: LAMPORTS_EXP,
423
+ pythFeedId:
424
+ '0xef0d8b6fda2ceba41da15d4095d1da392a0d2f8ed0c6c7bc0f4cfac8c280b56d',
425
+ },
415
426
  ];
416
427
 
417
428
  export const SpotMarkets: { [key in DriftEnv]: SpotMarketConfig[] } = {