@drift-labs/sdk 2.86.0-beta.16 → 2.86.0-beta.17

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.86.0-beta.16
1
+ 2.86.0-beta.17
@@ -257,6 +257,7 @@ exports.MainnetSpotMarkets = [
257
257
  precision: new __1.BN(10).pow(numericConstants_1.SIX),
258
258
  precisionExp: numericConstants_1.SIX,
259
259
  launchTs: 1718811089000,
260
+ pythFeedId: '0xe393449f6aff8a4b6d3e1165a7c9ebec103685f3b41e60db4277b5b6d10e7326',
260
261
  },
261
262
  {
262
263
  symbol: 'JLP',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.86.0-beta.16",
3
+ "version": "2.86.0-beta.17",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -323,6 +323,8 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
323
323
  precision: new BN(10).pow(SIX),
324
324
  precisionExp: SIX,
325
325
  launchTs: 1718811089000,
326
+ pythFeedId:
327
+ '0xe393449f6aff8a4b6d3e1165a7c9ebec103685f3b41e60db4277b5b6d10e7326',
326
328
  },
327
329
  {
328
330
  symbol: 'JLP',