@drift-labs/sdk 2.98.0-beta.1 → 2.98.0-beta.2

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.98.0-beta.1
1
+ 2.98.0-beta.2
@@ -861,6 +861,17 @@ exports.MainnetPerpMarkets = [
861
861
  launchTs: 1729209600000,
862
862
  oracleSource: __1.OracleSource.Prelaunch,
863
863
  },
864
+ {
865
+ fullName: '1KMEW',
866
+ category: ['Meme'],
867
+ symbol: '1KMEW-PERP',
868
+ baseAssetSymbol: '1KMEW',
869
+ marketIndex: 51,
870
+ oracle: new web3_js_1.PublicKey('DKGwCUcwngwmgifGxnme7zVR695LCBGk2pnuksRnbhfD'),
871
+ launchTs: 1729702915000,
872
+ oracleSource: __1.OracleSource.PYTH_1K_PULL,
873
+ pythFeedId: '0x514aed52ca5294177f20187ae883cec4a018619772ddce41efcc36a6448f5d5d',
874
+ },
864
875
  ];
865
876
  exports.PerpMarkets = {
866
877
  devnet: exports.DevnetPerpMarkets,
@@ -861,6 +861,17 @@ exports.MainnetPerpMarkets = [
861
861
  launchTs: 1729209600000,
862
862
  oracleSource: __1.OracleSource.Prelaunch,
863
863
  },
864
+ {
865
+ fullName: '1KMEW',
866
+ category: ['Meme'],
867
+ symbol: '1KMEW-PERP',
868
+ baseAssetSymbol: '1KMEW',
869
+ marketIndex: 51,
870
+ oracle: new web3_js_1.PublicKey('DKGwCUcwngwmgifGxnme7zVR695LCBGk2pnuksRnbhfD'),
871
+ launchTs: 1729702915000,
872
+ oracleSource: __1.OracleSource.PYTH_1K_PULL,
873
+ pythFeedId: '0x514aed52ca5294177f20187ae883cec4a018619772ddce41efcc36a6448f5d5d',
874
+ },
864
875
  ];
865
876
  exports.PerpMarkets = {
866
877
  devnet: exports.DevnetPerpMarkets,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.98.0-beta.1",
3
+ "version": "2.98.0-beta.2",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
@@ -938,6 +938,18 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
938
938
  launchTs: 1729209600000,
939
939
  oracleSource: OracleSource.Prelaunch,
940
940
  },
941
+ {
942
+ fullName: '1KMEW',
943
+ category: ['Meme'],
944
+ symbol: '1KMEW-PERP',
945
+ baseAssetSymbol: '1KMEW',
946
+ marketIndex: 51,
947
+ oracle: new PublicKey('DKGwCUcwngwmgifGxnme7zVR695LCBGk2pnuksRnbhfD'),
948
+ launchTs: 1729702915000,
949
+ oracleSource: OracleSource.PYTH_1K_PULL,
950
+ pythFeedId:
951
+ '0x514aed52ca5294177f20187ae883cec4a018619772ddce41efcc36a6448f5d5d',
952
+ },
941
953
  ];
942
954
 
943
955
  export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = {