@drift-labs/sdk 2.96.0-beta.23 → 2.96.0-beta.25

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.23
1
+ 2.96.0-beta.25
@@ -805,11 +805,21 @@ exports.MainnetPerpMarkets = [
805
805
  symbol: 'MOODENG-PERP',
806
806
  baseAssetSymbol: 'MOODENG',
807
807
  marketIndex: 45,
808
- oracle: new web3_js_1.PublicKey('56ap2coZG7FPWUigVm9XrpQs3xuCwnwQaWtjWZcffEUG'),
808
+ oracle: new web3_js_1.PublicKey('21gjgEcuDppthwV16J1QpFzje3vmgMp2uSzh7pJsG7ob'),
809
809
  launchTs: 1727965864000,
810
810
  oracleSource: __1.OracleSource.PYTH_PULL,
811
811
  pythFeedId: '0xffff73128917a90950cd0473fd2551d7cd274fd5a6cc45641881bbcc6ee73417',
812
812
  },
813
+ {
814
+ fullName: 'WARWICK-FIGHT-WIN-BET',
815
+ category: ['Prediction', 'Sport'],
816
+ symbol: 'WARWICK-FIGHT-WIN-BET',
817
+ baseAssetSymbol: 'WARWICK-FIGHT-WIN',
818
+ marketIndex: 46,
819
+ oracle: new web3_js_1.PublicKey('Dz5Nvxo1hv7Zfyu11hy8e97twLMRKk6heTWCDGXytj7N'),
820
+ launchTs: 1727965864000,
821
+ oracleSource: __1.OracleSource.Prelaunch,
822
+ },
813
823
  ];
814
824
  exports.PerpMarkets = {
815
825
  devnet: exports.DevnetPerpMarkets,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.96.0-beta.23",
3
+ "version": "2.96.0-beta.25",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -880,12 +880,22 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
880
880
  symbol: 'MOODENG-PERP',
881
881
  baseAssetSymbol: 'MOODENG',
882
882
  marketIndex: 45,
883
- oracle: new PublicKey('56ap2coZG7FPWUigVm9XrpQs3xuCwnwQaWtjWZcffEUG'),
883
+ oracle: new PublicKey('21gjgEcuDppthwV16J1QpFzje3vmgMp2uSzh7pJsG7ob'),
884
884
  launchTs: 1727965864000,
885
885
  oracleSource: OracleSource.PYTH_PULL,
886
886
  pythFeedId:
887
887
  '0xffff73128917a90950cd0473fd2551d7cd274fd5a6cc45641881bbcc6ee73417',
888
888
  },
889
+ {
890
+ fullName: 'WARWICK-FIGHT-WIN-BET',
891
+ category: ['Prediction', 'Sport'],
892
+ symbol: 'WARWICK-FIGHT-WIN-BET',
893
+ baseAssetSymbol: 'WARWICK-FIGHT-WIN',
894
+ marketIndex: 46,
895
+ oracle: new PublicKey('Dz5Nvxo1hv7Zfyu11hy8e97twLMRKk6heTWCDGXytj7N'),
896
+ launchTs: 1727965864000,
897
+ oracleSource: OracleSource.Prelaunch,
898
+ },
889
899
  ];
890
900
 
891
901
  export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = {