@jup-ag/platform-list 1.2.35 → 1.2.37
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,8 @@ 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 ultraSwapService: ServiceRaw;
|
|
58
|
+
export declare const manualSwapService: ServiceRaw;
|
|
57
59
|
export declare const apeService: ServiceRaw;
|
|
58
60
|
export declare const jupiterZService: ServiceRaw;
|
|
59
61
|
export declare const limitV2Service: 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.limitService = exports.limitV1Service = exports.limitV2Service = exports.jupiterZService = exports.apeService = 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.jupiterLimitContract = exports.jupiterLimitV1Contract = 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.limitService = exports.limitV1Service = exports.limitV2Service = exports.jupiterZService = exports.apeService = exports.manualSwapService = 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.jupiterLimitContract = exports.jupiterLimitV1Contract = 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",
|
|
@@ -171,6 +171,18 @@ exports.gaslessSwapService = {
|
|
|
171
171
|
contractsRaw: [],
|
|
172
172
|
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.",
|
|
173
173
|
};
|
|
174
|
+
exports.ultraSwapService = {
|
|
175
|
+
id: `${exports.platform.id}-ultra-swap`,
|
|
176
|
+
name: "Ultra Swap",
|
|
177
|
+
platformId: exports.platform.id,
|
|
178
|
+
contractsRaw: [],
|
|
179
|
+
};
|
|
180
|
+
exports.manualSwapService = {
|
|
181
|
+
id: `${exports.platform.id}-manual-swap`,
|
|
182
|
+
name: "Manual Swap",
|
|
183
|
+
platformId: exports.platform.id,
|
|
184
|
+
contractsRaw: [],
|
|
185
|
+
};
|
|
174
186
|
exports.apeService = {
|
|
175
187
|
id: `${exports.platform.id}-ape`,
|
|
176
188
|
name: "Ape",
|
|
@@ -280,6 +292,8 @@ exports.services = [
|
|
|
280
292
|
exports.swapV2Service,
|
|
281
293
|
exports.swapV1Service,
|
|
282
294
|
exports.gaslessSwapService,
|
|
295
|
+
exports.ultraSwapService,
|
|
296
|
+
exports.manualSwapService,
|
|
283
297
|
exports.apeService,
|
|
284
298
|
exports.jupiterZService,
|
|
285
299
|
exports.limitV2Service,
|
|
@@ -4,14 +4,14 @@ exports.services = exports.v3Service = exports.platform = void 0;
|
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "oreblue",
|
|
7
|
-
name: "
|
|
8
|
-
description: "
|
|
7
|
+
name: "ZORB",
|
|
8
|
+
description: "ZORB is a proof-of-work mining platform, a variant of the ORE mining ecosystem.",
|
|
9
9
|
tags: ["tool"],
|
|
10
10
|
links: {
|
|
11
|
-
website: "https://
|
|
11
|
+
website: "https://zorb.supply/",
|
|
12
12
|
discord: "https://discord.com/invite/69uxav4fe4",
|
|
13
|
-
twitter: "https://x.com/
|
|
14
|
-
documentation: "https://
|
|
13
|
+
twitter: "https://x.com/ZORBsupply",
|
|
14
|
+
documentation: "https://zorb.supply/about",
|
|
15
15
|
},
|
|
16
16
|
tokens: ["orebyr4mDiPDVgnfqvF5xiu5gKnh94Szuz8dqgNqdJn"],
|
|
17
17
|
};
|
package/dist/platforms/titan.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.service = exports.platform = void 0;
|
|
3
|
+
exports.services = exports.forgeService = exports.service = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "titan",
|
|
@@ -26,4 +26,10 @@ exports.service = {
|
|
|
26
26
|
platformId: exports.platform.id,
|
|
27
27
|
contractsRaw: [contract],
|
|
28
28
|
};
|
|
29
|
-
exports.
|
|
29
|
+
exports.forgeService = {
|
|
30
|
+
id: `${exports.platform.id}-forge`,
|
|
31
|
+
name: "Forge",
|
|
32
|
+
platformId: exports.platform.id,
|
|
33
|
+
contractsRaw: [],
|
|
34
|
+
};
|
|
35
|
+
exports.services = [exports.service, exports.forgeService];
|