@drift-labs/sdk 2.97.0-beta.11 → 2.97.0-beta.12

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.97.0-beta.11
1
+ 2.97.0-beta.12
@@ -297,8 +297,8 @@ exports.MainnetSpotMarkets = [
297
297
  {
298
298
  symbol: 'CLOUD',
299
299
  marketIndex: 21,
300
- oracle: new web3_js_1.PublicKey('4FG7UyPkszGvcSVCCKaLSZsArGjyxitwhJeQhYu2bFTS'),
301
- oracleSource: __1.OracleSource.SWITCHBOARD,
300
+ oracle: new web3_js_1.PublicKey('FNFejcXENaPgKaCTfstew9vSSvdQPnXjGTkJjUnnYvHU'),
301
+ oracleSource: __1.OracleSource.SWITCHBOARD_ON_DEMAND,
302
302
  mint: new web3_js_1.PublicKey('CLoUDKc4Ane7HeQcPpE3YHnznRxhMimJ4MyaUqyHFzAu'),
303
303
  precision: new __1.BN(10).pow(numericConstants_1.NINE),
304
304
  precisionExp: numericConstants_1.NINE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.97.0-beta.11",
3
+ "version": "2.97.0-beta.12",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -374,8 +374,8 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
374
374
  {
375
375
  symbol: 'CLOUD',
376
376
  marketIndex: 21,
377
- oracle: new PublicKey('4FG7UyPkszGvcSVCCKaLSZsArGjyxitwhJeQhYu2bFTS'),
378
- oracleSource: OracleSource.SWITCHBOARD,
377
+ oracle: new PublicKey('FNFejcXENaPgKaCTfstew9vSSvdQPnXjGTkJjUnnYvHU'),
378
+ oracleSource: OracleSource.SWITCHBOARD_ON_DEMAND,
379
379
  mint: new PublicKey('CLoUDKc4Ane7HeQcPpE3YHnznRxhMimJ4MyaUqyHFzAu'),
380
380
  precision: new BN(10).pow(NINE),
381
381
  precisionExp: NINE,