@drift-labs/sdk 2.107.0-beta.11 → 2.107.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.107.0-beta.
|
|
1
|
+
2.107.0-beta.12
|
|
@@ -561,7 +561,7 @@ exports.MainnetSpotMarkets = [
|
|
|
561
561
|
marketIndex: 37,
|
|
562
562
|
poolId: 0,
|
|
563
563
|
oracle: new web3_js_1.PublicKey('3uFMuqGg3GCZK1XSdBfpvSrj28uqFBzz6xTTAaFeobBP'),
|
|
564
|
-
oracleSource: __1.OracleSource.
|
|
564
|
+
oracleSource: __1.OracleSource.SWITCHBOARD_ON_DEMAND,
|
|
565
565
|
mint: new web3_js_1.PublicKey('FUAfBo2jgks6gB4Z4LfZkqSZgzNucisEHqnNebaRxM1P'),
|
|
566
566
|
precision: new __1.BN(10).pow(numericConstants_1.SIX),
|
|
567
567
|
precisionExp: numericConstants_1.SIX,
|
|
@@ -561,7 +561,7 @@ exports.MainnetSpotMarkets = [
|
|
|
561
561
|
marketIndex: 37,
|
|
562
562
|
poolId: 0,
|
|
563
563
|
oracle: new web3_js_1.PublicKey('3uFMuqGg3GCZK1XSdBfpvSrj28uqFBzz6xTTAaFeobBP'),
|
|
564
|
-
oracleSource: __1.OracleSource.
|
|
564
|
+
oracleSource: __1.OracleSource.SWITCHBOARD_ON_DEMAND,
|
|
565
565
|
mint: new web3_js_1.PublicKey('FUAfBo2jgks6gB4Z4LfZkqSZgzNucisEHqnNebaRxM1P'),
|
|
566
566
|
precision: new __1.BN(10).pow(numericConstants_1.SIX),
|
|
567
567
|
precisionExp: numericConstants_1.SIX,
|
package/package.json
CHANGED
|
@@ -665,7 +665,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
665
665
|
marketIndex: 37,
|
|
666
666
|
poolId: 0,
|
|
667
667
|
oracle: new PublicKey('3uFMuqGg3GCZK1XSdBfpvSrj28uqFBzz6xTTAaFeobBP'),
|
|
668
|
-
oracleSource: OracleSource.
|
|
668
|
+
oracleSource: OracleSource.SWITCHBOARD_ON_DEMAND,
|
|
669
669
|
mint: new PublicKey('FUAfBo2jgks6gB4Z4LfZkqSZgzNucisEHqnNebaRxM1P'),
|
|
670
670
|
precision: new BN(10).pow(SIX),
|
|
671
671
|
precisionExp: SIX,
|