@drift-labs/sdk 2.96.0-beta.3 → 2.96.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 +1 -1
- package/lib/constants/spotMarkets.js +1 -1
- package/package.json +1 -1
- package/src/constants/spotMarkets.ts +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.96.0-beta.
|
|
1
|
+
2.96.0-beta.4
|
|
@@ -94,7 +94,7 @@ exports.MainnetSpotMarkets = [
|
|
|
94
94
|
precision: new __1.BN(10).pow(numericConstants_1.EIGHT),
|
|
95
95
|
precisionExp: numericConstants_1.EIGHT,
|
|
96
96
|
serumMarket: new web3_js_1.PublicKey('3BAKsQd3RuhZKES2DGysMhjBdwjZYKYmxRqnSMtZ4KSN'),
|
|
97
|
-
pythFeedId: '
|
|
97
|
+
pythFeedId: '0xc9d8b075a5c69303365ae23633d4e085199bf5c520a3b90fed1322a0342ffc33',
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
symbol: 'wETH',
|
package/package.json
CHANGED
|
@@ -133,7 +133,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
133
133
|
precisionExp: EIGHT,
|
|
134
134
|
serumMarket: new PublicKey('3BAKsQd3RuhZKES2DGysMhjBdwjZYKYmxRqnSMtZ4KSN'),
|
|
135
135
|
pythFeedId:
|
|
136
|
-
'
|
|
136
|
+
'0xc9d8b075a5c69303365ae23633d4e085199bf5c520a3b90fed1322a0342ffc33',
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
symbol: 'wETH',
|