@drift-labs/sdk 2.96.0-beta.6 → 2.96.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
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.96.0-beta.
|
|
1
|
+
2.96.0-beta.8
|
|
@@ -778,6 +778,16 @@ exports.MainnetPerpMarkets = [
|
|
|
778
778
|
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
779
779
|
pythFeedId: '0x8963217838ab4cf5cadc172203c1f0b763fbaa45f346d8ee50ba994bbcac3026',
|
|
780
780
|
},
|
|
781
|
+
{
|
|
782
|
+
fullName: 'LANDO-F1-SGP-WIN-BET',
|
|
783
|
+
category: ['Prediction', 'Sports'],
|
|
784
|
+
symbol: 'LANDO-F1-SGP-WIN-BET',
|
|
785
|
+
baseAssetSymbol: 'LANDO-F1-SGP-WIN',
|
|
786
|
+
marketIndex: 43,
|
|
787
|
+
oracle: new web3_js_1.PublicKey('DpJz7rjTJLxxnuqrqZTUjMWtnaMFAEfZUv5ATdb9HTh1'),
|
|
788
|
+
launchTs: 1726646453000,
|
|
789
|
+
oracleSource: __1.OracleSource.Prelaunch,
|
|
790
|
+
},
|
|
781
791
|
];
|
|
782
792
|
exports.PerpMarkets = {
|
|
783
793
|
devnet: exports.DevnetPerpMarkets,
|
|
@@ -280,6 +280,7 @@ exports.MainnetSpotMarkets = [
|
|
|
280
280
|
precision: new __1.BN(10).pow(numericConstants_1.SIX),
|
|
281
281
|
precisionExp: numericConstants_1.SIX,
|
|
282
282
|
launchTs: 1719415157000,
|
|
283
|
+
pythFeedId: '0xc811abc82b4bad1f9bd711a2773ccaa935b03ecef974236942cec5e0eb845a3a',
|
|
283
284
|
},
|
|
284
285
|
{
|
|
285
286
|
symbol: 'POPCAT',
|
package/package.json
CHANGED
|
@@ -852,6 +852,16 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
852
852
|
pythFeedId:
|
|
853
853
|
'0x8963217838ab4cf5cadc172203c1f0b763fbaa45f346d8ee50ba994bbcac3026',
|
|
854
854
|
},
|
|
855
|
+
{
|
|
856
|
+
fullName: 'LANDO-F1-SGP-WIN-BET',
|
|
857
|
+
category: ['Prediction', 'Sports'],
|
|
858
|
+
symbol: 'LANDO-F1-SGP-WIN-BET',
|
|
859
|
+
baseAssetSymbol: 'LANDO-F1-SGP-WIN',
|
|
860
|
+
marketIndex: 43,
|
|
861
|
+
oracle: new PublicKey('DpJz7rjTJLxxnuqrqZTUjMWtnaMFAEfZUv5ATdb9HTh1'),
|
|
862
|
+
launchTs: 1726646453000,
|
|
863
|
+
oracleSource: OracleSource.Prelaunch,
|
|
864
|
+
},
|
|
855
865
|
];
|
|
856
866
|
|
|
857
867
|
export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = {
|
|
@@ -353,6 +353,8 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
353
353
|
precision: new BN(10).pow(SIX),
|
|
354
354
|
precisionExp: SIX,
|
|
355
355
|
launchTs: 1719415157000,
|
|
356
|
+
pythFeedId:
|
|
357
|
+
'0xc811abc82b4bad1f9bd711a2773ccaa935b03ecef974236942cec5e0eb845a3a',
|
|
356
358
|
},
|
|
357
359
|
{
|
|
358
360
|
symbol: 'POPCAT',
|