@drift-labs/sdk 2.82.0-beta.18 → 2.82.0-beta.19
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 -0
- package/package.json +1 -1
- package/src/constants/spotMarkets.ts +3 -0
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.82.0-beta.
|
|
1
|
+
2.82.0-beta.19
|
|
@@ -205,6 +205,7 @@ exports.MainnetSpotMarkets = [
|
|
|
205
205
|
mint: new web3_js_1.PublicKey('DriFtupJYLTosbwoN8koMbEYSx54aFAVLddWsbksjwg7'),
|
|
206
206
|
precision: new __1.BN(10).pow(numericConstants_1.SIX),
|
|
207
207
|
precisionExp: numericConstants_1.SIX,
|
|
208
|
+
phoenixMarket: new web3_js_1.PublicKey('8BV6rrWsUabnTDA3dE6A69oUDJAj3hMhtBHTJyXB7czp'),
|
|
208
209
|
launchTs: 1715860800000,
|
|
209
210
|
},
|
|
210
211
|
];
|
package/package.json
CHANGED
|
@@ -248,6 +248,9 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
248
248
|
mint: new PublicKey('DriFtupJYLTosbwoN8koMbEYSx54aFAVLddWsbksjwg7'),
|
|
249
249
|
precision: new BN(10).pow(SIX),
|
|
250
250
|
precisionExp: SIX,
|
|
251
|
+
phoenixMarket: new PublicKey(
|
|
252
|
+
'8BV6rrWsUabnTDA3dE6A69oUDJAj3hMhtBHTJyXB7czp'
|
|
253
|
+
),
|
|
251
254
|
launchTs: 1715860800000,
|
|
252
255
|
},
|
|
253
256
|
];
|