@jup-ag/platform-list 1.2.37 → 1.2.41
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/altude.d.ts +3 -0
- package/dist/platforms/altude.js +15 -0
- 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 +39 -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/trustfun.d.ts +3 -0
- package/dist/platforms/trustfun.js +15 -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: "altude",
|
|
6
|
+
name: "Altude",
|
|
7
|
+
tags: ["tool"],
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://altude.so/",
|
|
10
|
+
discord: "https://discord.gg/9gPsQeZD7x",
|
|
11
|
+
twitter: "https://x.com/altudeso",
|
|
12
|
+
github: "https://github.com/AltudePlatform",
|
|
13
|
+
},
|
|
14
|
+
};
|
|
15
|
+
exports.services = [];
|
|
@@ -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
|
@@ -44,12 +44,14 @@ const akuma = __importStar(require("./akuma"));
|
|
|
44
44
|
const aldrin = __importStar(require("./aldrin"));
|
|
45
45
|
const allbridge = __importStar(require("./allbridge"));
|
|
46
46
|
const alldomains = __importStar(require("./alldomains"));
|
|
47
|
+
const altude = __importStar(require("./altude"));
|
|
47
48
|
const amulet = __importStar(require("./amulet"));
|
|
48
49
|
const armada = __importStar(require("./armada"));
|
|
49
50
|
const artrade = __importStar(require("./artrade"));
|
|
50
51
|
const asgardfi = __importStar(require("./asgardfi"));
|
|
51
52
|
const atrix = __importStar(require("./atrix"));
|
|
52
53
|
const aurory = __importStar(require("./aurory"));
|
|
54
|
+
const backpack = __importStar(require("./backpack"));
|
|
53
55
|
const backwoods = __importStar(require("./backwoods"));
|
|
54
56
|
const bananagun = __importStar(require("./bananagun"));
|
|
55
57
|
const banger = __importStar(require("./banger"));
|
|
@@ -74,10 +76,12 @@ const candle = __importStar(require("./candle"));
|
|
|
74
76
|
const carrot = __importStar(require("./carrot"));
|
|
75
77
|
const cashmere = __importStar(require("./cashmere"));
|
|
76
78
|
const cega = __importStar(require("./cega"));
|
|
79
|
+
const chopcorp = __importStar(require("./chopcorp"));
|
|
77
80
|
const circle = __importStar(require("./circle"));
|
|
78
81
|
const circuit = __importStar(require("./circuit"));
|
|
79
82
|
const citrus = __importStar(require("./citrus"));
|
|
80
83
|
const claimyoursols = __importStar(require("./claimyoursols"));
|
|
84
|
+
const claynosaurz = __importStar(require("./claynosaurz"));
|
|
81
85
|
const clone = __importStar(require("./clone"));
|
|
82
86
|
const coinmarketcap = __importStar(require("./coinmarketcap"));
|
|
83
87
|
const cropper = __importStar(require("./cropper"));
|
|
@@ -88,6 +92,7 @@ const cytonic = __importStar(require("./cytonic"));
|
|
|
88
92
|
const debridge = __importStar(require("./debridge"));
|
|
89
93
|
const defiland = __importStar(require("./defiland"));
|
|
90
94
|
const defituna = __importStar(require("./defituna"));
|
|
95
|
+
const degenapeacademy = __importStar(require("./degenapeacademy"));
|
|
91
96
|
const degencoinflip = __importStar(require("./degencoinflip"));
|
|
92
97
|
const degods = __importStar(require("./degods"));
|
|
93
98
|
const dflow = __importStar(require("./dflow"));
|
|
@@ -125,8 +130,10 @@ const goosefx = __importStar(require("./goosefx"));
|
|
|
125
130
|
const gpool = __importStar(require("./gpool"));
|
|
126
131
|
const graphite = __importStar(require("./graphite"));
|
|
127
132
|
const grass = __importStar(require("./grass"));
|
|
133
|
+
const growcorp = __importStar(require("./growcorp"));
|
|
128
134
|
const guano = __importStar(require("./guano"));
|
|
129
135
|
const hadeswap = __importStar(require("./hadeswap"));
|
|
136
|
+
const halo = __importStar(require("./halo"));
|
|
130
137
|
const hastra = __importStar(require("./hastra"));
|
|
131
138
|
const haven = __importStar(require("./haven"));
|
|
132
139
|
const hawksight = __importStar(require("./hawksight"));
|
|
@@ -151,6 +158,7 @@ const jupiterGovernance = __importStar(require("./jupiter-governance"));
|
|
|
151
158
|
const jupiterJupuary = __importStar(require("./jupiter-jupuary"));
|
|
152
159
|
const jupiterLaunchpad = __importStar(require("./jupiter-launchpad"));
|
|
153
160
|
const jupiterPm = __importStar(require("./jupiter-pm"));
|
|
161
|
+
const jupiterWallet = __importStar(require("./jupiter-wallet"));
|
|
154
162
|
const kamino = __importStar(require("./kamino"));
|
|
155
163
|
const katana = __importStar(require("./katana"));
|
|
156
164
|
const kineko = __importStar(require("./kineko"));
|
|
@@ -168,6 +176,7 @@ const lodesupply = __importStar(require("./lodesupply"));
|
|
|
168
176
|
const lombard = __importStar(require("./lombard"));
|
|
169
177
|
const loopscale = __importStar(require("./loopscale"));
|
|
170
178
|
const m1capital = __importStar(require("./m1capital"));
|
|
179
|
+
const macaron = __importStar(require("./macaron"));
|
|
171
180
|
const madbears = __importStar(require("./madbears"));
|
|
172
181
|
const madlads = __importStar(require("./madlads"));
|
|
173
182
|
const maestro = __importStar(require("./maestro"));
|
|
@@ -193,6 +202,7 @@ const nirvana = __importStar(require("./nirvana"));
|
|
|
193
202
|
const nodepay = __importStar(require("./nodepay"));
|
|
194
203
|
const nosana = __importStar(require("./nosana"));
|
|
195
204
|
const nxfinance = __importStar(require("./nxfinance"));
|
|
205
|
+
const okaybears = __importStar(require("./okaybears"));
|
|
196
206
|
const okx = __importStar(require("./okx"));
|
|
197
207
|
const omni = __importStar(require("./omni"));
|
|
198
208
|
const ondoFinance = __importStar(require("./ondo-finance"));
|
|
@@ -255,6 +265,7 @@ const solanaid = __importStar(require("./solanaid"));
|
|
|
255
265
|
const solanart = __importStar(require("./solanart"));
|
|
256
266
|
const solayer = __importStar(require("./solayer"));
|
|
257
267
|
const solcasino = __importStar(require("./solcasino"));
|
|
268
|
+
const solflare = __importStar(require("./solflare"));
|
|
258
269
|
const solincinerator = __importStar(require("./solincinerator"));
|
|
259
270
|
const solomon = __importStar(require("./solomon"));
|
|
260
271
|
const solsave = __importStar(require("./solsave"));
|
|
@@ -280,6 +291,7 @@ const tiplink = __importStar(require("./tiplink"));
|
|
|
280
291
|
const titan = __importStar(require("./titan"));
|
|
281
292
|
const triad = __importStar(require("./triad"));
|
|
282
293
|
const tribeca = __importStar(require("./tribeca"));
|
|
294
|
+
const trustfun = __importStar(require("./trustfun"));
|
|
283
295
|
const tuktuk = __importStar(require("./tuktuk"));
|
|
284
296
|
const tulip = __importStar(require("./tulip"));
|
|
285
297
|
const underdog = __importStar(require("./underdog"));
|
|
@@ -294,6 +306,7 @@ const whalesmarket = __importStar(require("./whalesmarket"));
|
|
|
294
306
|
const wink = __importStar(require("./wink"));
|
|
295
307
|
const wintermute = __importStar(require("./wintermute"));
|
|
296
308
|
const wormhole = __importStar(require("./wormhole"));
|
|
309
|
+
const y00ts = __importStar(require("./y00ts"));
|
|
297
310
|
const yaku = __importStar(require("./yaku"));
|
|
298
311
|
const yawww = __importStar(require("./yawww"));
|
|
299
312
|
const yieldfan = __importStar(require("./yieldfan"));
|
|
@@ -310,12 +323,14 @@ exports.platforms = [
|
|
|
310
323
|
aldrin.platform,
|
|
311
324
|
allbridge.platform,
|
|
312
325
|
alldomains.platform,
|
|
326
|
+
altude.platform,
|
|
313
327
|
amulet.platform,
|
|
314
328
|
armada.platform,
|
|
315
329
|
artrade.platform,
|
|
316
330
|
asgardfi.platform,
|
|
317
331
|
atrix.platform,
|
|
318
332
|
aurory.platform,
|
|
333
|
+
backpack.platform,
|
|
319
334
|
backwoods.platform,
|
|
320
335
|
bananagun.platform,
|
|
321
336
|
banger.platform,
|
|
@@ -340,10 +355,12 @@ exports.platforms = [
|
|
|
340
355
|
carrot.platform,
|
|
341
356
|
cashmere.platform,
|
|
342
357
|
cega.platform,
|
|
358
|
+
chopcorp.platform,
|
|
343
359
|
circle.platform,
|
|
344
360
|
circuit.platform,
|
|
345
361
|
citrus.platform,
|
|
346
362
|
claimyoursols.platform,
|
|
363
|
+
claynosaurz.platform,
|
|
347
364
|
clone.platform,
|
|
348
365
|
coinmarketcap.platform,
|
|
349
366
|
cropper.platform,
|
|
@@ -354,6 +371,7 @@ exports.platforms = [
|
|
|
354
371
|
debridge.platform,
|
|
355
372
|
defiland.platform,
|
|
356
373
|
defituna.platform,
|
|
374
|
+
degenapeacademy.platform,
|
|
357
375
|
degencoinflip.platform,
|
|
358
376
|
degods.platform,
|
|
359
377
|
dflow.platform,
|
|
@@ -391,8 +409,10 @@ exports.platforms = [
|
|
|
391
409
|
gpool.platform,
|
|
392
410
|
graphite.platform,
|
|
393
411
|
grass.platform,
|
|
412
|
+
growcorp.platform,
|
|
394
413
|
guano.platform,
|
|
395
414
|
hadeswap.platform,
|
|
415
|
+
halo.platform,
|
|
396
416
|
hastra.platform,
|
|
397
417
|
haven.platform,
|
|
398
418
|
hawksight.platform,
|
|
@@ -417,6 +437,7 @@ exports.platforms = [
|
|
|
417
437
|
jupiterJupuary.platform,
|
|
418
438
|
jupiterLaunchpad.platform,
|
|
419
439
|
jupiterPm.platform,
|
|
440
|
+
jupiterWallet.platform,
|
|
420
441
|
kamino.platform,
|
|
421
442
|
katana.platform,
|
|
422
443
|
kineko.platform,
|
|
@@ -434,6 +455,7 @@ exports.platforms = [
|
|
|
434
455
|
lombard.platform,
|
|
435
456
|
loopscale.platform,
|
|
436
457
|
m1capital.platform,
|
|
458
|
+
macaron.platform,
|
|
437
459
|
madbears.platform,
|
|
438
460
|
madlads.platform,
|
|
439
461
|
maestro.platform,
|
|
@@ -459,6 +481,7 @@ exports.platforms = [
|
|
|
459
481
|
nodepay.platform,
|
|
460
482
|
nosana.platform,
|
|
461
483
|
nxfinance.platform,
|
|
484
|
+
okaybears.platform,
|
|
462
485
|
okx.platform,
|
|
463
486
|
omni.platform,
|
|
464
487
|
ondoFinance.platform,
|
|
@@ -521,6 +544,7 @@ exports.platforms = [
|
|
|
521
544
|
solanart.platform,
|
|
522
545
|
solayer.platform,
|
|
523
546
|
solcasino.platform,
|
|
547
|
+
solflare.platform,
|
|
524
548
|
solincinerator.platform,
|
|
525
549
|
solomon.platform,
|
|
526
550
|
solsave.platform,
|
|
@@ -546,6 +570,7 @@ exports.platforms = [
|
|
|
546
570
|
titan.platform,
|
|
547
571
|
triad.platform,
|
|
548
572
|
tribeca.platform,
|
|
573
|
+
trustfun.platform,
|
|
549
574
|
tuktuk.platform,
|
|
550
575
|
tulip.platform,
|
|
551
576
|
underdog.platform,
|
|
@@ -560,6 +585,7 @@ exports.platforms = [
|
|
|
560
585
|
wink.platform,
|
|
561
586
|
wintermute.platform,
|
|
562
587
|
wormhole.platform,
|
|
588
|
+
y00ts.platform,
|
|
563
589
|
yaku.platform,
|
|
564
590
|
yawww.platform,
|
|
565
591
|
yieldfan.platform,
|
|
@@ -577,12 +603,14 @@ exports.services = [
|
|
|
577
603
|
...aldrin.services,
|
|
578
604
|
...allbridge.services,
|
|
579
605
|
...alldomains.services,
|
|
606
|
+
...altude.services,
|
|
580
607
|
...amulet.services,
|
|
581
608
|
...armada.services,
|
|
582
609
|
...artrade.services,
|
|
583
610
|
...asgardfi.services,
|
|
584
611
|
...atrix.services,
|
|
585
612
|
...aurory.services,
|
|
613
|
+
...backpack.services,
|
|
586
614
|
...backwoods.services,
|
|
587
615
|
...bananagun.services,
|
|
588
616
|
...banger.services,
|
|
@@ -607,10 +635,12 @@ exports.services = [
|
|
|
607
635
|
...carrot.services,
|
|
608
636
|
...cashmere.services,
|
|
609
637
|
...cega.services,
|
|
638
|
+
...chopcorp.services,
|
|
610
639
|
...circle.services,
|
|
611
640
|
...circuit.services,
|
|
612
641
|
...citrus.services,
|
|
613
642
|
...claimyoursols.services,
|
|
643
|
+
...claynosaurz.services,
|
|
614
644
|
...clone.services,
|
|
615
645
|
...coinmarketcap.services,
|
|
616
646
|
...cropper.services,
|
|
@@ -621,6 +651,7 @@ exports.services = [
|
|
|
621
651
|
...debridge.services,
|
|
622
652
|
...defiland.services,
|
|
623
653
|
...defituna.services,
|
|
654
|
+
...degenapeacademy.services,
|
|
624
655
|
...degencoinflip.services,
|
|
625
656
|
...degods.services,
|
|
626
657
|
...dflow.services,
|
|
@@ -658,8 +689,10 @@ exports.services = [
|
|
|
658
689
|
...gpool.services,
|
|
659
690
|
...graphite.services,
|
|
660
691
|
...grass.services,
|
|
692
|
+
...growcorp.services,
|
|
661
693
|
...guano.services,
|
|
662
694
|
...hadeswap.services,
|
|
695
|
+
...halo.services,
|
|
663
696
|
...hastra.services,
|
|
664
697
|
...haven.services,
|
|
665
698
|
...hawksight.services,
|
|
@@ -684,6 +717,7 @@ exports.services = [
|
|
|
684
717
|
...jupiterJupuary.services,
|
|
685
718
|
...jupiterLaunchpad.services,
|
|
686
719
|
...jupiterPm.services,
|
|
720
|
+
...jupiterWallet.services,
|
|
687
721
|
...kamino.services,
|
|
688
722
|
...katana.services,
|
|
689
723
|
...kineko.services,
|
|
@@ -701,6 +735,7 @@ exports.services = [
|
|
|
701
735
|
...lombard.services,
|
|
702
736
|
...loopscale.services,
|
|
703
737
|
...m1capital.services,
|
|
738
|
+
...macaron.services,
|
|
704
739
|
...madbears.services,
|
|
705
740
|
...madlads.services,
|
|
706
741
|
...maestro.services,
|
|
@@ -726,6 +761,7 @@ exports.services = [
|
|
|
726
761
|
...nodepay.services,
|
|
727
762
|
...nosana.services,
|
|
728
763
|
...nxfinance.services,
|
|
764
|
+
...okaybears.services,
|
|
729
765
|
...okx.services,
|
|
730
766
|
...omni.services,
|
|
731
767
|
...ondoFinance.services,
|
|
@@ -788,6 +824,7 @@ exports.services = [
|
|
|
788
824
|
...solanart.services,
|
|
789
825
|
...solayer.services,
|
|
790
826
|
...solcasino.services,
|
|
827
|
+
...solflare.services,
|
|
791
828
|
...solincinerator.services,
|
|
792
829
|
...solomon.services,
|
|
793
830
|
...solsave.services,
|
|
@@ -813,6 +850,7 @@ exports.services = [
|
|
|
813
850
|
...titan.services,
|
|
814
851
|
...triad.services,
|
|
815
852
|
...tribeca.services,
|
|
853
|
+
...trustfun.services,
|
|
816
854
|
...tuktuk.services,
|
|
817
855
|
...tulip.services,
|
|
818
856
|
...underdog.services,
|
|
@@ -827,6 +865,7 @@ exports.services = [
|
|
|
827
865
|
...wink.services,
|
|
828
866
|
...wintermute.services,
|
|
829
867
|
...wormhole.services,
|
|
868
|
+
...y00ts.services,
|
|
830
869
|
...yaku.services,
|
|
831
870
|
...yawww.services,
|
|
832
871
|
...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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "trustfun",
|
|
6
|
+
name: "TrustFUN",
|
|
7
|
+
description: "Token launch platform enabling new projects to bootstrap liquidity and distribute tokens through fair launch mechanics.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://trustfun.xyz/",
|
|
10
|
+
documentation: "https://trustfun.xyz/terms-conditions",
|
|
11
|
+
twitter: "https://x.com/trustfun_xyz",
|
|
12
|
+
},
|
|
13
|
+
tags: ["launchpad", "memecoin", "dapp"],
|
|
14
|
+
};
|
|
15
|
+
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 = [];
|