@drift-labs/sdk 2.96.0-beta.23 → 2.96.0-beta.24
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/perpMarkets.js +1 -1
- package/package.json +1 -1
- package/src/constants/perpMarkets.ts +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.96.0-beta.
|
|
1
|
+
2.96.0-beta.24
|
|
@@ -805,7 +805,7 @@ exports.MainnetPerpMarkets = [
|
|
|
805
805
|
symbol: 'MOODENG-PERP',
|
|
806
806
|
baseAssetSymbol: 'MOODENG',
|
|
807
807
|
marketIndex: 45,
|
|
808
|
-
oracle: new web3_js_1.PublicKey('
|
|
808
|
+
oracle: new web3_js_1.PublicKey('21gjgEcuDppthwV16J1QpFzje3vmgMp2uSzh7pJsG7ob'),
|
|
809
809
|
launchTs: 1727965864000,
|
|
810
810
|
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
811
811
|
pythFeedId: '0xffff73128917a90950cd0473fd2551d7cd274fd5a6cc45641881bbcc6ee73417',
|
package/package.json
CHANGED
|
@@ -880,7 +880,7 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
880
880
|
symbol: 'MOODENG-PERP',
|
|
881
881
|
baseAssetSymbol: 'MOODENG',
|
|
882
882
|
marketIndex: 45,
|
|
883
|
-
oracle: new PublicKey('
|
|
883
|
+
oracle: new PublicKey('21gjgEcuDppthwV16J1QpFzje3vmgMp2uSzh7pJsG7ob'),
|
|
884
884
|
launchTs: 1727965864000,
|
|
885
885
|
oracleSource: OracleSource.PYTH_PULL,
|
|
886
886
|
pythFeedId:
|