@jup-ag/platform-list 1.2.70 → 1.2.73

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.
@@ -0,0 +1,4 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: ServiceRaw[];
4
+ export default 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;
@@ -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;
@@ -99,6 +99,7 @@ const coinbase = __importStar(require("./coinbase"));
99
99
  const coinmarketcap = __importStar(require("./coinmarketcap"));
100
100
  const coinshares = __importStar(require("./coinshares"));
101
101
  const collectorcrypt = __importStar(require("./collectorcrypt"));
102
+ const cooladdress = __importStar(require("./cooladdress"));
102
103
  const cropper = __importStar(require("./cropper"));
103
104
  const cudis = __importStar(require("./cudis"));
104
105
  const cushion = __importStar(require("./cushion"));
@@ -148,6 +149,7 @@ const gary = __importStar(require("./gary"));
148
149
  const gauntlet = __importStar(require("./gauntlet"));
149
150
  const gecko = __importStar(require("./gecko"));
150
151
  const genesysgo = __importStar(require("./genesysgo"));
152
+ const glam = __importStar(require("./glam"));
151
153
  const glow = __importStar(require("./glow"));
152
154
  const gmtrade = __importStar(require("./gmtrade"));
153
155
  const goblingold = __importStar(require("./goblingold"));
@@ -185,6 +187,7 @@ const invariant = __importStar(require("./invariant"));
185
187
  const jet = __importStar(require("./jet"));
186
188
  const jito = __importStar(require("./jito"));
187
189
  const jpmorgan = __importStar(require("./jpmorgan"));
190
+ const jpool = __importStar(require("./jpool"));
188
191
  const jupiterExchange = __importStar(require("./jupiter-exchange"));
189
192
  const jupiterGovernance = __importStar(require("./jupiter-governance"));
190
193
  const jupiterJupuary = __importStar(require("./jupiter-jupuary"));
@@ -209,6 +212,7 @@ const lince = __importStar(require("./lince"));
209
212
  const lodesupply = __importStar(require("./lodesupply"));
210
213
  const lombard = __importStar(require("./lombard"));
211
214
  const loopscale = __importStar(require("./loopscale"));
215
+ const lpagent = __importStar(require("./lpagent"));
212
216
  const m1capital = __importStar(require("./m1capital"));
213
217
  const macaron = __importStar(require("./macaron"));
214
218
  const madbears = __importStar(require("./madbears"));
@@ -236,6 +240,7 @@ const neutral = __importStar(require("./neutral"));
236
240
  const nirvana = __importStar(require("./nirvana"));
237
241
  const nodepay = __importStar(require("./nodepay"));
238
242
  const nosana = __importStar(require("./nosana"));
243
+ const nufi = __importStar(require("./nufi"));
239
244
  const nxfinance = __importStar(require("./nxfinance"));
240
245
  const okaybears = __importStar(require("./okaybears"));
241
246
  const okx = __importStar(require("./okx"));
@@ -259,6 +264,7 @@ const pathfinders = __importStar(require("./pathfinders"));
259
264
  const paxos = __importStar(require("./paxos"));
260
265
  const perena = __importStar(require("./perena"));
261
266
  const phantom = __importStar(require("./phantom"));
267
+ const phettagotchi = __importStar(require("./phettagotchi"));
262
268
  const phoenix = __importStar(require("./phoenix"));
263
269
  const photofinish = __importStar(require("./photofinish"));
264
270
  const photon = __importStar(require("./photon"));
@@ -298,6 +304,7 @@ const sanctum = __importStar(require("./sanctum"));
298
304
  const sandglass = __importStar(require("./sandglass"));
299
305
  const save = __importStar(require("./save"));
300
306
  const securitize = __importStar(require("./securitize"));
307
+ const sendai = __importStar(require("./sendai"));
301
308
  const sendit = __importStar(require("./sendit"));
302
309
  const sentre = __importStar(require("./sentre"));
303
310
  const serum = __importStar(require("./serum"));
@@ -334,12 +341,14 @@ const superstate = __importStar(require("./superstate"));
334
341
  const switchboard = __importStar(require("./switchboard"));
335
342
  const sygnum = __importStar(require("./sygnum"));
336
343
  const symmetry = __importStar(require("./symmetry"));
344
+ const tender = __importStar(require("./tender"));
337
345
  const tensor = __importStar(require("./tensor"));
338
346
  const texture = __importStar(require("./texture"));
339
347
  const thevault = __importStar(require("./thevault"));
340
348
  const threshold = __importStar(require("./threshold"));
341
349
  const tiplink = __importStar(require("./tiplink"));
342
350
  const titan = __importStar(require("./titan"));
351
+ const tramplin = __importStar(require("./tramplin"));
343
352
  const trepa = __importStar(require("./trepa"));
344
353
  const triad = __importStar(require("./triad"));
345
354
  const tribeca = __importStar(require("./tribeca"));
@@ -437,6 +446,7 @@ exports.platforms = [
437
446
  coinmarketcap.platform,
438
447
  coinshares.platform,
439
448
  collectorcrypt.platform,
449
+ cooladdress.platform,
440
450
  cropper.platform,
441
451
  cudis.platform,
442
452
  cushion.platform,
@@ -486,6 +496,7 @@ exports.platforms = [
486
496
  gauntlet.platform,
487
497
  gecko.platform,
488
498
  genesysgo.platform,
499
+ glam.platform,
489
500
  glow.platform,
490
501
  gmtrade.platform,
491
502
  goblingold.platform,
@@ -523,6 +534,7 @@ exports.platforms = [
523
534
  jet.platform,
524
535
  jito.platform,
525
536
  jpmorgan.platform,
537
+ jpool.platform,
526
538
  jupiterExchange.platform,
527
539
  jupiterGovernance.platform,
528
540
  jupiterJupuary.platform,
@@ -547,6 +559,7 @@ exports.platforms = [
547
559
  lodesupply.platform,
548
560
  lombard.platform,
549
561
  loopscale.platform,
562
+ lpagent.platform,
550
563
  m1capital.platform,
551
564
  macaron.platform,
552
565
  madbears.platform,
@@ -574,6 +587,7 @@ exports.platforms = [
574
587
  nirvana.platform,
575
588
  nodepay.platform,
576
589
  nosana.platform,
590
+ nufi.platform,
577
591
  nxfinance.platform,
578
592
  okaybears.platform,
579
593
  okx.platform,
@@ -597,6 +611,7 @@ exports.platforms = [
597
611
  paxos.platform,
598
612
  perena.platform,
599
613
  phantom.platform,
614
+ phettagotchi.platform,
600
615
  phoenix.platform,
601
616
  photofinish.platform,
602
617
  photon.platform,
@@ -636,6 +651,7 @@ exports.platforms = [
636
651
  sandglass.platform,
637
652
  save.platform,
638
653
  securitize.platform,
654
+ sendai.platform,
639
655
  sendit.platform,
640
656
  sentre.platform,
641
657
  serum.platform,
@@ -672,12 +688,14 @@ exports.platforms = [
672
688
  switchboard.platform,
673
689
  sygnum.platform,
674
690
  symmetry.platform,
691
+ tender.platform,
675
692
  tensor.platform,
676
693
  texture.platform,
677
694
  thevault.platform,
678
695
  threshold.platform,
679
696
  tiplink.platform,
680
697
  titan.platform,
698
+ tramplin.platform,
681
699
  trepa.platform,
682
700
  triad.platform,
683
701
  tribeca.platform,
@@ -776,6 +794,7 @@ exports.services = [
776
794
  ...coinmarketcap.services,
777
795
  ...coinshares.services,
778
796
  ...collectorcrypt.services,
797
+ ...cooladdress.services,
779
798
  ...cropper.services,
780
799
  ...cudis.services,
781
800
  ...cushion.services,
@@ -825,6 +844,7 @@ exports.services = [
825
844
  ...gauntlet.services,
826
845
  ...gecko.services,
827
846
  ...genesysgo.services,
847
+ ...glam.services,
828
848
  ...glow.services,
829
849
  ...gmtrade.services,
830
850
  ...goblingold.services,
@@ -862,6 +882,7 @@ exports.services = [
862
882
  ...jet.services,
863
883
  ...jito.services,
864
884
  ...jpmorgan.services,
885
+ ...jpool.services,
865
886
  ...jupiterExchange.services,
866
887
  ...jupiterGovernance.services,
867
888
  ...jupiterJupuary.services,
@@ -886,6 +907,7 @@ exports.services = [
886
907
  ...lodesupply.services,
887
908
  ...lombard.services,
888
909
  ...loopscale.services,
910
+ ...lpagent.services,
889
911
  ...m1capital.services,
890
912
  ...macaron.services,
891
913
  ...madbears.services,
@@ -913,6 +935,7 @@ exports.services = [
913
935
  ...nirvana.services,
914
936
  ...nodepay.services,
915
937
  ...nosana.services,
938
+ ...nufi.services,
916
939
  ...nxfinance.services,
917
940
  ...okaybears.services,
918
941
  ...okx.services,
@@ -936,6 +959,7 @@ exports.services = [
936
959
  ...paxos.services,
937
960
  ...perena.services,
938
961
  ...phantom.services,
962
+ ...phettagotchi.services,
939
963
  ...phoenix.services,
940
964
  ...photofinish.services,
941
965
  ...photon.services,
@@ -975,6 +999,7 @@ exports.services = [
975
999
  ...sandglass.services,
976
1000
  ...save.services,
977
1001
  ...securitize.services,
1002
+ ...sendai.services,
978
1003
  ...sendit.services,
979
1004
  ...sentre.services,
980
1005
  ...serum.services,
@@ -1011,12 +1036,14 @@ exports.services = [
1011
1036
  ...switchboard.services,
1012
1037
  ...sygnum.services,
1013
1038
  ...symmetry.services,
1039
+ ...tender.services,
1014
1040
  ...tensor.services,
1015
1041
  ...texture.services,
1016
1042
  ...thevault.services,
1017
1043
  ...threshold.services,
1018
1044
  ...tiplink.services,
1019
1045
  ...titan.services,
1046
+ ...tramplin.services,
1020
1047
  ...trepa.services,
1021
1048
  ...triad.services,
1022
1049
  ...tribeca.services,
@@ -0,0 +1,4 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: ServiceRaw[];
4
+ export default 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,3 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: ServiceRaw[];
@@ -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,4 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: ServiceRaw[];
4
+ export default 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,3 @@
1
+ import { PlatformRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: never[];
@@ -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,3 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: ServiceRaw[];
@@ -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,4 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: ServiceRaw[];
4
+ export default 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,3 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: ServiceRaw[];
@@ -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: "tramplin",
6
+ name: "Tramplin",
7
+ description: "Boost your savings with randomized yield.",
8
+ links: {
9
+ website: "https://tramplin.io/",
10
+ twitter: "https://x.com/Tramplin_io",
11
+ discord: "https://discord.com/invite/tramplin",
12
+ },
13
+ tags: ["dapp"],
14
+ };
15
+ exports.services = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/platform-list",
3
- "version": "1.2.70",
3
+ "version": "1.2.73",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",