@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 CHANGED
@@ -1 +1 @@
1
- 2.60.0-beta.3
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
- serumMarket: new web3_js_1.PublicKey('FbwncFP5bZjdx8J6yfDDTrCmmMkwieuape1enCvwLG33'),
161
+ phoenixMarket: new web3_js_1.PublicKey('2pspvjWWaf3dNgt3jsgSzFCNvMGPb7t8FrEYvLGjvcCe'),
162
162
  },
163
163
  ];
164
164
  exports.SpotMarkets = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.60.0-beta.3",
3
+ "version": "2.60.0-beta.4",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -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
- serumMarket: new PublicKey('FbwncFP5bZjdx8J6yfDDTrCmmMkwieuape1enCvwLG33'),
191
+ phoenixMarket: new PublicKey(
192
+ '2pspvjWWaf3dNgt3jsgSzFCNvMGPb7t8FrEYvLGjvcCe'
193
+ ),
192
194
  },
193
195
  ];
194
196