@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 +1 -1
- package/lib/constants/spotMarkets.js +1 -1
- package/package.json +1 -1
- package/src/constants/spotMarkets.ts +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.91.0-beta.
|
|
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.
|
|
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
|
@@ -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.
|
|
380
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
381
381
|
mint: new PublicKey('2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo'),
|
|
382
382
|
precision: new BN(10).pow(SIX),
|
|
383
383
|
precisionExp: SIX,
|