@drift-labs/sdk 2.93.0-beta.1 → 2.93.0-beta.2
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.93.0-beta.
|
|
1
|
+
2.93.0-beta.2
|
|
@@ -87,7 +87,7 @@ exports.MainnetSpotMarkets = [
|
|
|
87
87
|
{
|
|
88
88
|
symbol: 'wBTC',
|
|
89
89
|
marketIndex: 3,
|
|
90
|
-
oracle: new web3_js_1.PublicKey('
|
|
90
|
+
oracle: new web3_js_1.PublicKey('9Tq8iN5WnMX2PcZGj4iSFEAgHCi8cM6x8LsDUbuzq8uw'),
|
|
91
91
|
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
92
92
|
mint: new web3_js_1.PublicKey('3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh'),
|
|
93
93
|
precision: new __1.BN(10).pow(numericConstants_1.EIGHT),
|
package/package.json
CHANGED
|
@@ -123,7 +123,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
123
123
|
{
|
|
124
124
|
symbol: 'wBTC',
|
|
125
125
|
marketIndex: 3,
|
|
126
|
-
oracle: new PublicKey('
|
|
126
|
+
oracle: new PublicKey('9Tq8iN5WnMX2PcZGj4iSFEAgHCi8cM6x8LsDUbuzq8uw'),
|
|
127
127
|
oracleSource: OracleSource.PYTH_PULL,
|
|
128
128
|
mint: new PublicKey('3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh'),
|
|
129
129
|
precision: new BN(10).pow(EIGHT),
|