@drift-labs/sdk 2.40.0-beta.0 → 2.40.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 +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.40.0-beta.
|
|
1
|
+
2.40.0-beta.1
|
|
@@ -87,6 +87,7 @@ exports.MainnetSpotMarkets = [
|
|
|
87
87
|
precision: new __1.BN(10).pow(numericConstants_1.EIGHT),
|
|
88
88
|
precisionExp: numericConstants_1.EIGHT,
|
|
89
89
|
serumMarket: new web3_js_1.PublicKey('BbJgE7HZMaDp5NTYvRh5jZSkQPVDTU8ubPFtpogUkEj4'),
|
|
90
|
+
phoenixMarket: new web3_js_1.PublicKey('Ew3vFDdtdGrknJAVVfraxCA37uNJtimXYPY4QjnfhFHH'),
|
|
90
91
|
},
|
|
91
92
|
{
|
|
92
93
|
symbol: 'USDT',
|
package/package.json
CHANGED
|
@@ -113,6 +113,9 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
113
113
|
precision: new BN(10).pow(EIGHT),
|
|
114
114
|
precisionExp: EIGHT,
|
|
115
115
|
serumMarket: new PublicKey('BbJgE7HZMaDp5NTYvRh5jZSkQPVDTU8ubPFtpogUkEj4'),
|
|
116
|
+
phoenixMarket: new PublicKey(
|
|
117
|
+
'Ew3vFDdtdGrknJAVVfraxCA37uNJtimXYPY4QjnfhFHH'
|
|
118
|
+
),
|
|
116
119
|
},
|
|
117
120
|
{
|
|
118
121
|
symbol: 'USDT',
|