@drift-labs/sdk 2.85.0-beta.6 → 2.85.0-beta.7

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.85.0-beta.6
1
+ 2.85.0-beta.7
@@ -241,7 +241,7 @@ exports.MainnetSpotMarkets = [
241
241
  {
242
242
  symbol: 'JLP',
243
243
  marketIndex: 19,
244
- oracle: new web3_js_1.PublicKey('HR1mmjm2GeTRvdaN9VCy3wyx35h8Pimjv5wyzZ5NJmxE'),
244
+ oracle: new web3_js_1.PublicKey('pmHEXBam7kbmCCg5ED5V7RNMN8e34sKu338KeuFAGof'),
245
245
  oracleSource: __1.OracleSource.SWITCHBOARD,
246
246
  mint: new web3_js_1.PublicKey('27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4'),
247
247
  precision: new __1.BN(10).pow(numericConstants_1.SIX),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.85.0-beta.6",
3
+ "version": "2.85.0-beta.7",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -286,7 +286,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
286
286
  {
287
287
  symbol: 'JLP',
288
288
  marketIndex: 19,
289
- oracle: new PublicKey('HR1mmjm2GeTRvdaN9VCy3wyx35h8Pimjv5wyzZ5NJmxE'),
289
+ oracle: new PublicKey('pmHEXBam7kbmCCg5ED5V7RNMN8e34sKu338KeuFAGof'),
290
290
  oracleSource: OracleSource.SWITCHBOARD,
291
291
  mint: new PublicKey('27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4'),
292
292
  precision: new BN(10).pow(SIX),