@drift-labs/sdk 2.94.0-beta.7 → 2.94.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 +20 -0
- package/package.json +1 -1
- package/src/constants/perpMarkets.ts +20 -0
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.94.0-beta.
|
|
1
|
+
2.94.0-beta.8
|
|
@@ -737,6 +737,26 @@ exports.MainnetPerpMarkets = [
|
|
|
737
737
|
launchTs: 1724250126000,
|
|
738
738
|
oracleSource: __1.OracleSource.Prelaunch,
|
|
739
739
|
},
|
|
740
|
+
{
|
|
741
|
+
fullName: 'REPUBLICAN-POPULAR-AND-WIN-BET',
|
|
742
|
+
category: ['Prediction', 'Election'],
|
|
743
|
+
symbol: 'REPUBLICAN-POPULAR-AND-WIN-BET',
|
|
744
|
+
baseAssetSymbol: 'REPUBLICAN-POPULAR-AND-WIN',
|
|
745
|
+
marketIndex: 39,
|
|
746
|
+
oracle: new web3_js_1.PublicKey('BtUUSUc9rZSzBmmKhQq4no65zHQTzMFeVYss7xcMRD53'),
|
|
747
|
+
launchTs: 1724250126000,
|
|
748
|
+
oracleSource: __1.OracleSource.Prelaunch,
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
fullName: 'BREAKPOINT-IGGYERIC-BET',
|
|
752
|
+
category: ['Prediction', 'Solana'],
|
|
753
|
+
symbol: 'BREAKPOINT-IGGYERIC-BET',
|
|
754
|
+
baseAssetSymbol: 'BREAKPOINT-IGGYERIC',
|
|
755
|
+
marketIndex: 40,
|
|
756
|
+
oracle: new web3_js_1.PublicKey('2ftYxoSupperd4ULxy9xyS2Az38wfAe7Lm8FCAPwjjVV'),
|
|
757
|
+
launchTs: 1724250126000,
|
|
758
|
+
oracleSource: __1.OracleSource.Prelaunch,
|
|
759
|
+
},
|
|
740
760
|
];
|
|
741
761
|
exports.PerpMarkets = {
|
|
742
762
|
devnet: exports.DevnetPerpMarkets,
|
package/package.json
CHANGED
|
@@ -810,6 +810,26 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
810
810
|
launchTs: 1724250126000,
|
|
811
811
|
oracleSource: OracleSource.Prelaunch,
|
|
812
812
|
},
|
|
813
|
+
{
|
|
814
|
+
fullName: 'REPUBLICAN-POPULAR-AND-WIN-BET',
|
|
815
|
+
category: ['Prediction', 'Election'],
|
|
816
|
+
symbol: 'REPUBLICAN-POPULAR-AND-WIN-BET',
|
|
817
|
+
baseAssetSymbol: 'REPUBLICAN-POPULAR-AND-WIN',
|
|
818
|
+
marketIndex: 39,
|
|
819
|
+
oracle: new PublicKey('BtUUSUc9rZSzBmmKhQq4no65zHQTzMFeVYss7xcMRD53'),
|
|
820
|
+
launchTs: 1724250126000,
|
|
821
|
+
oracleSource: OracleSource.Prelaunch,
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
fullName: 'BREAKPOINT-IGGYERIC-BET',
|
|
825
|
+
category: ['Prediction', 'Solana'],
|
|
826
|
+
symbol: 'BREAKPOINT-IGGYERIC-BET',
|
|
827
|
+
baseAssetSymbol: 'BREAKPOINT-IGGYERIC',
|
|
828
|
+
marketIndex: 40,
|
|
829
|
+
oracle: new PublicKey('2ftYxoSupperd4ULxy9xyS2Az38wfAe7Lm8FCAPwjjVV'),
|
|
830
|
+
launchTs: 1724250126000,
|
|
831
|
+
oracleSource: OracleSource.Prelaunch,
|
|
832
|
+
},
|
|
813
833
|
];
|
|
814
834
|
|
|
815
835
|
export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = {
|