@drift-labs/sdk 2.103.0-beta.2 → 2.103.0-beta.3

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.103.0-beta.2
1
+ 2.103.0-beta.3
@@ -363,6 +363,7 @@ exports.MainnetSpotMarkets = [
363
363
  mint: new web3_js_1.PublicKey('cbbtcf3aa214zXHbiAZQwf4122FBYbraNdFqgw4iMij'),
364
364
  precision: new __1.BN(10).pow(numericConstants_1.EIGHT),
365
365
  precisionExp: numericConstants_1.EIGHT,
366
+ openbookMarket: new web3_js_1.PublicKey('2HXgKaXKsMUEzQaSBZiXSd54eMHaS3roiefyGWtkW97W'),
366
367
  pythFeedId: '0xe62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43',
367
368
  },
368
369
  {
@@ -363,6 +363,7 @@ exports.MainnetSpotMarkets = [
363
363
  mint: new web3_js_1.PublicKey('cbbtcf3aa214zXHbiAZQwf4122FBYbraNdFqgw4iMij'),
364
364
  precision: new __1.BN(10).pow(numericConstants_1.EIGHT),
365
365
  precisionExp: numericConstants_1.EIGHT,
366
+ openbookMarket: new web3_js_1.PublicKey('2HXgKaXKsMUEzQaSBZiXSd54eMHaS3roiefyGWtkW97W'),
366
367
  pythFeedId: '0xe62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43',
367
368
  },
368
369
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.103.0-beta.2",
3
+ "version": "2.103.0-beta.3",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
@@ -447,6 +447,9 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
447
447
  mint: new PublicKey('cbbtcf3aa214zXHbiAZQwf4122FBYbraNdFqgw4iMij'),
448
448
  precision: new BN(10).pow(EIGHT),
449
449
  precisionExp: EIGHT,
450
+ openbookMarket: new PublicKey(
451
+ '2HXgKaXKsMUEzQaSBZiXSd54eMHaS3roiefyGWtkW97W'
452
+ ),
450
453
  pythFeedId:
451
454
  '0xe62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43',
452
455
  },