@drift-labs/sdk-browser 2.104.0-beta.36 → 2.104.0-beta.37

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.104.0-beta.36
1
+ 2.104.0-beta.37
@@ -485,6 +485,8 @@ exports.MainnetSpotMarkets = [
485
485
  precision: new __1.BN(10).pow(numericConstants_1.FIVE),
486
486
  precisionExp: numericConstants_1.FIVE,
487
487
  pythFeedId: '0x72b021217ca3fe68922a19aaf990109cb9d84e9ad004b4d2025ad6f529314419',
488
+ openbookMarket: new web3_js_1.PublicKey('D3gZwng2MgZGjktYcKpbR8Bz8653i4qCgzHCf5E4TcZb'),
489
+ launchTs: 1734717937000,
488
490
  },
489
491
  ];
490
492
  exports.SpotMarkets = {
@@ -485,6 +485,8 @@ exports.MainnetSpotMarkets = [
485
485
  precision: new __1.BN(10).pow(numericConstants_1.FIVE),
486
486
  precisionExp: numericConstants_1.FIVE,
487
487
  pythFeedId: '0x72b021217ca3fe68922a19aaf990109cb9d84e9ad004b4d2025ad6f529314419',
488
+ openbookMarket: new web3_js_1.PublicKey('D3gZwng2MgZGjktYcKpbR8Bz8653i4qCgzHCf5E4TcZb'),
489
+ launchTs: 1734717937000,
488
490
  },
489
491
  ];
490
492
  exports.SpotMarkets = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk-browser",
3
- "version": "2.104.0-beta.36",
3
+ "version": "2.104.0-beta.37",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
@@ -582,6 +582,10 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
582
582
  precisionExp: FIVE,
583
583
  pythFeedId:
584
584
  '0x72b021217ca3fe68922a19aaf990109cb9d84e9ad004b4d2025ad6f529314419',
585
+ openbookMarket: new PublicKey(
586
+ 'D3gZwng2MgZGjktYcKpbR8Bz8653i4qCgzHCf5E4TcZb'
587
+ ),
588
+ launchTs: 1734717937000,
585
589
  },
586
590
  ];
587
591