@drift-labs/sdk 2.46.0-beta.0 → 2.47.0-beta.0
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/lib/idl/drift.json +1 -1
- package/package.json +1 -1
- package/src/constants/spotMarkets.ts +3 -0
- package/src/idl/drift.json +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.47.0-beta.0
|
|
@@ -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 = {
|
package/lib/idl/drift.json
CHANGED
package/package.json
CHANGED
|
@@ -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
|
|
package/src/idl/drift.json
CHANGED