@drift-labs/sdk 2.98.0-beta.0 → 2.98.0-beta.1

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.98.0-beta.0
1
+ 2.98.0-beta.1
@@ -253,8 +253,8 @@ exports.MainnetSpotMarkets = [
253
253
  {
254
254
  symbol: 'dSOL',
255
255
  marketIndex: 17,
256
- oracle: new web3_js_1.PublicKey('HJ9K9AamqVMp86j3uQgpA1tdJNRAwfVuL75FD9P3QBrn'),
257
- oracleSource: __1.OracleSource.SWITCHBOARD,
256
+ oracle: new web3_js_1.PublicKey('7QJ6e57t3yM8HYVg6bAnJiCiZ3wQQ5CSVsa6GA16nJuK'),
257
+ oracleSource: __1.OracleSource.SWITCHBOARD_ON_DEMAND,
258
258
  mint: new web3_js_1.PublicKey('Dso1bDeDjCQxTrWHqUUi63oBvV7Mdm6WaobLbQ7gnPQ'),
259
259
  precision: new __1.BN(10).pow(numericConstants_1.NINE),
260
260
  precisionExp: numericConstants_1.NINE,
@@ -253,8 +253,8 @@ exports.MainnetSpotMarkets = [
253
253
  {
254
254
  symbol: 'dSOL',
255
255
  marketIndex: 17,
256
- oracle: new web3_js_1.PublicKey('HJ9K9AamqVMp86j3uQgpA1tdJNRAwfVuL75FD9P3QBrn'),
257
- oracleSource: __1.OracleSource.SWITCHBOARD,
256
+ oracle: new web3_js_1.PublicKey('7QJ6e57t3yM8HYVg6bAnJiCiZ3wQQ5CSVsa6GA16nJuK'),
257
+ oracleSource: __1.OracleSource.SWITCHBOARD_ON_DEMAND,
258
258
  mint: new web3_js_1.PublicKey('Dso1bDeDjCQxTrWHqUUi63oBvV7Mdm6WaobLbQ7gnPQ'),
259
259
  precision: new __1.BN(10).pow(numericConstants_1.NINE),
260
260
  precisionExp: numericConstants_1.NINE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.98.0-beta.0",
3
+ "version": "2.98.0-beta.1",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
@@ -325,8 +325,8 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
325
325
  {
326
326
  symbol: 'dSOL',
327
327
  marketIndex: 17,
328
- oracle: new PublicKey('HJ9K9AamqVMp86j3uQgpA1tdJNRAwfVuL75FD9P3QBrn'),
329
- oracleSource: OracleSource.SWITCHBOARD,
328
+ oracle: new PublicKey('7QJ6e57t3yM8HYVg6bAnJiCiZ3wQQ5CSVsa6GA16nJuK'),
329
+ oracleSource: OracleSource.SWITCHBOARD_ON_DEMAND,
330
330
  mint: new PublicKey('Dso1bDeDjCQxTrWHqUUi63oBvV7Mdm6WaobLbQ7gnPQ'),
331
331
  precision: new BN(10).pow(NINE),
332
332
  precisionExp: NINE,