@drift-labs/sdk 2.45.0-beta.6 → 2.46.0-beta.1

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.45.0-beta.6
1
+ 2.46.0-beta.1
@@ -118,6 +118,7 @@ exports.MainnetSpotMarkets = [
118
118
  precision: new __1.BN(10).pow(numericConstants_1.SIX),
119
119
  precisionExp: numericConstants_1.SIX,
120
120
  serumMarket: new web3_js_1.PublicKey('4E17F3BxtNVqzVsirxguuqkpYLtFgCR6NfTpccPh82WE'),
121
+ phoenixMarket: new web3_js_1.PublicKey('2sTMN9A1D1qeZLF95XQgJCUPiKe5DiV52jLfZGqMP46m'),
121
122
  },
122
123
  ];
123
124
  exports.SpotMarkets = {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.44.0",
2
+ "version": "2.45.0",
3
3
  "name": "drift",
4
4
  "instructions": [
5
5
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.45.0-beta.6",
3
+ "version": "2.46.0-beta.1",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -146,6 +146,9 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
146
146
  precision: new BN(10).pow(SIX),
147
147
  precisionExp: SIX,
148
148
  serumMarket: new PublicKey('4E17F3BxtNVqzVsirxguuqkpYLtFgCR6NfTpccPh82WE'),
149
+ phoenixMarket: new PublicKey(
150
+ '2sTMN9A1D1qeZLF95XQgJCUPiKe5DiV52jLfZGqMP46m'
151
+ ),
149
152
  },
150
153
  ];
151
154
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.44.0",
2
+ "version": "2.45.0",
3
3
  "name": "drift",
4
4
  "instructions": [
5
5
  {