@drift-labs/sdk 2.110.0-beta.13 → 2.110.0-beta.14

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.110.0-beta.13
1
+ 2.110.0-beta.14
@@ -1120,6 +1120,16 @@ exports.MainnetPerpMarkets = [
1120
1120
  launchTs: 1739463226000,
1121
1121
  oracleSource: __1.OracleSource.Prelaunch,
1122
1122
  },
1123
+ {
1124
+ fullName: 'KAITO',
1125
+ category: ['AI'],
1126
+ symbol: 'KAITO-PERP',
1127
+ baseAssetSymbol: 'KAITO',
1128
+ marketIndex: 69,
1129
+ oracle: new web3_js_1.PublicKey('92178mkEc5EFbHPaRNrsv9KPBpgbbDQCPzbSpxmDVy6a'),
1130
+ launchTs: 1739545901000,
1131
+ oracleSource: __1.OracleSource.Prelaunch,
1132
+ },
1123
1133
  ];
1124
1134
  exports.PerpMarkets = {
1125
1135
  devnet: exports.DevnetPerpMarkets,
@@ -1120,6 +1120,16 @@ exports.MainnetPerpMarkets = [
1120
1120
  launchTs: 1739463226000,
1121
1121
  oracleSource: __1.OracleSource.Prelaunch,
1122
1122
  },
1123
+ {
1124
+ fullName: 'KAITO',
1125
+ category: ['AI'],
1126
+ symbol: 'KAITO-PERP',
1127
+ baseAssetSymbol: 'KAITO',
1128
+ marketIndex: 69,
1129
+ oracle: new web3_js_1.PublicKey('92178mkEc5EFbHPaRNrsv9KPBpgbbDQCPzbSpxmDVy6a'),
1130
+ launchTs: 1739545901000,
1131
+ oracleSource: __1.OracleSource.Prelaunch,
1132
+ },
1123
1133
  ];
1124
1134
  exports.PerpMarkets = {
1125
1135
  devnet: exports.DevnetPerpMarkets,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.110.0-beta.13",
3
+ "version": "2.110.0-beta.14",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
@@ -1212,6 +1212,16 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
1212
1212
  launchTs: 1739463226000,
1213
1213
  oracleSource: OracleSource.Prelaunch,
1214
1214
  },
1215
+ {
1216
+ fullName: 'KAITO',
1217
+ category: ['AI'],
1218
+ symbol: 'KAITO-PERP',
1219
+ baseAssetSymbol: 'KAITO',
1220
+ marketIndex: 69,
1221
+ oracle: new PublicKey('92178mkEc5EFbHPaRNrsv9KPBpgbbDQCPzbSpxmDVy6a'),
1222
+ launchTs: 1739545901000,
1223
+ oracleSource: OracleSource.Prelaunch,
1224
+ },
1215
1225
  ];
1216
1226
 
1217
1227
  export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = {