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

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/README.md CHANGED
@@ -266,3 +266,4 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
266
266
  for inclusion in Drift SDK by you, as defined in the Apache-2.0 license, shall be
267
267
  licensed as above, without any additional terms or conditions.
268
268
 
269
+
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.96.0-beta.21
1
+ 2.96.0-beta.23
@@ -799,6 +799,17 @@ exports.MainnetPerpMarkets = [
799
799
  oracleSource: __1.OracleSource.PYTH_PULL,
800
800
  pythFeedId: '0x62742a997d01f7524f791fdb2dd43aaf0e567d765ebf8fd0406a994239e874d4',
801
801
  },
802
+ {
803
+ fullName: 'MOODENG',
804
+ category: ['Solana', 'Meme'],
805
+ symbol: 'MOODENG-PERP',
806
+ baseAssetSymbol: 'MOODENG',
807
+ marketIndex: 45,
808
+ oracle: new web3_js_1.PublicKey('56ap2coZG7FPWUigVm9XrpQs3xuCwnwQaWtjWZcffEUG'),
809
+ launchTs: 1727965864000,
810
+ oracleSource: __1.OracleSource.PYTH_PULL,
811
+ pythFeedId: '0xffff73128917a90950cd0473fd2551d7cd274fd5a6cc45641881bbcc6ee73417',
812
+ },
802
813
  ];
803
814
  exports.PerpMarkets = {
804
815
  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.21",
3
+ "version": "2.96.0-beta.23",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -874,6 +874,18 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
874
874
  pythFeedId:
875
875
  '0x62742a997d01f7524f791fdb2dd43aaf0e567d765ebf8fd0406a994239e874d4',
876
876
  },
877
+ {
878
+ fullName: 'MOODENG',
879
+ category: ['Solana', 'Meme'],
880
+ symbol: 'MOODENG-PERP',
881
+ baseAssetSymbol: 'MOODENG',
882
+ marketIndex: 45,
883
+ oracle: new PublicKey('56ap2coZG7FPWUigVm9XrpQs3xuCwnwQaWtjWZcffEUG'),
884
+ launchTs: 1727965864000,
885
+ oracleSource: OracleSource.PYTH_PULL,
886
+ pythFeedId:
887
+ '0xffff73128917a90950cd0473fd2551d7cd274fd5a6cc45641881bbcc6ee73417',
888
+ },
877
889
  ];
878
890
 
879
891
  export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = {