@jup-ag/platform-list 1.2.89 → 1.2.90

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.
@@ -54,6 +54,7 @@ export declare const swapV3Service: ServiceRaw;
54
54
  export declare const swapV2Service: ServiceRaw;
55
55
  export declare const swapV1Service: ServiceRaw;
56
56
  export declare const gaslessSwapService: ServiceRaw;
57
+ export declare const gaslessSendService: ServiceRaw;
57
58
  export declare const ultraSwapService: ServiceRaw;
58
59
  export declare const reclaimService: ServiceRaw;
59
60
  export declare const manualSwapService: ServiceRaw;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.services = exports.rewardsHubService = exports.lendService = exports.inviteService = exports.airdropService = exports.perpsService = exports.lockService = exports.dcaVaService = exports.dcaDepositService = exports.dcaService = exports.limitV2Service = exports.limitV1Service = exports.limitService = exports.jupiterZService = exports.apeService = exports.manualSwapService = exports.reclaimService = exports.ultraSwapService = exports.gaslessSwapService = exports.swapV1Service = exports.swapV2Service = exports.swapV3Service = exports.swapV4Service = exports.swapV5Service = exports.swapV6Service = exports.swapV7Service = exports.rewardsHubContract = exports.lendContract = exports.jupiterPerpsContract = exports.jupiterLockContract = exports.jupiterDcaContract = exports.jupiterLimitV1Contract = exports.jupiterLimitContract = exports.apeContract = exports.jupiterV6Contract = exports.jupiterV7Contract = exports.platform = void 0;
3
+ exports.services = exports.rewardsHubService = exports.lendService = exports.inviteService = exports.airdropService = exports.perpsService = exports.lockService = exports.dcaVaService = exports.dcaDepositService = exports.dcaService = exports.limitV2Service = exports.limitV1Service = exports.limitService = exports.jupiterZService = exports.apeService = exports.manualSwapService = exports.reclaimService = exports.ultraSwapService = exports.gaslessSendService = exports.gaslessSwapService = exports.swapV1Service = exports.swapV2Service = exports.swapV3Service = exports.swapV4Service = exports.swapV5Service = exports.swapV6Service = exports.swapV7Service = exports.rewardsHubContract = exports.lendContract = exports.jupiterPerpsContract = exports.jupiterLockContract = exports.jupiterDcaContract = exports.jupiterLimitV1Contract = exports.jupiterLimitContract = exports.apeContract = exports.jupiterV6Contract = exports.jupiterV7Contract = exports.platform = void 0;
4
4
  const types_1 = require("../types");
5
5
  exports.platform = {
6
6
  id: "jupiter-exchange",
@@ -178,6 +178,12 @@ exports.gaslessSwapService = {
178
178
  contractsRaw: [],
179
179
  description: "Gasless swaps allow users to perform token swaps without needing to hold SOL for transaction fees, as the platform covers these costs on behalf of the user.",
180
180
  };
181
+ exports.gaslessSendService = {
182
+ id: `${exports.platform.id}-gasless-send`,
183
+ name: "Gasless Send",
184
+ platformId: exports.platform.id,
185
+ contractsRaw: [],
186
+ };
181
187
  exports.ultraSwapService = {
182
188
  id: `${exports.platform.id}-ultra-swap`,
183
189
  name: "Ultra Swap",
@@ -313,6 +319,7 @@ exports.services = [
313
319
  exports.swapV2Service,
314
320
  exports.swapV1Service,
315
321
  exports.gaslessSwapService,
322
+ exports.gaslessSendService,
316
323
  exports.ultraSwapService,
317
324
  exports.manualSwapService,
318
325
  exports.apeService,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/platform-list",
3
- "version": "1.2.89",
3
+ "version": "1.2.90",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",