@jup-ag/platform-list 1.2.71 → 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,6 +341,7 @@ 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"));
@@ -438,6 +446,7 @@ exports.platforms = [
438
446
  coinmarketcap.platform,
439
447
  coinshares.platform,
440
448
  collectorcrypt.platform,
449
+ cooladdress.platform,
441
450
  cropper.platform,
442
451
  cudis.platform,
443
452
  cushion.platform,
@@ -487,6 +496,7 @@ exports.platforms = [
487
496
  gauntlet.platform,
488
497
  gecko.platform,
489
498
  genesysgo.platform,
499
+ glam.platform,
490
500
  glow.platform,
491
501
  gmtrade.platform,
492
502
  goblingold.platform,
@@ -524,6 +534,7 @@ exports.platforms = [
524
534
  jet.platform,
525
535
  jito.platform,
526
536
  jpmorgan.platform,
537
+ jpool.platform,
527
538
  jupiterExchange.platform,
528
539
  jupiterGovernance.platform,
529
540
  jupiterJupuary.platform,
@@ -548,6 +559,7 @@ exports.platforms = [
548
559
  lodesupply.platform,
549
560
  lombard.platform,
550
561
  loopscale.platform,
562
+ lpagent.platform,
551
563
  m1capital.platform,
552
564
  macaron.platform,
553
565
  madbears.platform,
@@ -575,6 +587,7 @@ exports.platforms = [
575
587
  nirvana.platform,
576
588
  nodepay.platform,
577
589
  nosana.platform,
590
+ nufi.platform,
578
591
  nxfinance.platform,
579
592
  okaybears.platform,
580
593
  okx.platform,
@@ -598,6 +611,7 @@ exports.platforms = [
598
611
  paxos.platform,
599
612
  perena.platform,
600
613
  phantom.platform,
614
+ phettagotchi.platform,
601
615
  phoenix.platform,
602
616
  photofinish.platform,
603
617
  photon.platform,
@@ -637,6 +651,7 @@ exports.platforms = [
637
651
  sandglass.platform,
638
652
  save.platform,
639
653
  securitize.platform,
654
+ sendai.platform,
640
655
  sendit.platform,
641
656
  sentre.platform,
642
657
  serum.platform,
@@ -673,6 +688,7 @@ exports.platforms = [
673
688
  switchboard.platform,
674
689
  sygnum.platform,
675
690
  symmetry.platform,
691
+ tender.platform,
676
692
  tensor.platform,
677
693
  texture.platform,
678
694
  thevault.platform,
@@ -778,6 +794,7 @@ exports.services = [
778
794
  ...coinmarketcap.services,
779
795
  ...coinshares.services,
780
796
  ...collectorcrypt.services,
797
+ ...cooladdress.services,
781
798
  ...cropper.services,
782
799
  ...cudis.services,
783
800
  ...cushion.services,
@@ -827,6 +844,7 @@ exports.services = [
827
844
  ...gauntlet.services,
828
845
  ...gecko.services,
829
846
  ...genesysgo.services,
847
+ ...glam.services,
830
848
  ...glow.services,
831
849
  ...gmtrade.services,
832
850
  ...goblingold.services,
@@ -864,6 +882,7 @@ exports.services = [
864
882
  ...jet.services,
865
883
  ...jito.services,
866
884
  ...jpmorgan.services,
885
+ ...jpool.services,
867
886
  ...jupiterExchange.services,
868
887
  ...jupiterGovernance.services,
869
888
  ...jupiterJupuary.services,
@@ -888,6 +907,7 @@ exports.services = [
888
907
  ...lodesupply.services,
889
908
  ...lombard.services,
890
909
  ...loopscale.services,
910
+ ...lpagent.services,
891
911
  ...m1capital.services,
892
912
  ...macaron.services,
893
913
  ...madbears.services,
@@ -915,6 +935,7 @@ exports.services = [
915
935
  ...nirvana.services,
916
936
  ...nodepay.services,
917
937
  ...nosana.services,
938
+ ...nufi.services,
918
939
  ...nxfinance.services,
919
940
  ...okaybears.services,
920
941
  ...okx.services,
@@ -938,6 +959,7 @@ exports.services = [
938
959
  ...paxos.services,
939
960
  ...perena.services,
940
961
  ...phantom.services,
962
+ ...phettagotchi.services,
941
963
  ...phoenix.services,
942
964
  ...photofinish.services,
943
965
  ...photon.services,
@@ -977,6 +999,7 @@ exports.services = [
977
999
  ...sandglass.services,
978
1000
  ...save.services,
979
1001
  ...securitize.services,
1002
+ ...sendai.services,
980
1003
  ...sendit.services,
981
1004
  ...sentre.services,
982
1005
  ...serum.services,
@@ -1013,6 +1036,7 @@ exports.services = [
1013
1036
  ...switchboard.services,
1014
1037
  ...sygnum.services,
1015
1038
  ...symmetry.services,
1039
+ ...tender.services,
1016
1040
  ...tensor.services,
1017
1041
  ...texture.services,
1018
1042
  ...thevault.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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/platform-list",
3
- "version": "1.2.71",
3
+ "version": "1.2.73",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",