@jup-ag/platform-list 1.2.73 → 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/elemental.d.ts +1 -0
- package/dist/platforms/elemental.js +13 -2
- package/dist/platforms/index.js +18 -0
- package/dist/platforms/infinex.d.ts +3 -0
- package/dist/platforms/infinex.js +18 -0
- package/dist/platforms/mixoor.d.ts +4 -0
- package/dist/platforms/mixoor.js +18 -0
- package/dist/platforms/pacifica.d.ts +3 -0
- package/dist/platforms/pacifica.js +17 -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/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 = [];
|
|
@@ -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];
|
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"));
|
|
@@ -183,6 +184,7 @@ const hxro = __importStar(require("./hxro"));
|
|
|
183
184
|
const hylo = __importStar(require("./hylo"));
|
|
184
185
|
const icm = __importStar(require("./icm"));
|
|
185
186
|
const iloop = __importStar(require("./iloop"));
|
|
187
|
+
const infinex = __importStar(require("./infinex"));
|
|
186
188
|
const invariant = __importStar(require("./invariant"));
|
|
187
189
|
const jet = __importStar(require("./jet"));
|
|
188
190
|
const jito = __importStar(require("./jito"));
|
|
@@ -232,6 +234,7 @@ const metaplex = __importStar(require("./metaplex"));
|
|
|
232
234
|
const metengine = __importStar(require("./metengine"));
|
|
233
235
|
const meteora = __importStar(require("./meteora"));
|
|
234
236
|
const mintech = __importStar(require("./mintech"));
|
|
237
|
+
const mixoor = __importStar(require("./mixoor"));
|
|
235
238
|
const mooncake = __importStar(require("./mooncake"));
|
|
236
239
|
const moonwalk = __importStar(require("./moonwalk"));
|
|
237
240
|
const moose = __importStar(require("./moose"));
|
|
@@ -256,6 +259,7 @@ const ore = __importStar(require("./ore"));
|
|
|
256
259
|
const oreblue = __importStar(require("./oreblue"));
|
|
257
260
|
const oresupply = __importStar(require("./oresupply"));
|
|
258
261
|
const oro = __importStar(require("./oro"));
|
|
262
|
+
const pacifica = __importStar(require("./pacifica"));
|
|
259
263
|
const pancakeswap = __importStar(require("./pancakeswap"));
|
|
260
264
|
const paraswap = __importStar(require("./paraswap"));
|
|
261
265
|
const parcl = __importStar(require("./parcl"));
|
|
@@ -292,6 +296,7 @@ const ratex = __importStar(require("./ratex"));
|
|
|
292
296
|
const ratio = __importStar(require("./ratio"));
|
|
293
297
|
const raydium = __importStar(require("./raydium"));
|
|
294
298
|
const realms = __importStar(require("./realms"));
|
|
299
|
+
const recc = __importStar(require("./recc"));
|
|
295
300
|
const refihub = __importStar(require("./refihub"));
|
|
296
301
|
const reflect = __importStar(require("./reflect"));
|
|
297
302
|
const relay = __importStar(require("./relay"));
|
|
@@ -357,6 +362,7 @@ const trove = __importStar(require("./trove"));
|
|
|
357
362
|
const trustfun = __importStar(require("./trustfun"));
|
|
358
363
|
const tuktuk = __importStar(require("./tuktuk"));
|
|
359
364
|
const tulip = __importStar(require("./tulip"));
|
|
365
|
+
const turbinecash = __importStar(require("./turbinecash"));
|
|
360
366
|
const tuyo = __importStar(require("./tuyo"));
|
|
361
367
|
const unclaimedsol = __importStar(require("./unclaimedsol"));
|
|
362
368
|
const underdog = __importStar(require("./underdog"));
|
|
@@ -438,6 +444,7 @@ exports.platforms = [
|
|
|
438
444
|
chopcorp.platform,
|
|
439
445
|
circle.platform,
|
|
440
446
|
circuit.platform,
|
|
447
|
+
circular.platform,
|
|
441
448
|
citrus.platform,
|
|
442
449
|
claimyoursols.platform,
|
|
443
450
|
claynosaurz.platform,
|
|
@@ -530,6 +537,7 @@ exports.platforms = [
|
|
|
530
537
|
hylo.platform,
|
|
531
538
|
icm.platform,
|
|
532
539
|
iloop.platform,
|
|
540
|
+
infinex.platform,
|
|
533
541
|
invariant.platform,
|
|
534
542
|
jet.platform,
|
|
535
543
|
jito.platform,
|
|
@@ -579,6 +587,7 @@ exports.platforms = [
|
|
|
579
587
|
metengine.platform,
|
|
580
588
|
meteora.platform,
|
|
581
589
|
mintech.platform,
|
|
590
|
+
mixoor.platform,
|
|
582
591
|
mooncake.platform,
|
|
583
592
|
moonwalk.platform,
|
|
584
593
|
moose.platform,
|
|
@@ -603,6 +612,7 @@ exports.platforms = [
|
|
|
603
612
|
oreblue.platform,
|
|
604
613
|
oresupply.platform,
|
|
605
614
|
oro.platform,
|
|
615
|
+
pacifica.platform,
|
|
606
616
|
pancakeswap.platform,
|
|
607
617
|
paraswap.platform,
|
|
608
618
|
parcl.platform,
|
|
@@ -639,6 +649,7 @@ exports.platforms = [
|
|
|
639
649
|
ratio.platform,
|
|
640
650
|
raydium.platform,
|
|
641
651
|
realms.platform,
|
|
652
|
+
recc.platform,
|
|
642
653
|
refihub.platform,
|
|
643
654
|
reflect.platform,
|
|
644
655
|
relay.platform,
|
|
@@ -704,6 +715,7 @@ exports.platforms = [
|
|
|
704
715
|
trustfun.platform,
|
|
705
716
|
tuktuk.platform,
|
|
706
717
|
tulip.platform,
|
|
718
|
+
turbinecash.platform,
|
|
707
719
|
tuyo.platform,
|
|
708
720
|
unclaimedsol.platform,
|
|
709
721
|
underdog.platform,
|
|
@@ -786,6 +798,7 @@ exports.services = [
|
|
|
786
798
|
...chopcorp.services,
|
|
787
799
|
...circle.services,
|
|
788
800
|
...circuit.services,
|
|
801
|
+
...circular.services,
|
|
789
802
|
...citrus.services,
|
|
790
803
|
...claimyoursols.services,
|
|
791
804
|
...claynosaurz.services,
|
|
@@ -878,6 +891,7 @@ exports.services = [
|
|
|
878
891
|
...hylo.services,
|
|
879
892
|
...icm.services,
|
|
880
893
|
...iloop.services,
|
|
894
|
+
...infinex.services,
|
|
881
895
|
...invariant.services,
|
|
882
896
|
...jet.services,
|
|
883
897
|
...jito.services,
|
|
@@ -927,6 +941,7 @@ exports.services = [
|
|
|
927
941
|
...metengine.services,
|
|
928
942
|
...meteora.services,
|
|
929
943
|
...mintech.services,
|
|
944
|
+
...mixoor.services,
|
|
930
945
|
...mooncake.services,
|
|
931
946
|
...moonwalk.services,
|
|
932
947
|
...moose.services,
|
|
@@ -951,6 +966,7 @@ exports.services = [
|
|
|
951
966
|
...oreblue.services,
|
|
952
967
|
...oresupply.services,
|
|
953
968
|
...oro.services,
|
|
969
|
+
...pacifica.services,
|
|
954
970
|
...pancakeswap.services,
|
|
955
971
|
...paraswap.services,
|
|
956
972
|
...parcl.services,
|
|
@@ -987,6 +1003,7 @@ exports.services = [
|
|
|
987
1003
|
...ratio.services,
|
|
988
1004
|
...raydium.services,
|
|
989
1005
|
...realms.services,
|
|
1006
|
+
...recc.services,
|
|
990
1007
|
...refihub.services,
|
|
991
1008
|
...reflect.services,
|
|
992
1009
|
...relay.services,
|
|
@@ -1052,6 +1069,7 @@ exports.services = [
|
|
|
1052
1069
|
...trustfun.services,
|
|
1053
1070
|
...tuktuk.services,
|
|
1054
1071
|
...tulip.services,
|
|
1072
|
+
...turbinecash.services,
|
|
1055
1073
|
...tuyo.services,
|
|
1056
1074
|
...unclaimedsol.services,
|
|
1057
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,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,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,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,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 = {
|