@jup-ag/platform-list 1.2.37 → 1.2.39
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/dist/platforms/backpack.d.ts +3 -0
- package/dist/platforms/backpack.js +15 -0
- package/dist/platforms/carrot.js +6 -1
- package/dist/platforms/chopcorp.d.ts +4 -0
- package/dist/platforms/chopcorp.js +29 -0
- package/dist/platforms/claynosaurz.d.ts +3 -0
- package/dist/platforms/claynosaurz.js +14 -0
- package/dist/platforms/degenapeacademy.d.ts +3 -0
- package/dist/platforms/degenapeacademy.js +13 -0
- package/dist/platforms/growcorp.d.ts +4 -0
- package/dist/platforms/growcorp.js +28 -0
- package/dist/platforms/halo.d.ts +4 -0
- package/dist/platforms/halo.js +29 -0
- package/dist/platforms/index.js +33 -0
- package/dist/platforms/jupiter-exchange.d.ts +4 -4
- package/dist/platforms/jupiter-exchange.js +21 -20
- package/dist/platforms/jupiter-wallet.d.ts +3 -0
- package/dist/platforms/jupiter-wallet.js +13 -0
- package/dist/platforms/macaron.d.ts +4 -0
- package/dist/platforms/macaron.js +29 -0
- package/dist/platforms/okaybears.d.ts +3 -0
- package/dist/platforms/okaybears.js +13 -0
- package/dist/platforms/ratex.js +1 -0
- package/dist/platforms/solflare.d.ts +3 -0
- package/dist/platforms/solflare.js +14 -0
- package/dist/platforms/y00ts.d.ts +3 -0
- package/dist/platforms/y00ts.js +14 -0
- package/package.json +1 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "backpack",
|
|
6
|
+
name: "Backpack",
|
|
7
|
+
description: "All-in-one crypto wallet and exchange.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://backpack.app/",
|
|
10
|
+
twitter: "https://x.com/backpack",
|
|
11
|
+
discord: "https://discord.com/invite/backpack",
|
|
12
|
+
},
|
|
13
|
+
tags: ["wallet"],
|
|
14
|
+
};
|
|
15
|
+
exports.services = [];
|
package/dist/platforms/carrot.js
CHANGED
|
@@ -13,7 +13,12 @@ exports.platform = {
|
|
|
13
13
|
discord: "https://discord.gg/carrot",
|
|
14
14
|
documentation: "https://docs.deficarrot.com/",
|
|
15
15
|
},
|
|
16
|
-
tokens: [
|
|
16
|
+
tokens: [
|
|
17
|
+
"CRTx1JouZhzSU6XytsE42UQraoGqiHgxabocVfARTy2s",
|
|
18
|
+
"uWmCyJDELc3PyG5JQpRbA4UVa3ra2jRsk8wkdSTEz6W",
|
|
19
|
+
"BxEHFUpAD9ffHPSPom1h4CAydRX5rwNBD5NVA1vfTqbn",
|
|
20
|
+
"BXEjfmuDGSJxvUGqw1tdSnvpQYuMUGVgxYZLjUWPUcB9",
|
|
21
|
+
],
|
|
17
22
|
tags: ["stablecoin", "dapp"],
|
|
18
23
|
};
|
|
19
24
|
const minterContract = {
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.v3Service = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "chopcorp",
|
|
7
|
+
name: "Chopcorp",
|
|
8
|
+
description: "LOG is a digital commodity on the Solana blockchain.",
|
|
9
|
+
tags: ["tool"],
|
|
10
|
+
links: {
|
|
11
|
+
website: "https://chopcorp.io/",
|
|
12
|
+
discord: "https://discord.gg/fCNHMaYE7v",
|
|
13
|
+
twitter: "https://x.com/Chopcorpsol",
|
|
14
|
+
documentation: "https://chopcorp.io/about",
|
|
15
|
+
},
|
|
16
|
+
tokens: ["chopmfFa3T1CzZj9WUgq5e18aMvjufSHGfPTvyKkydL"],
|
|
17
|
+
};
|
|
18
|
+
const v3Contract = {
|
|
19
|
+
name: "V3",
|
|
20
|
+
address: "chopmfFa3T1CzZj9WUgq5e18aMvjufSHGfPTvyKkydL",
|
|
21
|
+
networkId: types_1.NetworkId.solana,
|
|
22
|
+
};
|
|
23
|
+
exports.v3Service = {
|
|
24
|
+
id: `${exports.platform.id}-v3`,
|
|
25
|
+
name: "Mining",
|
|
26
|
+
platformId: exports.platform.id,
|
|
27
|
+
contractsRaw: [v3Contract],
|
|
28
|
+
};
|
|
29
|
+
exports.services = [exports.v3Service];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "claynosaurz",
|
|
6
|
+
name: "Claynosaurz",
|
|
7
|
+
links: {
|
|
8
|
+
twitter: "https://x.com/Claynosaurz",
|
|
9
|
+
website: "https://claynosaurz.com/",
|
|
10
|
+
discord: "https://discord.com/invite/claynosaurz",
|
|
11
|
+
},
|
|
12
|
+
tags: ["nft-collection"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "degenapeacademy",
|
|
6
|
+
name: "Degenerate Ape Academy",
|
|
7
|
+
links: {
|
|
8
|
+
twitter: "https://x.com/DegenApeAcademy",
|
|
9
|
+
website: "https://www.degenape.academy/",
|
|
10
|
+
},
|
|
11
|
+
tags: ["nft-collection"],
|
|
12
|
+
};
|
|
13
|
+
exports.services = [];
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.v3Service = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "growcorp",
|
|
7
|
+
name: "Grow Corp",
|
|
8
|
+
description: "GROW CORP is a PvP farming game on Solana where players compete for 8 crop slots. Plant crops, earn $GROW tokens, and defend your harvest from other farmers.",
|
|
9
|
+
tags: ["tool"],
|
|
10
|
+
links: {
|
|
11
|
+
website: "https://growcorp.org/",
|
|
12
|
+
twitter: "https://x.com/growingcorp",
|
|
13
|
+
documentation: "https://docs.growcorp.org/",
|
|
14
|
+
},
|
|
15
|
+
tokens: ["6M1YktCLJUyAZwWbJuRrM3pKBmo8KpYeDZm9bk1Jr4gX"],
|
|
16
|
+
};
|
|
17
|
+
const v3Contract = {
|
|
18
|
+
name: "Grow",
|
|
19
|
+
address: "CJJD2C8Gq7wdtLwT9GjGa37vxjAgVzNzyYfp77Fzb7i8",
|
|
20
|
+
networkId: types_1.NetworkId.solana,
|
|
21
|
+
};
|
|
22
|
+
exports.v3Service = {
|
|
23
|
+
id: `${exports.platform.id}-v3`,
|
|
24
|
+
name: "Grow",
|
|
25
|
+
platformId: exports.platform.id,
|
|
26
|
+
contractsRaw: [v3Contract],
|
|
27
|
+
};
|
|
28
|
+
exports.services = [exports.v3Service];
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.v3Service = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "halo",
|
|
7
|
+
name: "Halo Supply",
|
|
8
|
+
description: "Mining is the process by which new HALO tokens are created and distributed to users",
|
|
9
|
+
tags: ["tool"],
|
|
10
|
+
links: {
|
|
11
|
+
website: "https://halo.supply/",
|
|
12
|
+
twitter: "https://x.com/halosupply",
|
|
13
|
+
discord: "https://discord.gg/RU6DhKYz7u",
|
|
14
|
+
documentation: "https://halo.supply/about",
|
|
15
|
+
},
|
|
16
|
+
tokens: ["HALozDi7vZmnzdhmriUJGRDy7A5RXiTPj7ZGuiALGgyX"],
|
|
17
|
+
};
|
|
18
|
+
const v3Contract = {
|
|
19
|
+
name: "Mining",
|
|
20
|
+
address: "bCVZJnxmvTdTprYtP2Htmr7cHXEh8ETP3PXgt4QGrEQ",
|
|
21
|
+
networkId: types_1.NetworkId.solana,
|
|
22
|
+
};
|
|
23
|
+
exports.v3Service = {
|
|
24
|
+
id: `${exports.platform.id}-mining`,
|
|
25
|
+
name: "Mining",
|
|
26
|
+
platformId: exports.platform.id,
|
|
27
|
+
contractsRaw: [v3Contract],
|
|
28
|
+
};
|
|
29
|
+
exports.services = [exports.v3Service];
|
package/dist/platforms/index.js
CHANGED
|
@@ -50,6 +50,7 @@ const artrade = __importStar(require("./artrade"));
|
|
|
50
50
|
const asgardfi = __importStar(require("./asgardfi"));
|
|
51
51
|
const atrix = __importStar(require("./atrix"));
|
|
52
52
|
const aurory = __importStar(require("./aurory"));
|
|
53
|
+
const backpack = __importStar(require("./backpack"));
|
|
53
54
|
const backwoods = __importStar(require("./backwoods"));
|
|
54
55
|
const bananagun = __importStar(require("./bananagun"));
|
|
55
56
|
const banger = __importStar(require("./banger"));
|
|
@@ -74,10 +75,12 @@ const candle = __importStar(require("./candle"));
|
|
|
74
75
|
const carrot = __importStar(require("./carrot"));
|
|
75
76
|
const cashmere = __importStar(require("./cashmere"));
|
|
76
77
|
const cega = __importStar(require("./cega"));
|
|
78
|
+
const chopcorp = __importStar(require("./chopcorp"));
|
|
77
79
|
const circle = __importStar(require("./circle"));
|
|
78
80
|
const circuit = __importStar(require("./circuit"));
|
|
79
81
|
const citrus = __importStar(require("./citrus"));
|
|
80
82
|
const claimyoursols = __importStar(require("./claimyoursols"));
|
|
83
|
+
const claynosaurz = __importStar(require("./claynosaurz"));
|
|
81
84
|
const clone = __importStar(require("./clone"));
|
|
82
85
|
const coinmarketcap = __importStar(require("./coinmarketcap"));
|
|
83
86
|
const cropper = __importStar(require("./cropper"));
|
|
@@ -88,6 +91,7 @@ const cytonic = __importStar(require("./cytonic"));
|
|
|
88
91
|
const debridge = __importStar(require("./debridge"));
|
|
89
92
|
const defiland = __importStar(require("./defiland"));
|
|
90
93
|
const defituna = __importStar(require("./defituna"));
|
|
94
|
+
const degenapeacademy = __importStar(require("./degenapeacademy"));
|
|
91
95
|
const degencoinflip = __importStar(require("./degencoinflip"));
|
|
92
96
|
const degods = __importStar(require("./degods"));
|
|
93
97
|
const dflow = __importStar(require("./dflow"));
|
|
@@ -125,8 +129,10 @@ const goosefx = __importStar(require("./goosefx"));
|
|
|
125
129
|
const gpool = __importStar(require("./gpool"));
|
|
126
130
|
const graphite = __importStar(require("./graphite"));
|
|
127
131
|
const grass = __importStar(require("./grass"));
|
|
132
|
+
const growcorp = __importStar(require("./growcorp"));
|
|
128
133
|
const guano = __importStar(require("./guano"));
|
|
129
134
|
const hadeswap = __importStar(require("./hadeswap"));
|
|
135
|
+
const halo = __importStar(require("./halo"));
|
|
130
136
|
const hastra = __importStar(require("./hastra"));
|
|
131
137
|
const haven = __importStar(require("./haven"));
|
|
132
138
|
const hawksight = __importStar(require("./hawksight"));
|
|
@@ -151,6 +157,7 @@ const jupiterGovernance = __importStar(require("./jupiter-governance"));
|
|
|
151
157
|
const jupiterJupuary = __importStar(require("./jupiter-jupuary"));
|
|
152
158
|
const jupiterLaunchpad = __importStar(require("./jupiter-launchpad"));
|
|
153
159
|
const jupiterPm = __importStar(require("./jupiter-pm"));
|
|
160
|
+
const jupiterWallet = __importStar(require("./jupiter-wallet"));
|
|
154
161
|
const kamino = __importStar(require("./kamino"));
|
|
155
162
|
const katana = __importStar(require("./katana"));
|
|
156
163
|
const kineko = __importStar(require("./kineko"));
|
|
@@ -168,6 +175,7 @@ const lodesupply = __importStar(require("./lodesupply"));
|
|
|
168
175
|
const lombard = __importStar(require("./lombard"));
|
|
169
176
|
const loopscale = __importStar(require("./loopscale"));
|
|
170
177
|
const m1capital = __importStar(require("./m1capital"));
|
|
178
|
+
const macaron = __importStar(require("./macaron"));
|
|
171
179
|
const madbears = __importStar(require("./madbears"));
|
|
172
180
|
const madlads = __importStar(require("./madlads"));
|
|
173
181
|
const maestro = __importStar(require("./maestro"));
|
|
@@ -193,6 +201,7 @@ const nirvana = __importStar(require("./nirvana"));
|
|
|
193
201
|
const nodepay = __importStar(require("./nodepay"));
|
|
194
202
|
const nosana = __importStar(require("./nosana"));
|
|
195
203
|
const nxfinance = __importStar(require("./nxfinance"));
|
|
204
|
+
const okaybears = __importStar(require("./okaybears"));
|
|
196
205
|
const okx = __importStar(require("./okx"));
|
|
197
206
|
const omni = __importStar(require("./omni"));
|
|
198
207
|
const ondoFinance = __importStar(require("./ondo-finance"));
|
|
@@ -255,6 +264,7 @@ const solanaid = __importStar(require("./solanaid"));
|
|
|
255
264
|
const solanart = __importStar(require("./solanart"));
|
|
256
265
|
const solayer = __importStar(require("./solayer"));
|
|
257
266
|
const solcasino = __importStar(require("./solcasino"));
|
|
267
|
+
const solflare = __importStar(require("./solflare"));
|
|
258
268
|
const solincinerator = __importStar(require("./solincinerator"));
|
|
259
269
|
const solomon = __importStar(require("./solomon"));
|
|
260
270
|
const solsave = __importStar(require("./solsave"));
|
|
@@ -294,6 +304,7 @@ const whalesmarket = __importStar(require("./whalesmarket"));
|
|
|
294
304
|
const wink = __importStar(require("./wink"));
|
|
295
305
|
const wintermute = __importStar(require("./wintermute"));
|
|
296
306
|
const wormhole = __importStar(require("./wormhole"));
|
|
307
|
+
const y00ts = __importStar(require("./y00ts"));
|
|
297
308
|
const yaku = __importStar(require("./yaku"));
|
|
298
309
|
const yawww = __importStar(require("./yawww"));
|
|
299
310
|
const yieldfan = __importStar(require("./yieldfan"));
|
|
@@ -316,6 +327,7 @@ exports.platforms = [
|
|
|
316
327
|
asgardfi.platform,
|
|
317
328
|
atrix.platform,
|
|
318
329
|
aurory.platform,
|
|
330
|
+
backpack.platform,
|
|
319
331
|
backwoods.platform,
|
|
320
332
|
bananagun.platform,
|
|
321
333
|
banger.platform,
|
|
@@ -340,10 +352,12 @@ exports.platforms = [
|
|
|
340
352
|
carrot.platform,
|
|
341
353
|
cashmere.platform,
|
|
342
354
|
cega.platform,
|
|
355
|
+
chopcorp.platform,
|
|
343
356
|
circle.platform,
|
|
344
357
|
circuit.platform,
|
|
345
358
|
citrus.platform,
|
|
346
359
|
claimyoursols.platform,
|
|
360
|
+
claynosaurz.platform,
|
|
347
361
|
clone.platform,
|
|
348
362
|
coinmarketcap.platform,
|
|
349
363
|
cropper.platform,
|
|
@@ -354,6 +368,7 @@ exports.platforms = [
|
|
|
354
368
|
debridge.platform,
|
|
355
369
|
defiland.platform,
|
|
356
370
|
defituna.platform,
|
|
371
|
+
degenapeacademy.platform,
|
|
357
372
|
degencoinflip.platform,
|
|
358
373
|
degods.platform,
|
|
359
374
|
dflow.platform,
|
|
@@ -391,8 +406,10 @@ exports.platforms = [
|
|
|
391
406
|
gpool.platform,
|
|
392
407
|
graphite.platform,
|
|
393
408
|
grass.platform,
|
|
409
|
+
growcorp.platform,
|
|
394
410
|
guano.platform,
|
|
395
411
|
hadeswap.platform,
|
|
412
|
+
halo.platform,
|
|
396
413
|
hastra.platform,
|
|
397
414
|
haven.platform,
|
|
398
415
|
hawksight.platform,
|
|
@@ -417,6 +434,7 @@ exports.platforms = [
|
|
|
417
434
|
jupiterJupuary.platform,
|
|
418
435
|
jupiterLaunchpad.platform,
|
|
419
436
|
jupiterPm.platform,
|
|
437
|
+
jupiterWallet.platform,
|
|
420
438
|
kamino.platform,
|
|
421
439
|
katana.platform,
|
|
422
440
|
kineko.platform,
|
|
@@ -434,6 +452,7 @@ exports.platforms = [
|
|
|
434
452
|
lombard.platform,
|
|
435
453
|
loopscale.platform,
|
|
436
454
|
m1capital.platform,
|
|
455
|
+
macaron.platform,
|
|
437
456
|
madbears.platform,
|
|
438
457
|
madlads.platform,
|
|
439
458
|
maestro.platform,
|
|
@@ -459,6 +478,7 @@ exports.platforms = [
|
|
|
459
478
|
nodepay.platform,
|
|
460
479
|
nosana.platform,
|
|
461
480
|
nxfinance.platform,
|
|
481
|
+
okaybears.platform,
|
|
462
482
|
okx.platform,
|
|
463
483
|
omni.platform,
|
|
464
484
|
ondoFinance.platform,
|
|
@@ -521,6 +541,7 @@ exports.platforms = [
|
|
|
521
541
|
solanart.platform,
|
|
522
542
|
solayer.platform,
|
|
523
543
|
solcasino.platform,
|
|
544
|
+
solflare.platform,
|
|
524
545
|
solincinerator.platform,
|
|
525
546
|
solomon.platform,
|
|
526
547
|
solsave.platform,
|
|
@@ -560,6 +581,7 @@ exports.platforms = [
|
|
|
560
581
|
wink.platform,
|
|
561
582
|
wintermute.platform,
|
|
562
583
|
wormhole.platform,
|
|
584
|
+
y00ts.platform,
|
|
563
585
|
yaku.platform,
|
|
564
586
|
yawww.platform,
|
|
565
587
|
yieldfan.platform,
|
|
@@ -583,6 +605,7 @@ exports.services = [
|
|
|
583
605
|
...asgardfi.services,
|
|
584
606
|
...atrix.services,
|
|
585
607
|
...aurory.services,
|
|
608
|
+
...backpack.services,
|
|
586
609
|
...backwoods.services,
|
|
587
610
|
...bananagun.services,
|
|
588
611
|
...banger.services,
|
|
@@ -607,10 +630,12 @@ exports.services = [
|
|
|
607
630
|
...carrot.services,
|
|
608
631
|
...cashmere.services,
|
|
609
632
|
...cega.services,
|
|
633
|
+
...chopcorp.services,
|
|
610
634
|
...circle.services,
|
|
611
635
|
...circuit.services,
|
|
612
636
|
...citrus.services,
|
|
613
637
|
...claimyoursols.services,
|
|
638
|
+
...claynosaurz.services,
|
|
614
639
|
...clone.services,
|
|
615
640
|
...coinmarketcap.services,
|
|
616
641
|
...cropper.services,
|
|
@@ -621,6 +646,7 @@ exports.services = [
|
|
|
621
646
|
...debridge.services,
|
|
622
647
|
...defiland.services,
|
|
623
648
|
...defituna.services,
|
|
649
|
+
...degenapeacademy.services,
|
|
624
650
|
...degencoinflip.services,
|
|
625
651
|
...degods.services,
|
|
626
652
|
...dflow.services,
|
|
@@ -658,8 +684,10 @@ exports.services = [
|
|
|
658
684
|
...gpool.services,
|
|
659
685
|
...graphite.services,
|
|
660
686
|
...grass.services,
|
|
687
|
+
...growcorp.services,
|
|
661
688
|
...guano.services,
|
|
662
689
|
...hadeswap.services,
|
|
690
|
+
...halo.services,
|
|
663
691
|
...hastra.services,
|
|
664
692
|
...haven.services,
|
|
665
693
|
...hawksight.services,
|
|
@@ -684,6 +712,7 @@ exports.services = [
|
|
|
684
712
|
...jupiterJupuary.services,
|
|
685
713
|
...jupiterLaunchpad.services,
|
|
686
714
|
...jupiterPm.services,
|
|
715
|
+
...jupiterWallet.services,
|
|
687
716
|
...kamino.services,
|
|
688
717
|
...katana.services,
|
|
689
718
|
...kineko.services,
|
|
@@ -701,6 +730,7 @@ exports.services = [
|
|
|
701
730
|
...lombard.services,
|
|
702
731
|
...loopscale.services,
|
|
703
732
|
...m1capital.services,
|
|
733
|
+
...macaron.services,
|
|
704
734
|
...madbears.services,
|
|
705
735
|
...madlads.services,
|
|
706
736
|
...maestro.services,
|
|
@@ -726,6 +756,7 @@ exports.services = [
|
|
|
726
756
|
...nodepay.services,
|
|
727
757
|
...nosana.services,
|
|
728
758
|
...nxfinance.services,
|
|
759
|
+
...okaybears.services,
|
|
729
760
|
...okx.services,
|
|
730
761
|
...omni.services,
|
|
731
762
|
...ondoFinance.services,
|
|
@@ -788,6 +819,7 @@ exports.services = [
|
|
|
788
819
|
...solanart.services,
|
|
789
820
|
...solayer.services,
|
|
790
821
|
...solcasino.services,
|
|
822
|
+
...solflare.services,
|
|
791
823
|
...solincinerator.services,
|
|
792
824
|
...solomon.services,
|
|
793
825
|
...solsave.services,
|
|
@@ -827,6 +859,7 @@ exports.services = [
|
|
|
827
859
|
...wink.services,
|
|
828
860
|
...wintermute.services,
|
|
829
861
|
...wormhole.services,
|
|
862
|
+
...y00ts.services,
|
|
830
863
|
...yaku.services,
|
|
831
864
|
...yawww.services,
|
|
832
865
|
...yieldfan.services,
|
|
@@ -11,12 +11,12 @@ export declare const apeContract: {
|
|
|
11
11
|
address: string;
|
|
12
12
|
networkId: "solana";
|
|
13
13
|
};
|
|
14
|
-
export declare const
|
|
14
|
+
export declare const jupiterLimitContract: {
|
|
15
15
|
name: string;
|
|
16
16
|
address: string;
|
|
17
17
|
networkId: "solana";
|
|
18
18
|
};
|
|
19
|
-
export declare const
|
|
19
|
+
export declare const jupiterLimitV1Contract: {
|
|
20
20
|
name: string;
|
|
21
21
|
address: string;
|
|
22
22
|
networkId: "solana";
|
|
@@ -58,9 +58,9 @@ export declare const ultraSwapService: ServiceRaw;
|
|
|
58
58
|
export declare const manualSwapService: ServiceRaw;
|
|
59
59
|
export declare const apeService: ServiceRaw;
|
|
60
60
|
export declare const jupiterZService: ServiceRaw;
|
|
61
|
-
export declare const limitV2Service: ServiceRaw;
|
|
62
|
-
export declare const limitV1Service: ServiceRaw;
|
|
63
61
|
export declare const limitService: ServiceRaw;
|
|
62
|
+
export declare const limitV1Service: ServiceRaw;
|
|
63
|
+
export declare const limitV2Service: ServiceRaw;
|
|
64
64
|
export declare const dcaService: ServiceRaw;
|
|
65
65
|
export declare const dcaDepositService: ServiceRaw;
|
|
66
66
|
export declare const dcaVaService: 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.
|
|
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.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;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "jupiter-exchange",
|
|
@@ -60,13 +60,13 @@ exports.apeContract = {
|
|
|
60
60
|
address: "JSWX3pKDbj2EdCMu4ei7sPYSpdcwZNyjkDSteoHQ4UH",
|
|
61
61
|
networkId: types_1.NetworkId.solana,
|
|
62
62
|
};
|
|
63
|
-
exports.
|
|
64
|
-
name: "Limit
|
|
63
|
+
exports.jupiterLimitContract = {
|
|
64
|
+
name: "Limit",
|
|
65
65
|
address: "jupoNjAxXgZ4rjzxzPMP4oxduvQsQtZzyknqvzYNrNu",
|
|
66
66
|
networkId: types_1.NetworkId.solana,
|
|
67
67
|
};
|
|
68
|
-
exports.
|
|
69
|
-
name: "Limit",
|
|
68
|
+
exports.jupiterLimitV1Contract = {
|
|
69
|
+
name: "Limit V1",
|
|
70
70
|
address: "j1o2qRpjcyUwEvwtcfhEQefh773ZgjxcVRry7LDqg5X",
|
|
71
71
|
networkId: types_1.NetworkId.solana,
|
|
72
72
|
};
|
|
@@ -197,26 +197,27 @@ exports.jupiterZService = {
|
|
|
197
197
|
contractsRaw: [rfqContract],
|
|
198
198
|
description: "JupiterZ is a request-for-quote (RFQ) service that enables users to obtain personalized trade quotes for large or complex transactions, ensuring optimal pricing and execution through direct negotiation with liquidity providers.",
|
|
199
199
|
};
|
|
200
|
-
exports.
|
|
201
|
-
id: `${exports.platform.id}-limit
|
|
202
|
-
name: "Limit
|
|
200
|
+
exports.limitService = {
|
|
201
|
+
id: `${exports.platform.id}-limit`,
|
|
202
|
+
name: "Limit",
|
|
203
203
|
platformId: exports.platform.id,
|
|
204
|
-
contractsRaw: [],
|
|
205
|
-
description: "The limit order service allows users to set limit orders for token swaps, enabling them to specify the desired price at which they want to buy or sell a cryptocurrency. This service enhances trading flexibility and control over execution prices.",
|
|
206
|
-
link: "https://jup.ag/?tab=limit",
|
|
204
|
+
contractsRaw: [exports.jupiterLimitContract],
|
|
207
205
|
};
|
|
208
206
|
exports.limitV1Service = {
|
|
209
|
-
id: `${exports.platform.id}-
|
|
210
|
-
name: "Limit
|
|
207
|
+
id: `${exports.platform.id}-limit-v1`,
|
|
208
|
+
name: "Limit V1",
|
|
211
209
|
platformId: exports.platform.id,
|
|
212
210
|
contractsRaw: [exports.jupiterLimitV1Contract],
|
|
211
|
+
description: "Limit order execution engine filling orders when market prices match specified targets.",
|
|
212
|
+
link: "https://jup.ag/?tab=limit",
|
|
213
213
|
};
|
|
214
|
-
exports.
|
|
215
|
-
id: `${exports.platform.id}-limit`,
|
|
216
|
-
name: "Limit",
|
|
214
|
+
exports.limitV2Service = {
|
|
215
|
+
id: `${exports.platform.id}-limit-v2`,
|
|
216
|
+
name: "Limit V2",
|
|
217
217
|
platformId: exports.platform.id,
|
|
218
|
-
contractsRaw: [
|
|
219
|
-
description: "
|
|
218
|
+
contractsRaw: [],
|
|
219
|
+
description: "The limit order service allows users to set limit orders for token swaps, enabling them to specify the desired price at which they want to buy or sell a cryptocurrency. This service enhances trading flexibility and control over execution prices.",
|
|
220
|
+
link: "https://jup.ag/?tab=limit",
|
|
220
221
|
};
|
|
221
222
|
exports.dcaService = {
|
|
222
223
|
id: `${exports.platform.id}-dca`,
|
|
@@ -296,9 +297,9 @@ exports.services = [
|
|
|
296
297
|
exports.manualSwapService,
|
|
297
298
|
exports.apeService,
|
|
298
299
|
exports.jupiterZService,
|
|
299
|
-
exports.limitV2Service,
|
|
300
|
-
exports.limitV1Service,
|
|
301
300
|
exports.limitService,
|
|
301
|
+
exports.limitV1Service,
|
|
302
|
+
exports.limitV2Service,
|
|
302
303
|
exports.dcaService,
|
|
303
304
|
exports.dcaDepositService,
|
|
304
305
|
exports.dcaVaService,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "jupiter-wallet",
|
|
6
|
+
name: "Jupiter Wallet",
|
|
7
|
+
description: "The most powerful trading wallet on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://chromewebstore.google.com/detail/Jupiter%20Wallet/iledlaeogohbilgbfhmbgkgmpplbfboh",
|
|
10
|
+
},
|
|
11
|
+
tags: ["wallet"],
|
|
12
|
+
};
|
|
13
|
+
exports.services = [];
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.v3Service = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "macaron",
|
|
7
|
+
name: "Macaron",
|
|
8
|
+
description: "Macaron is a mining protocol that integrates both auction-based and block-based mining models.",
|
|
9
|
+
tags: ["tool"],
|
|
10
|
+
links: {
|
|
11
|
+
website: "https://www.macaron.bid/",
|
|
12
|
+
telegram: "https://t.me/macaron_bid",
|
|
13
|
+
twitter: "https://x.com/macaron_bid",
|
|
14
|
+
documentation: "https://docs.macaron.bid/",
|
|
15
|
+
},
|
|
16
|
+
tokens: ["8UiPofjkbjqTqrymz4VY3wXxMcPjFuyq3Psofekymaca"],
|
|
17
|
+
};
|
|
18
|
+
const v3Contract = {
|
|
19
|
+
name: "V3",
|
|
20
|
+
address: "BidUuhFU1wyjgmpTv4YMQrqzersavZLJRnsgpw3i4k88",
|
|
21
|
+
networkId: types_1.NetworkId.solana,
|
|
22
|
+
};
|
|
23
|
+
exports.v3Service = {
|
|
24
|
+
id: `${exports.platform.id}-v3`,
|
|
25
|
+
name: "Mining",
|
|
26
|
+
platformId: exports.platform.id,
|
|
27
|
+
contractsRaw: [v3Contract],
|
|
28
|
+
};
|
|
29
|
+
exports.services = [exports.v3Service];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "okaybears",
|
|
6
|
+
name: "Okay Bears",
|
|
7
|
+
links: {
|
|
8
|
+
twitter: "https://x.com/okaybears",
|
|
9
|
+
website: "https://okaybears.com/",
|
|
10
|
+
},
|
|
11
|
+
tags: ["nft-collection"],
|
|
12
|
+
};
|
|
13
|
+
exports.services = [];
|
package/dist/platforms/ratex.js
CHANGED
|
@@ -16,6 +16,7 @@ exports.platform = {
|
|
|
16
16
|
documentation: "https://docs.rate-x.io/ratex",
|
|
17
17
|
},
|
|
18
18
|
tags: ["dapp"],
|
|
19
|
+
tokens: ["J1wnHdKvP34fg7TtYdX63UPJMTdXNzJGEqfNJB22vKjU"],
|
|
19
20
|
};
|
|
20
21
|
// lookupAddressTable Es56bH1dokFwohpWS8XYSfTXavvSEuyob2FnUYzF6pCL
|
|
21
22
|
// lookupAddressTable J1NBWaniyDdnnm4dsdTXKmNJog5p4ye1AtVeqkkrUFyM
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "solflare",
|
|
6
|
+
name: "Solflare",
|
|
7
|
+
description: "Hold strong and spend instantly with the most powerful wallet on Solana",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.solflare.com/",
|
|
10
|
+
twitter: "https://x.com/solflare",
|
|
11
|
+
},
|
|
12
|
+
tags: ["wallet"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "y00ts",
|
|
6
|
+
name: "y00ts",
|
|
7
|
+
description: "y00ts is a generative art project of 15,000 NFTs. y00topia is a curated community of builders and creators.",
|
|
8
|
+
links: {
|
|
9
|
+
twitter: "https://x.com/y00tsNFT",
|
|
10
|
+
website: "https://degods.com/",
|
|
11
|
+
},
|
|
12
|
+
tags: ["nft-collection"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|