@drift-labs/sdk 2.121.0-beta.7 → 2.121.0-beta.8

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.121.0-beta.7
1
+ 2.121.0-beta.8
@@ -516,12 +516,12 @@ exports.MainnetSpotMarkets = [
516
516
  symbol: 'JLP-1',
517
517
  marketIndex: 33,
518
518
  poolId: 1,
519
- oracle: new web3_js_1.PublicKey('5Mb11e5rt1Sp6A286B145E4TmgMzsM2UX9nCF2vas5bs'),
519
+ oracle: new web3_js_1.PublicKey('3ZLn5XDgSLWhTk2NjqAU44cPkSeC5JAhW5o6w5Nz4p8R'),
520
520
  oracleSource: __1.OracleSource.PYTH_PULL,
521
521
  mint: new web3_js_1.PublicKey('27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4'),
522
522
  precision: new __1.BN(10).pow(numericConstants_1.SIX),
523
523
  precisionExp: numericConstants_1.SIX,
524
- pythFeedId: '0xc811abc82b4bad1f9bd711a2773ccaa935b03ecef974236942cec5e0eb845a3a',
524
+ pythFeedId: '0x6704952e00b6a088b6dcdb8170dcd591eaf64cff9e996ca75ae0ca55bfb96687',
525
525
  launchTs: 1735255852000,
526
526
  },
527
527
  {
@@ -516,12 +516,12 @@ exports.MainnetSpotMarkets = [
516
516
  symbol: 'JLP-1',
517
517
  marketIndex: 33,
518
518
  poolId: 1,
519
- oracle: new web3_js_1.PublicKey('5Mb11e5rt1Sp6A286B145E4TmgMzsM2UX9nCF2vas5bs'),
519
+ oracle: new web3_js_1.PublicKey('3ZLn5XDgSLWhTk2NjqAU44cPkSeC5JAhW5o6w5Nz4p8R'),
520
520
  oracleSource: __1.OracleSource.PYTH_PULL,
521
521
  mint: new web3_js_1.PublicKey('27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4'),
522
522
  precision: new __1.BN(10).pow(numericConstants_1.SIX),
523
523
  precisionExp: numericConstants_1.SIX,
524
- pythFeedId: '0xc811abc82b4bad1f9bd711a2773ccaa935b03ecef974236942cec5e0eb845a3a',
524
+ pythFeedId: '0x6704952e00b6a088b6dcdb8170dcd591eaf64cff9e996ca75ae0ca55bfb96687',
525
525
  launchTs: 1735255852000,
526
526
  },
527
527
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.121.0-beta.7",
3
+ "version": "2.121.0-beta.8",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
@@ -616,13 +616,13 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
616
616
  symbol: 'JLP-1',
617
617
  marketIndex: 33,
618
618
  poolId: 1,
619
- oracle: new PublicKey('5Mb11e5rt1Sp6A286B145E4TmgMzsM2UX9nCF2vas5bs'),
619
+ oracle: new PublicKey('3ZLn5XDgSLWhTk2NjqAU44cPkSeC5JAhW5o6w5Nz4p8R'),
620
620
  oracleSource: OracleSource.PYTH_PULL,
621
621
  mint: new PublicKey('27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4'),
622
622
  precision: new BN(10).pow(SIX),
623
623
  precisionExp: SIX,
624
624
  pythFeedId:
625
- '0xc811abc82b4bad1f9bd711a2773ccaa935b03ecef974236942cec5e0eb845a3a',
625
+ '0x6704952e00b6a088b6dcdb8170dcd591eaf64cff9e996ca75ae0ca55bfb96687',
626
626
  launchTs: 1735255852000,
627
627
  },
628
628
  {