@drift-labs/sdk 2.65.0-beta.7 → 2.65.0-beta.8
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.65.0-beta.
|
|
1
|
+
2.65.0-beta.8
|
|
@@ -108,6 +108,7 @@ exports.MainnetSpotMarkets = [
|
|
|
108
108
|
precision: new __1.BN(10).pow(numericConstants_1.NINE),
|
|
109
109
|
precisionExp: numericConstants_1.NINE,
|
|
110
110
|
serumMarket: new web3_js_1.PublicKey('DkbVbMhFxswS32xnn1K2UY4aoBugXooBTxdzkWWDWRkH'),
|
|
111
|
+
phoenixMarket: new web3_js_1.PublicKey('5LQLfGtqcC5rm2WuGxJf4tjqYmDjsQAbKo2AMLQ8KB7p'),
|
|
111
112
|
},
|
|
112
113
|
{
|
|
113
114
|
symbol: 'PYTH',
|
package/package.json
CHANGED
|
@@ -137,6 +137,9 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
137
137
|
precision: new BN(10).pow(NINE),
|
|
138
138
|
precisionExp: NINE,
|
|
139
139
|
serumMarket: new PublicKey('DkbVbMhFxswS32xnn1K2UY4aoBugXooBTxdzkWWDWRkH'),
|
|
140
|
+
phoenixMarket: new PublicKey(
|
|
141
|
+
'5LQLfGtqcC5rm2WuGxJf4tjqYmDjsQAbKo2AMLQ8KB7p'
|
|
142
|
+
),
|
|
140
143
|
},
|
|
141
144
|
{
|
|
142
145
|
symbol: 'PYTH',
|