@jup-ag/platform-list 1.2.71 → 1.2.74
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/README.md +2 -1
- package/dist/platforms/circular.d.ts +3 -0
- package/dist/platforms/circular.js +17 -0
- package/dist/platforms/cooladdress.d.ts +4 -0
- package/dist/platforms/cooladdress.js +15 -0
- package/dist/platforms/elemental.d.ts +1 -0
- package/dist/platforms/elemental.js +13 -2
- package/dist/platforms/glam.d.ts +10 -0
- package/dist/platforms/glam.js +91 -0
- package/dist/platforms/index.js +42 -0
- package/dist/platforms/infinex.d.ts +3 -0
- package/dist/platforms/infinex.js +18 -0
- package/dist/platforms/jpool.d.ts +4 -0
- package/dist/platforms/jpool.js +19 -0
- package/dist/platforms/lpagent.d.ts +3 -0
- package/dist/platforms/lpagent.js +17 -0
- package/dist/platforms/mixoor.d.ts +4 -0
- package/dist/platforms/mixoor.js +18 -0
- package/dist/platforms/nufi.d.ts +4 -0
- package/dist/platforms/nufi.js +18 -0
- package/dist/platforms/pacifica.d.ts +3 -0
- package/dist/platforms/pacifica.js +17 -0
- package/dist/platforms/phettagotchi.d.ts +3 -0
- package/dist/platforms/phettagotchi.js +15 -0
- package/dist/platforms/privacycash.js +1 -1
- package/dist/platforms/recc.d.ts +4 -0
- package/dist/platforms/recc.js +17 -0
- package/dist/platforms/sendai.d.ts +3 -0
- package/dist/platforms/sendai.js +16 -0
- package/dist/platforms/tender.d.ts +4 -0
- package/dist/platforms/tender.js +17 -0
- package/dist/platforms/turbinecash.d.ts +3 -0
- package/dist/platforms/turbinecash.js +14 -0
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @jup-ag/platform-list
|
|
2
2
|
|
|
3
|
-
A comprehensive registry of platforms in the Solana
|
|
3
|
+
A comprehensive registry of platforms in the Solana ecosystem. This package provides structured platform data including metadata, links, token(s) information, smart contracts and services.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -55,6 +55,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed instructions and examples.
|
|
|
55
55
|
To publish a new version:
|
|
56
56
|
|
|
57
57
|
```bash
|
|
58
|
+
npm run format
|
|
58
59
|
npm run build:index
|
|
59
60
|
npm run commit:index
|
|
60
61
|
npm version patch
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "circular",
|
|
6
|
+
name: "Circular.fi",
|
|
7
|
+
description: "MEV Hub on Solana | Real-time MEV tracking + deep portfolio analytics, turn the signal into a hedge.",
|
|
8
|
+
tags: ["dapp", "tool"],
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://circular.fi/",
|
|
11
|
+
discord: "https://discord.gg/j99p8dmE5a",
|
|
12
|
+
telegram: "https://t.me/Circular_fi",
|
|
13
|
+
twitter: "https://x.com/Circular_fi",
|
|
14
|
+
documentation: "https://docs.circular.fi/",
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
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: "cooladdress",
|
|
6
|
+
name: "Cool Address",
|
|
7
|
+
description: "Cool Address is a solana vanity address GPU generator. Allowing users and developers for fast, cheap and secure vanity addresses.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.address.cool/",
|
|
10
|
+
twitter: "https://x.com/cool_address",
|
|
11
|
+
},
|
|
12
|
+
tags: ["tool", "dapp"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
|
15
|
+
exports.default = exports.services;
|
|
@@ -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.onycService = exports.service = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "elemental",
|
|
@@ -20,10 +20,21 @@ const contract = {
|
|
|
20
20
|
address: "ELE5vYY81W7UCpTPs7SyD6Bwm5FwZBntTW8PiGqM5d4A",
|
|
21
21
|
networkId: types_1.NetworkId.solana,
|
|
22
22
|
};
|
|
23
|
+
const onycContract = {
|
|
24
|
+
name: "Elemental",
|
|
25
|
+
address: "ELE6rYCZUaegWxVhWM4ef9pXZBAgGUVaVKkTbDvX6BMU",
|
|
26
|
+
networkId: types_1.NetworkId.solana,
|
|
27
|
+
};
|
|
23
28
|
exports.service = {
|
|
24
29
|
id: "elemental-fund",
|
|
25
30
|
name: "Elemental",
|
|
26
31
|
platformId: exports.platform.id,
|
|
27
32
|
contractsRaw: [contract],
|
|
28
33
|
};
|
|
29
|
-
exports.
|
|
34
|
+
exports.onycService = {
|
|
35
|
+
id: "elemental-fund-onyc",
|
|
36
|
+
name: "ONyc",
|
|
37
|
+
platformId: exports.platform.id,
|
|
38
|
+
contractsRaw: [onycContract],
|
|
39
|
+
};
|
|
40
|
+
exports.services = [exports.service, exports.onycService];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PlatformRaw, ServiceRaw } from "../types";
|
|
2
|
+
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const protocolService: ServiceRaw;
|
|
4
|
+
export declare const mintService: ServiceRaw;
|
|
5
|
+
export declare const cctpService: ServiceRaw;
|
|
6
|
+
export declare const driftService: ServiceRaw;
|
|
7
|
+
export declare const kaminoService: ServiceRaw;
|
|
8
|
+
export declare const splService: ServiceRaw;
|
|
9
|
+
export declare const services: ServiceRaw[];
|
|
10
|
+
export default services;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.splService = exports.kaminoService = exports.driftService = exports.cctpService = exports.mintService = exports.protocolService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "glam",
|
|
7
|
+
name: "GLAM",
|
|
8
|
+
description: "GLAM is a vault and tokenization protocol on Solana providing programmable infrastructure with onchain policies and access controls.",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://www.glam.systems/",
|
|
11
|
+
twitter: "https://x.com/glamsystems",
|
|
12
|
+
github: "https://github.com/glamsystems/",
|
|
13
|
+
documentation: "https://docs.glam.systems/",
|
|
14
|
+
},
|
|
15
|
+
tags: ["defi", "institutional", "vault", "rwa", "infrastructure"],
|
|
16
|
+
};
|
|
17
|
+
const protocolContract = {
|
|
18
|
+
name: "Protocol",
|
|
19
|
+
address: "GLAMpaME8wdTEzxtiYEAa5yD8fZbxZiz2hNtV58RZiEz",
|
|
20
|
+
networkId: types_1.NetworkId.solana,
|
|
21
|
+
};
|
|
22
|
+
const mintContract = {
|
|
23
|
+
name: "Mint",
|
|
24
|
+
address: "GM1NtvvnSXUptTrMCqbogAdZJydZSNv98DoU5AZVLmGh",
|
|
25
|
+
networkId: types_1.NetworkId.solana,
|
|
26
|
+
};
|
|
27
|
+
const cctpContract = {
|
|
28
|
+
name: "CCTP Integration",
|
|
29
|
+
address: "G1NTcMDYgNLpDwgnrpSZvoSKQuR9NXG7S3DmtNQCDmrK",
|
|
30
|
+
networkId: types_1.NetworkId.solana,
|
|
31
|
+
};
|
|
32
|
+
const driftContract = {
|
|
33
|
+
name: "Drift Integration",
|
|
34
|
+
address: "G1NTdrBmBpW43msRQmsf7qXSw3MFBNaqJcAkGiRmRq2F",
|
|
35
|
+
networkId: types_1.NetworkId.solana,
|
|
36
|
+
};
|
|
37
|
+
const kaminoContract = {
|
|
38
|
+
name: "Kamino Integration",
|
|
39
|
+
address: "G1NTkDEUR3pkEqGCKZtmtmVzCUEdYa86pezHkwYbLyde",
|
|
40
|
+
networkId: types_1.NetworkId.solana,
|
|
41
|
+
};
|
|
42
|
+
const splContract = {
|
|
43
|
+
name: "SPL Integration",
|
|
44
|
+
address: "G1NTsQ36mjPe89HtPYqxKsjY5HmYsDR6CbD2gd2U2pta",
|
|
45
|
+
networkId: types_1.NetworkId.solana,
|
|
46
|
+
};
|
|
47
|
+
exports.protocolService = {
|
|
48
|
+
id: `${exports.platform.id}-protocol`,
|
|
49
|
+
name: "Protocol",
|
|
50
|
+
platformId: exports.platform.id,
|
|
51
|
+
contractsRaw: [protocolContract],
|
|
52
|
+
};
|
|
53
|
+
exports.mintService = {
|
|
54
|
+
id: `${exports.platform.id}-mint`,
|
|
55
|
+
name: "Mint",
|
|
56
|
+
platformId: exports.platform.id,
|
|
57
|
+
contractsRaw: [mintContract],
|
|
58
|
+
};
|
|
59
|
+
exports.cctpService = {
|
|
60
|
+
id: `${exports.platform.id}-cctp`,
|
|
61
|
+
name: "CCTP Integration",
|
|
62
|
+
platformId: exports.platform.id,
|
|
63
|
+
contractsRaw: [cctpContract],
|
|
64
|
+
};
|
|
65
|
+
exports.driftService = {
|
|
66
|
+
id: `${exports.platform.id}-drift`,
|
|
67
|
+
name: "Drift Integration",
|
|
68
|
+
platformId: exports.platform.id,
|
|
69
|
+
contractsRaw: [driftContract],
|
|
70
|
+
};
|
|
71
|
+
exports.kaminoService = {
|
|
72
|
+
id: `${exports.platform.id}-kamino`,
|
|
73
|
+
name: "Kamino Integration",
|
|
74
|
+
platformId: exports.platform.id,
|
|
75
|
+
contractsRaw: [kaminoContract],
|
|
76
|
+
};
|
|
77
|
+
exports.splService = {
|
|
78
|
+
id: `${exports.platform.id}-spl`,
|
|
79
|
+
name: "SPL Integration",
|
|
80
|
+
platformId: exports.platform.id,
|
|
81
|
+
contractsRaw: [splContract],
|
|
82
|
+
};
|
|
83
|
+
exports.services = [
|
|
84
|
+
exports.protocolService,
|
|
85
|
+
exports.mintService,
|
|
86
|
+
exports.cctpService,
|
|
87
|
+
exports.driftService,
|
|
88
|
+
exports.kaminoService,
|
|
89
|
+
exports.splService,
|
|
90
|
+
];
|
|
91
|
+
exports.default = exports.services;
|
package/dist/platforms/index.js
CHANGED
|
@@ -91,6 +91,7 @@ const cega = __importStar(require("./cega"));
|
|
|
91
91
|
const chopcorp = __importStar(require("./chopcorp"));
|
|
92
92
|
const circle = __importStar(require("./circle"));
|
|
93
93
|
const circuit = __importStar(require("./circuit"));
|
|
94
|
+
const circular = __importStar(require("./circular"));
|
|
94
95
|
const citrus = __importStar(require("./citrus"));
|
|
95
96
|
const claimyoursols = __importStar(require("./claimyoursols"));
|
|
96
97
|
const claynosaurz = __importStar(require("./claynosaurz"));
|
|
@@ -99,6 +100,7 @@ const coinbase = __importStar(require("./coinbase"));
|
|
|
99
100
|
const coinmarketcap = __importStar(require("./coinmarketcap"));
|
|
100
101
|
const coinshares = __importStar(require("./coinshares"));
|
|
101
102
|
const collectorcrypt = __importStar(require("./collectorcrypt"));
|
|
103
|
+
const cooladdress = __importStar(require("./cooladdress"));
|
|
102
104
|
const cropper = __importStar(require("./cropper"));
|
|
103
105
|
const cudis = __importStar(require("./cudis"));
|
|
104
106
|
const cushion = __importStar(require("./cushion"));
|
|
@@ -148,6 +150,7 @@ const gary = __importStar(require("./gary"));
|
|
|
148
150
|
const gauntlet = __importStar(require("./gauntlet"));
|
|
149
151
|
const gecko = __importStar(require("./gecko"));
|
|
150
152
|
const genesysgo = __importStar(require("./genesysgo"));
|
|
153
|
+
const glam = __importStar(require("./glam"));
|
|
151
154
|
const glow = __importStar(require("./glow"));
|
|
152
155
|
const gmtrade = __importStar(require("./gmtrade"));
|
|
153
156
|
const goblingold = __importStar(require("./goblingold"));
|
|
@@ -181,10 +184,12 @@ const hxro = __importStar(require("./hxro"));
|
|
|
181
184
|
const hylo = __importStar(require("./hylo"));
|
|
182
185
|
const icm = __importStar(require("./icm"));
|
|
183
186
|
const iloop = __importStar(require("./iloop"));
|
|
187
|
+
const infinex = __importStar(require("./infinex"));
|
|
184
188
|
const invariant = __importStar(require("./invariant"));
|
|
185
189
|
const jet = __importStar(require("./jet"));
|
|
186
190
|
const jito = __importStar(require("./jito"));
|
|
187
191
|
const jpmorgan = __importStar(require("./jpmorgan"));
|
|
192
|
+
const jpool = __importStar(require("./jpool"));
|
|
188
193
|
const jupiterExchange = __importStar(require("./jupiter-exchange"));
|
|
189
194
|
const jupiterGovernance = __importStar(require("./jupiter-governance"));
|
|
190
195
|
const jupiterJupuary = __importStar(require("./jupiter-jupuary"));
|
|
@@ -209,6 +214,7 @@ const lince = __importStar(require("./lince"));
|
|
|
209
214
|
const lodesupply = __importStar(require("./lodesupply"));
|
|
210
215
|
const lombard = __importStar(require("./lombard"));
|
|
211
216
|
const loopscale = __importStar(require("./loopscale"));
|
|
217
|
+
const lpagent = __importStar(require("./lpagent"));
|
|
212
218
|
const m1capital = __importStar(require("./m1capital"));
|
|
213
219
|
const macaron = __importStar(require("./macaron"));
|
|
214
220
|
const madbears = __importStar(require("./madbears"));
|
|
@@ -228,6 +234,7 @@ const metaplex = __importStar(require("./metaplex"));
|
|
|
228
234
|
const metengine = __importStar(require("./metengine"));
|
|
229
235
|
const meteora = __importStar(require("./meteora"));
|
|
230
236
|
const mintech = __importStar(require("./mintech"));
|
|
237
|
+
const mixoor = __importStar(require("./mixoor"));
|
|
231
238
|
const mooncake = __importStar(require("./mooncake"));
|
|
232
239
|
const moonwalk = __importStar(require("./moonwalk"));
|
|
233
240
|
const moose = __importStar(require("./moose"));
|
|
@@ -236,6 +243,7 @@ const neutral = __importStar(require("./neutral"));
|
|
|
236
243
|
const nirvana = __importStar(require("./nirvana"));
|
|
237
244
|
const nodepay = __importStar(require("./nodepay"));
|
|
238
245
|
const nosana = __importStar(require("./nosana"));
|
|
246
|
+
const nufi = __importStar(require("./nufi"));
|
|
239
247
|
const nxfinance = __importStar(require("./nxfinance"));
|
|
240
248
|
const okaybears = __importStar(require("./okaybears"));
|
|
241
249
|
const okx = __importStar(require("./okx"));
|
|
@@ -251,6 +259,7 @@ const ore = __importStar(require("./ore"));
|
|
|
251
259
|
const oreblue = __importStar(require("./oreblue"));
|
|
252
260
|
const oresupply = __importStar(require("./oresupply"));
|
|
253
261
|
const oro = __importStar(require("./oro"));
|
|
262
|
+
const pacifica = __importStar(require("./pacifica"));
|
|
254
263
|
const pancakeswap = __importStar(require("./pancakeswap"));
|
|
255
264
|
const paraswap = __importStar(require("./paraswap"));
|
|
256
265
|
const parcl = __importStar(require("./parcl"));
|
|
@@ -259,6 +268,7 @@ const pathfinders = __importStar(require("./pathfinders"));
|
|
|
259
268
|
const paxos = __importStar(require("./paxos"));
|
|
260
269
|
const perena = __importStar(require("./perena"));
|
|
261
270
|
const phantom = __importStar(require("./phantom"));
|
|
271
|
+
const phettagotchi = __importStar(require("./phettagotchi"));
|
|
262
272
|
const phoenix = __importStar(require("./phoenix"));
|
|
263
273
|
const photofinish = __importStar(require("./photofinish"));
|
|
264
274
|
const photon = __importStar(require("./photon"));
|
|
@@ -286,6 +296,7 @@ const ratex = __importStar(require("./ratex"));
|
|
|
286
296
|
const ratio = __importStar(require("./ratio"));
|
|
287
297
|
const raydium = __importStar(require("./raydium"));
|
|
288
298
|
const realms = __importStar(require("./realms"));
|
|
299
|
+
const recc = __importStar(require("./recc"));
|
|
289
300
|
const refihub = __importStar(require("./refihub"));
|
|
290
301
|
const reflect = __importStar(require("./reflect"));
|
|
291
302
|
const relay = __importStar(require("./relay"));
|
|
@@ -298,6 +309,7 @@ const sanctum = __importStar(require("./sanctum"));
|
|
|
298
309
|
const sandglass = __importStar(require("./sandglass"));
|
|
299
310
|
const save = __importStar(require("./save"));
|
|
300
311
|
const securitize = __importStar(require("./securitize"));
|
|
312
|
+
const sendai = __importStar(require("./sendai"));
|
|
301
313
|
const sendit = __importStar(require("./sendit"));
|
|
302
314
|
const sentre = __importStar(require("./sentre"));
|
|
303
315
|
const serum = __importStar(require("./serum"));
|
|
@@ -334,6 +346,7 @@ const superstate = __importStar(require("./superstate"));
|
|
|
334
346
|
const switchboard = __importStar(require("./switchboard"));
|
|
335
347
|
const sygnum = __importStar(require("./sygnum"));
|
|
336
348
|
const symmetry = __importStar(require("./symmetry"));
|
|
349
|
+
const tender = __importStar(require("./tender"));
|
|
337
350
|
const tensor = __importStar(require("./tensor"));
|
|
338
351
|
const texture = __importStar(require("./texture"));
|
|
339
352
|
const thevault = __importStar(require("./thevault"));
|
|
@@ -349,6 +362,7 @@ const trove = __importStar(require("./trove"));
|
|
|
349
362
|
const trustfun = __importStar(require("./trustfun"));
|
|
350
363
|
const tuktuk = __importStar(require("./tuktuk"));
|
|
351
364
|
const tulip = __importStar(require("./tulip"));
|
|
365
|
+
const turbinecash = __importStar(require("./turbinecash"));
|
|
352
366
|
const tuyo = __importStar(require("./tuyo"));
|
|
353
367
|
const unclaimedsol = __importStar(require("./unclaimedsol"));
|
|
354
368
|
const underdog = __importStar(require("./underdog"));
|
|
@@ -430,6 +444,7 @@ exports.platforms = [
|
|
|
430
444
|
chopcorp.platform,
|
|
431
445
|
circle.platform,
|
|
432
446
|
circuit.platform,
|
|
447
|
+
circular.platform,
|
|
433
448
|
citrus.platform,
|
|
434
449
|
claimyoursols.platform,
|
|
435
450
|
claynosaurz.platform,
|
|
@@ -438,6 +453,7 @@ exports.platforms = [
|
|
|
438
453
|
coinmarketcap.platform,
|
|
439
454
|
coinshares.platform,
|
|
440
455
|
collectorcrypt.platform,
|
|
456
|
+
cooladdress.platform,
|
|
441
457
|
cropper.platform,
|
|
442
458
|
cudis.platform,
|
|
443
459
|
cushion.platform,
|
|
@@ -487,6 +503,7 @@ exports.platforms = [
|
|
|
487
503
|
gauntlet.platform,
|
|
488
504
|
gecko.platform,
|
|
489
505
|
genesysgo.platform,
|
|
506
|
+
glam.platform,
|
|
490
507
|
glow.platform,
|
|
491
508
|
gmtrade.platform,
|
|
492
509
|
goblingold.platform,
|
|
@@ -520,10 +537,12 @@ exports.platforms = [
|
|
|
520
537
|
hylo.platform,
|
|
521
538
|
icm.platform,
|
|
522
539
|
iloop.platform,
|
|
540
|
+
infinex.platform,
|
|
523
541
|
invariant.platform,
|
|
524
542
|
jet.platform,
|
|
525
543
|
jito.platform,
|
|
526
544
|
jpmorgan.platform,
|
|
545
|
+
jpool.platform,
|
|
527
546
|
jupiterExchange.platform,
|
|
528
547
|
jupiterGovernance.platform,
|
|
529
548
|
jupiterJupuary.platform,
|
|
@@ -548,6 +567,7 @@ exports.platforms = [
|
|
|
548
567
|
lodesupply.platform,
|
|
549
568
|
lombard.platform,
|
|
550
569
|
loopscale.platform,
|
|
570
|
+
lpagent.platform,
|
|
551
571
|
m1capital.platform,
|
|
552
572
|
macaron.platform,
|
|
553
573
|
madbears.platform,
|
|
@@ -567,6 +587,7 @@ exports.platforms = [
|
|
|
567
587
|
metengine.platform,
|
|
568
588
|
meteora.platform,
|
|
569
589
|
mintech.platform,
|
|
590
|
+
mixoor.platform,
|
|
570
591
|
mooncake.platform,
|
|
571
592
|
moonwalk.platform,
|
|
572
593
|
moose.platform,
|
|
@@ -575,6 +596,7 @@ exports.platforms = [
|
|
|
575
596
|
nirvana.platform,
|
|
576
597
|
nodepay.platform,
|
|
577
598
|
nosana.platform,
|
|
599
|
+
nufi.platform,
|
|
578
600
|
nxfinance.platform,
|
|
579
601
|
okaybears.platform,
|
|
580
602
|
okx.platform,
|
|
@@ -590,6 +612,7 @@ exports.platforms = [
|
|
|
590
612
|
oreblue.platform,
|
|
591
613
|
oresupply.platform,
|
|
592
614
|
oro.platform,
|
|
615
|
+
pacifica.platform,
|
|
593
616
|
pancakeswap.platform,
|
|
594
617
|
paraswap.platform,
|
|
595
618
|
parcl.platform,
|
|
@@ -598,6 +621,7 @@ exports.platforms = [
|
|
|
598
621
|
paxos.platform,
|
|
599
622
|
perena.platform,
|
|
600
623
|
phantom.platform,
|
|
624
|
+
phettagotchi.platform,
|
|
601
625
|
phoenix.platform,
|
|
602
626
|
photofinish.platform,
|
|
603
627
|
photon.platform,
|
|
@@ -625,6 +649,7 @@ exports.platforms = [
|
|
|
625
649
|
ratio.platform,
|
|
626
650
|
raydium.platform,
|
|
627
651
|
realms.platform,
|
|
652
|
+
recc.platform,
|
|
628
653
|
refihub.platform,
|
|
629
654
|
reflect.platform,
|
|
630
655
|
relay.platform,
|
|
@@ -637,6 +662,7 @@ exports.platforms = [
|
|
|
637
662
|
sandglass.platform,
|
|
638
663
|
save.platform,
|
|
639
664
|
securitize.platform,
|
|
665
|
+
sendai.platform,
|
|
640
666
|
sendit.platform,
|
|
641
667
|
sentre.platform,
|
|
642
668
|
serum.platform,
|
|
@@ -673,6 +699,7 @@ exports.platforms = [
|
|
|
673
699
|
switchboard.platform,
|
|
674
700
|
sygnum.platform,
|
|
675
701
|
symmetry.platform,
|
|
702
|
+
tender.platform,
|
|
676
703
|
tensor.platform,
|
|
677
704
|
texture.platform,
|
|
678
705
|
thevault.platform,
|
|
@@ -688,6 +715,7 @@ exports.platforms = [
|
|
|
688
715
|
trustfun.platform,
|
|
689
716
|
tuktuk.platform,
|
|
690
717
|
tulip.platform,
|
|
718
|
+
turbinecash.platform,
|
|
691
719
|
tuyo.platform,
|
|
692
720
|
unclaimedsol.platform,
|
|
693
721
|
underdog.platform,
|
|
@@ -770,6 +798,7 @@ exports.services = [
|
|
|
770
798
|
...chopcorp.services,
|
|
771
799
|
...circle.services,
|
|
772
800
|
...circuit.services,
|
|
801
|
+
...circular.services,
|
|
773
802
|
...citrus.services,
|
|
774
803
|
...claimyoursols.services,
|
|
775
804
|
...claynosaurz.services,
|
|
@@ -778,6 +807,7 @@ exports.services = [
|
|
|
778
807
|
...coinmarketcap.services,
|
|
779
808
|
...coinshares.services,
|
|
780
809
|
...collectorcrypt.services,
|
|
810
|
+
...cooladdress.services,
|
|
781
811
|
...cropper.services,
|
|
782
812
|
...cudis.services,
|
|
783
813
|
...cushion.services,
|
|
@@ -827,6 +857,7 @@ exports.services = [
|
|
|
827
857
|
...gauntlet.services,
|
|
828
858
|
...gecko.services,
|
|
829
859
|
...genesysgo.services,
|
|
860
|
+
...glam.services,
|
|
830
861
|
...glow.services,
|
|
831
862
|
...gmtrade.services,
|
|
832
863
|
...goblingold.services,
|
|
@@ -860,10 +891,12 @@ exports.services = [
|
|
|
860
891
|
...hylo.services,
|
|
861
892
|
...icm.services,
|
|
862
893
|
...iloop.services,
|
|
894
|
+
...infinex.services,
|
|
863
895
|
...invariant.services,
|
|
864
896
|
...jet.services,
|
|
865
897
|
...jito.services,
|
|
866
898
|
...jpmorgan.services,
|
|
899
|
+
...jpool.services,
|
|
867
900
|
...jupiterExchange.services,
|
|
868
901
|
...jupiterGovernance.services,
|
|
869
902
|
...jupiterJupuary.services,
|
|
@@ -888,6 +921,7 @@ exports.services = [
|
|
|
888
921
|
...lodesupply.services,
|
|
889
922
|
...lombard.services,
|
|
890
923
|
...loopscale.services,
|
|
924
|
+
...lpagent.services,
|
|
891
925
|
...m1capital.services,
|
|
892
926
|
...macaron.services,
|
|
893
927
|
...madbears.services,
|
|
@@ -907,6 +941,7 @@ exports.services = [
|
|
|
907
941
|
...metengine.services,
|
|
908
942
|
...meteora.services,
|
|
909
943
|
...mintech.services,
|
|
944
|
+
...mixoor.services,
|
|
910
945
|
...mooncake.services,
|
|
911
946
|
...moonwalk.services,
|
|
912
947
|
...moose.services,
|
|
@@ -915,6 +950,7 @@ exports.services = [
|
|
|
915
950
|
...nirvana.services,
|
|
916
951
|
...nodepay.services,
|
|
917
952
|
...nosana.services,
|
|
953
|
+
...nufi.services,
|
|
918
954
|
...nxfinance.services,
|
|
919
955
|
...okaybears.services,
|
|
920
956
|
...okx.services,
|
|
@@ -930,6 +966,7 @@ exports.services = [
|
|
|
930
966
|
...oreblue.services,
|
|
931
967
|
...oresupply.services,
|
|
932
968
|
...oro.services,
|
|
969
|
+
...pacifica.services,
|
|
933
970
|
...pancakeswap.services,
|
|
934
971
|
...paraswap.services,
|
|
935
972
|
...parcl.services,
|
|
@@ -938,6 +975,7 @@ exports.services = [
|
|
|
938
975
|
...paxos.services,
|
|
939
976
|
...perena.services,
|
|
940
977
|
...phantom.services,
|
|
978
|
+
...phettagotchi.services,
|
|
941
979
|
...phoenix.services,
|
|
942
980
|
...photofinish.services,
|
|
943
981
|
...photon.services,
|
|
@@ -965,6 +1003,7 @@ exports.services = [
|
|
|
965
1003
|
...ratio.services,
|
|
966
1004
|
...raydium.services,
|
|
967
1005
|
...realms.services,
|
|
1006
|
+
...recc.services,
|
|
968
1007
|
...refihub.services,
|
|
969
1008
|
...reflect.services,
|
|
970
1009
|
...relay.services,
|
|
@@ -977,6 +1016,7 @@ exports.services = [
|
|
|
977
1016
|
...sandglass.services,
|
|
978
1017
|
...save.services,
|
|
979
1018
|
...securitize.services,
|
|
1019
|
+
...sendai.services,
|
|
980
1020
|
...sendit.services,
|
|
981
1021
|
...sentre.services,
|
|
982
1022
|
...serum.services,
|
|
@@ -1013,6 +1053,7 @@ exports.services = [
|
|
|
1013
1053
|
...switchboard.services,
|
|
1014
1054
|
...sygnum.services,
|
|
1015
1055
|
...symmetry.services,
|
|
1056
|
+
...tender.services,
|
|
1016
1057
|
...tensor.services,
|
|
1017
1058
|
...texture.services,
|
|
1018
1059
|
...thevault.services,
|
|
@@ -1028,6 +1069,7 @@ exports.services = [
|
|
|
1028
1069
|
...trustfun.services,
|
|
1029
1070
|
...tuktuk.services,
|
|
1030
1071
|
...tulip.services,
|
|
1072
|
+
...turbinecash.services,
|
|
1031
1073
|
...tuyo.services,
|
|
1032
1074
|
...unclaimedsol.services,
|
|
1033
1075
|
...underdog.services,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "infinex",
|
|
6
|
+
name: "Infinex",
|
|
7
|
+
description: "Infinex is a keyless multi-chain DeFi platform and perpetual exchange offering a CEX-like experience onchain with passkey security.",
|
|
8
|
+
tags: ["dapp", "dex", "trading", "defi", "wallet"],
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://infinex.xyz/",
|
|
11
|
+
discord: "https://discord.gg/infinex",
|
|
12
|
+
twitter: "https://x.com/infinex",
|
|
13
|
+
github: "https://github.com/infinex-xyz",
|
|
14
|
+
documentation: "https://docs.infinex.cc/",
|
|
15
|
+
},
|
|
16
|
+
tokens: ["inxKXw9V2NDZE7hDijzpJaKKUb97NEPJDTCEEiYg4yY"],
|
|
17
|
+
};
|
|
18
|
+
exports.services = [];
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "jpool",
|
|
6
|
+
name: "JPool Solana Staking Pool",
|
|
7
|
+
description: "JPool is the most trusted liquid staking platform, built for top yield and offering a range of flexible strategies, as well as handy auxiliary tools.",
|
|
8
|
+
tags: ["lst", "dapp"],
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://jpool.one/",
|
|
11
|
+
discord: "https://discord.com/invite/qR4BA9QXVR",
|
|
12
|
+
twitter: "https://x.com/JPoolSolana",
|
|
13
|
+
github: "https://github.com/mfactory-lab",
|
|
14
|
+
documentation: "https://docs.jpool.one/",
|
|
15
|
+
},
|
|
16
|
+
tokens: ["7Q2afV64in6N6SeZsAAB81TJzwDoD6zpqmHkzi9Dcavn"],
|
|
17
|
+
};
|
|
18
|
+
exports.services = [];
|
|
19
|
+
exports.default = exports.services;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "lpagent",
|
|
6
|
+
name: "LP Agent",
|
|
7
|
+
description: "LP Agent is an AI-powered DeFi bot that maximizes your liquidity profits through automated pool discovery, position management, and intelligent rebalancing. Achieve higher win rates and bigger profits with zero manual work.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://lpagent.io/",
|
|
10
|
+
discord: "https://discord.com/invite/h8YDHtzmRU",
|
|
11
|
+
twitter: "https://x.com/LPAgent_io",
|
|
12
|
+
github: "https://github.com/lpagent",
|
|
13
|
+
documentation: "https://docs.lpagent.io/",
|
|
14
|
+
},
|
|
15
|
+
tags: ["tool", "ai"],
|
|
16
|
+
};
|
|
17
|
+
exports.services = [];
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "mixoor",
|
|
6
|
+
name: "Mixoor",
|
|
7
|
+
description: "Mixoor allows you to transfer funds without any visible connection on blockchain explorers.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://mixoor.fun/",
|
|
10
|
+
twitter: "https://x.com/Mixoordotfun",
|
|
11
|
+
telegram: "https://t.me/mixooor",
|
|
12
|
+
documentation: "https://docs.mixoor.fun/",
|
|
13
|
+
},
|
|
14
|
+
tags: ["tool", "dapp", "privacy"],
|
|
15
|
+
tokens: ["CdqUsAfihtKntBsXPrFaovYyr642zKmZmLxzwWQfsoar"],
|
|
16
|
+
};
|
|
17
|
+
exports.services = [];
|
|
18
|
+
exports.default = exports.services;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "nufi",
|
|
6
|
+
name: "NUFI",
|
|
7
|
+
description: "A powerful wallet for powerful users. Bitcoin (+Runes, Ordinals), Ethereum, EVMs, Solana, SVM, Cardano. Hardware wallets supported.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://nu.fi/",
|
|
10
|
+
twitter: "https://x.com/nufiwallet?lang=en",
|
|
11
|
+
discord: "https://discord.com/invite/jSyVPAXw3w",
|
|
12
|
+
github: "https://github.com/nufi-official/nufi",
|
|
13
|
+
documentation: "https://nufi.gitbook.io/developer-docs",
|
|
14
|
+
},
|
|
15
|
+
tags: ["wallet"],
|
|
16
|
+
};
|
|
17
|
+
exports.services = [];
|
|
18
|
+
exports.default = exports.services;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "pacifica",
|
|
6
|
+
name: "Pacifica",
|
|
7
|
+
description: "Pacifica is a decentralized perpetual futures exchange on Solana offering up to 50x leverage with CEX-level speed and DeFi transparency.",
|
|
8
|
+
defiLlamaId: "pacifica",
|
|
9
|
+
tags: ["dapp", "dex", "trading", "defi"],
|
|
10
|
+
links: {
|
|
11
|
+
website: "https://app.pacifica.fi/",
|
|
12
|
+
discord: "https://discord.com/invite/pacifica",
|
|
13
|
+
twitter: "https://x.com/pacifica_fi",
|
|
14
|
+
documentation: "https://docs.pacifica.fi",
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
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: "phettagotchi",
|
|
6
|
+
name: "Phettagotchi",
|
|
7
|
+
description: "Phettagotchi is a virtual pet game on Solana powered by the $PHETTA token.",
|
|
8
|
+
tags: ["memecoin", "gaming"],
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://pet.phetta.lol",
|
|
11
|
+
twitter: "https://x.com/em0tionull",
|
|
12
|
+
},
|
|
13
|
+
platformToken: "2APfuDUoCzDDZgDbuNgmx53xDyjBEpG318gh7UfVBAGS",
|
|
14
|
+
};
|
|
15
|
+
exports.services = [];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "recc",
|
|
6
|
+
name: "RECC",
|
|
7
|
+
description: "RECC is a Solana-based, ETF-style real estate product that lets you access yields from real-world property deals through on-chain crowdfunding.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://recc.finance/",
|
|
10
|
+
telegram: "https://t.me/reccfinance",
|
|
11
|
+
discord: "https://discord.gg/zKV4B3etbX",
|
|
12
|
+
documentation: "https://docs.recc.finance/",
|
|
13
|
+
},
|
|
14
|
+
tags: ["dapp", "rwa"],
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|
|
17
|
+
exports.default = exports.services;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "sendai",
|
|
6
|
+
name: "SendAI",
|
|
7
|
+
description: "SendAI is an applied AI lab building the tooling and economic layer for AI agents on Solana, featuring the open-source Solana Agent Kit.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.sendai.fun",
|
|
10
|
+
twitter: "https://x.com/sendaifun",
|
|
11
|
+
github: "https://github.com/sendaifun",
|
|
12
|
+
documentation: "https://docs.sendai.fun",
|
|
13
|
+
},
|
|
14
|
+
tags: ["ai", "infrastructure", "tool"],
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "tender",
|
|
6
|
+
name: "Tender Merchant",
|
|
7
|
+
description: "Tender empowers modern businesses to accept crypto payments effortlessly without needing to become crypto experts. Whether you're a physical store,digital platform, or global marketplace.",
|
|
8
|
+
defiLlamaId: "tendermerchant",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://tender.cash/",
|
|
11
|
+
github: "https://github.com/Tender-cash/",
|
|
12
|
+
documentation: "https://docs.tender.cash/",
|
|
13
|
+
},
|
|
14
|
+
tags: ["tool"],
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|
|
17
|
+
exports.default = 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: "turbinecash",
|
|
6
|
+
name: "Turbine Cash",
|
|
7
|
+
description: "Turbine Cash is a privacy-focused DeFi platform on Solana using zero-knowledge cryptography to obfuscate transactions, offering private swaps and DCA.",
|
|
8
|
+
tags: ["dapp", "defi", "privacy"],
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://turbine.cash/",
|
|
11
|
+
twitter: "https://x.com/turbine_cash",
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
package/dist/types.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export type Platform = {
|
|
|
22
22
|
documentation?: string;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
-
export type PlatformTag = "dapp" | "tool" | "cex" | "nft-collection" | "nft-marketplace" | "lst" | "gaming" | "bridge" | "dao" | "memecoin" | "stablecoin" | "wallet" | "launchpad" | "dex" | "social" | "depin" | "desci" | "fitness" | "liquidity-provider" | "lending" | "rwa" | "institutional" | "prediction" | "trading" | "infrastructure" | "amm" | "vault" | "defi" | "ai" | "restaking" | "options" | "payments" | "oracle" | "nft" | "bitcoin" | "card";
|
|
25
|
+
export type PlatformTag = "dapp" | "tool" | "cex" | "nft-collection" | "nft-marketplace" | "lst" | "gaming" | "bridge" | "dao" | "memecoin" | "stablecoin" | "wallet" | "launchpad" | "dex" | "social" | "depin" | "desci" | "fitness" | "liquidity-provider" | "lending" | "rwa" | "institutional" | "prediction" | "trading" | "infrastructure" | "amm" | "vault" | "defi" | "ai" | "restaking" | "options" | "payments" | "oracle" | "nft" | "bitcoin" | "card" | "privacy";
|
|
26
26
|
type Optional<T, K extends keyof T> = Pick<Partial<T>, K> & Omit<T, K>;
|
|
27
27
|
export type PlatformRaw = Omit<Optional<Platform, "isDeprecated">, "image">;
|
|
28
28
|
export type Service = {
|