@drift-labs/sdk 2.60.0-beta.3 → 2.60.0-beta.4
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 +3 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.60.0-beta.
|
|
1
|
+
2.60.0-beta.4
|
|
@@ -158,7 +158,7 @@ exports.MainnetSpotMarkets = [
|
|
|
158
158
|
mint: new web3_js_1.PublicKey('JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN'),
|
|
159
159
|
precision: new __1.BN(10).pow(numericConstants_1.SIX),
|
|
160
160
|
precisionExp: numericConstants_1.SIX,
|
|
161
|
-
|
|
161
|
+
phoenixMarket: new web3_js_1.PublicKey('2pspvjWWaf3dNgt3jsgSzFCNvMGPb7t8FrEYvLGjvcCe'),
|
|
162
162
|
},
|
|
163
163
|
];
|
|
164
164
|
exports.SpotMarkets = {
|
package/package.json
CHANGED
|
@@ -188,7 +188,9 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
188
188
|
mint: new PublicKey('JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN'),
|
|
189
189
|
precision: new BN(10).pow(SIX),
|
|
190
190
|
precisionExp: SIX,
|
|
191
|
-
|
|
191
|
+
phoenixMarket: new PublicKey(
|
|
192
|
+
'2pspvjWWaf3dNgt3jsgSzFCNvMGPb7t8FrEYvLGjvcCe'
|
|
193
|
+
),
|
|
192
194
|
},
|
|
193
195
|
];
|
|
194
196
|
|