@drift-labs/sdk 2.93.0-beta.4 → 2.93.0-beta.6

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.93.0-beta.4
1
+ 2.93.0-beta.6
@@ -717,6 +717,26 @@ exports.MainnetPerpMarkets = [
717
717
  launchTs: 1723996800000,
718
718
  oracleSource: __1.OracleSource.Prelaunch,
719
719
  },
720
+ {
721
+ fullName: 'KAMALA-POPULAR-VOTE-2024-BET',
722
+ category: ['Prediction', 'Election'],
723
+ symbol: 'KAMALA-POPULAR-VOTE-2024-BET',
724
+ baseAssetSymbol: 'KAMALA-POPULAR-VOTE-2024',
725
+ marketIndex: 37,
726
+ oracle: new web3_js_1.PublicKey('AowFw1dCVjS8kngvTCoT3oshiUyL69k7P1uxqXwteWH4'),
727
+ launchTs: 1723996800000,
728
+ oracleSource: __1.OracleSource.Prelaunch,
729
+ },
730
+ {
731
+ fullName: 'FED-CUT-50-SEPT-2024-BET',
732
+ category: ['Prediction', 'Election'],
733
+ symbol: 'FED-CUT-50-SEPT-2024-BET',
734
+ baseAssetSymbol: 'FED-CUT-50-SEPT-2024',
735
+ marketIndex: 38,
736
+ oracle: new web3_js_1.PublicKey('5QzgqAbEhJ1cPnLX4tSZEXezmW7sz7PPVVg2VanGi8QQ'),
737
+ launchTs: 1724250126000,
738
+ oracleSource: __1.OracleSource.Prelaunch,
739
+ },
720
740
  ];
721
741
  exports.PerpMarkets = {
722
742
  devnet: exports.DevnetPerpMarkets,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.93.0-beta.4",
3
+ "version": "2.93.0-beta.6",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -790,6 +790,26 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
790
790
  launchTs: 1723996800000,
791
791
  oracleSource: OracleSource.Prelaunch,
792
792
  },
793
+ {
794
+ fullName: 'KAMALA-POPULAR-VOTE-2024-BET',
795
+ category: ['Prediction', 'Election'],
796
+ symbol: 'KAMALA-POPULAR-VOTE-2024-BET',
797
+ baseAssetSymbol: 'KAMALA-POPULAR-VOTE-2024',
798
+ marketIndex: 37,
799
+ oracle: new PublicKey('AowFw1dCVjS8kngvTCoT3oshiUyL69k7P1uxqXwteWH4'),
800
+ launchTs: 1723996800000,
801
+ oracleSource: OracleSource.Prelaunch,
802
+ },
803
+ {
804
+ fullName: 'FED-CUT-50-SEPT-2024-BET',
805
+ category: ['Prediction', 'Election'],
806
+ symbol: 'FED-CUT-50-SEPT-2024-BET',
807
+ baseAssetSymbol: 'FED-CUT-50-SEPT-2024',
808
+ marketIndex: 38,
809
+ oracle: new PublicKey('5QzgqAbEhJ1cPnLX4tSZEXezmW7sz7PPVVg2VanGi8QQ'),
810
+ launchTs: 1724250126000,
811
+ oracleSource: OracleSource.Prelaunch,
812
+ },
793
813
  ];
794
814
 
795
815
  export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = {