@drift-labs/sdk 2.91.0-beta.5 → 2.91.0-beta.6

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.91.0-beta.5
1
+ 2.91.0-beta.6
@@ -305,7 +305,7 @@ exports.MainnetSpotMarkets = [
305
305
  symbol: 'PYUSD',
306
306
  marketIndex: 22,
307
307
  oracle: new web3_js_1.PublicKey('HpMoKp3TCd3QT4MWYUKk2zCBwmhr5Df45fB6wdxYqEeh'),
308
- oracleSource: __1.OracleSource.PYTH_STABLE_COIN_PULL,
308
+ oracleSource: __1.OracleSource.PYTH_PULL,
309
309
  mint: new web3_js_1.PublicKey('2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo'),
310
310
  precision: new __1.BN(10).pow(numericConstants_1.SIX),
311
311
  precisionExp: numericConstants_1.SIX,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.91.0-beta.5",
3
+ "version": "2.91.0-beta.6",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -377,7 +377,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
377
377
  symbol: 'PYUSD',
378
378
  marketIndex: 22,
379
379
  oracle: new PublicKey('HpMoKp3TCd3QT4MWYUKk2zCBwmhr5Df45fB6wdxYqEeh'),
380
- oracleSource: OracleSource.PYTH_STABLE_COIN_PULL,
380
+ oracleSource: OracleSource.PYTH_PULL,
381
381
  mint: new PublicKey('2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo'),
382
382
  precision: new BN(10).pow(SIX),
383
383
  precisionExp: SIX,