@drift-labs/sdk 2.96.0-beta.7 → 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 +1 -1
- package/lib/constants/perpMarkets.js +10 -0
- package/package.json +1 -1
- package/src/constants/perpMarkets.ts +10 -0
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,
|
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[] } = {
|