@jup-ag/platform-list 1.2.46 → 1.2.49

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.
Files changed (82) hide show
  1. package/dist/index.js +13 -10
  2. package/dist/platforms/adrastea.js +2 -1
  3. package/dist/platforms/akuma.js +1 -1
  4. package/dist/platforms/aldrin.js +1 -1
  5. package/dist/platforms/armada.js +1 -1
  6. package/dist/platforms/asgardfi.js +1 -1
  7. package/dist/platforms/banx.js +1 -1
  8. package/dist/platforms/baskt.js +2 -1
  9. package/dist/platforms/brawl.js +1 -1
  10. package/dist/platforms/btcsol.js +1 -1
  11. package/dist/platforms/bulktrade.js +1 -1
  12. package/dist/platforms/circuit.js +1 -1
  13. package/dist/platforms/citrus.js +1 -1
  14. package/dist/platforms/drift.js +1 -1
  15. package/dist/platforms/exponent.js +1 -1
  16. package/dist/platforms/flexlend.js +1 -1
  17. package/dist/platforms/futarchy.d.ts +1 -0
  18. package/dist/platforms/futarchy.js +19 -2
  19. package/dist/platforms/gauntlet.js +1 -1
  20. package/dist/platforms/genesysgo.js +1 -1
  21. package/dist/platforms/grass.js +1 -1
  22. package/dist/platforms/growcorp.js +1 -1
  23. package/dist/platforms/haven.js +1 -1
  24. package/dist/platforms/hedgehog.js +1 -1
  25. package/dist/platforms/hedgy.js +2 -1
  26. package/dist/platforms/huma.d.ts +1 -0
  27. package/dist/platforms/huma.js +14 -1
  28. package/dist/platforms/iloop.js +2 -2
  29. package/dist/platforms/index.js +3 -0
  30. package/dist/platforms/jet.js +1 -1
  31. package/dist/platforms/jito.js +1 -1
  32. package/dist/platforms/jupiter-exchange.js +1 -1
  33. package/dist/platforms/kamino.js +1 -1
  34. package/dist/platforms/katana.js +1 -1
  35. package/dist/platforms/larix.js +1 -1
  36. package/dist/platforms/lifinity.js +2 -1
  37. package/dist/platforms/lince.js +2 -1
  38. package/dist/platforms/lombard.js +1 -1
  39. package/dist/platforms/loopscale.js +2 -2
  40. package/dist/platforms/maestro.js +1 -1
  41. package/dist/platforms/maple.js +2 -1
  42. package/dist/platforms/marginfi.js +1 -1
  43. package/dist/platforms/melee.js +1 -1
  44. package/dist/platforms/metengine.js +1 -1
  45. package/dist/platforms/meteora.js +1 -1
  46. package/dist/platforms/mintech.js +2 -2
  47. package/dist/platforms/mooncake.js +1 -1
  48. package/dist/platforms/moose.js +2 -1
  49. package/dist/platforms/nirvana.js +2 -2
  50. package/dist/platforms/ondo-finance.js +1 -1
  51. package/dist/platforms/orca.js +1 -1
  52. package/dist/platforms/paraswap.js +1 -1
  53. package/dist/platforms/parcl.js +1 -1
  54. package/dist/platforms/parrot.js +1 -1
  55. package/dist/platforms/phoenix.js +2 -2
  56. package/dist/platforms/photon.js +1 -1
  57. package/dist/platforms/picasso.js +1 -1
  58. package/dist/platforms/piggybank.js +2 -1
  59. package/dist/platforms/port.js +1 -1
  60. package/dist/platforms/psy.js +1 -1
  61. package/dist/platforms/pumpkin.js +3 -2
  62. package/dist/platforms/pumpswap.js +1 -1
  63. package/dist/platforms/pyra.js +1 -1
  64. package/dist/platforms/pyth.js +2 -2
  65. package/dist/platforms/raydium.js +1 -1
  66. package/dist/platforms/reflect.js +2 -1
  67. package/dist/platforms/saber.js +1 -1
  68. package/dist/platforms/save.js +2 -1
  69. package/dist/platforms/serum.js +1 -1
  70. package/dist/platforms/sharky.js +2 -2
  71. package/dist/platforms/spice.js +1 -1
  72. package/dist/platforms/stakewise.js +1 -1
  73. package/dist/platforms/stakewiz.d.ts +3 -0
  74. package/dist/platforms/stakewiz.js +16 -0
  75. package/dist/platforms/switchboard.js +1 -1
  76. package/dist/platforms/thevault.js +2 -2
  77. package/dist/platforms/vaultka.js +2 -1
  78. package/dist/platforms/voltr.js +1 -1
  79. package/dist/platforms/whalesmarket.js +3 -3
  80. package/dist/platforms/zeta.js +2 -1
  81. package/dist/types.d.ts +1 -1
  82. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -24,16 +24,19 @@ const platforms = index_1.platforms.map((p) => ({
24
24
  isDeprecated: p.isDeprecated || false,
25
25
  }));
26
26
  exports.platforms = platforms;
27
- const services = index_2.services.map((s) => ({
28
- ...s,
29
- contracts: s.contractsRaw.map((c) => ({
30
- ...c,
31
- id: `${c.networkId}-${c.address}`,
32
- platformId: s.platformId,
33
- serviceId: s.id,
34
- networkId: c.networkId,
35
- })),
36
- }));
27
+ const services = index_2.services.map((s) => {
28
+ const { contractsRaw, ...rest } = s;
29
+ return {
30
+ ...rest,
31
+ contracts: contractsRaw.map((c) => ({
32
+ ...c,
33
+ id: `${c.networkId}-${c.address}`,
34
+ platformId: s.platformId,
35
+ serviceId: s.id,
36
+ networkId: c.networkId,
37
+ })),
38
+ };
39
+ });
37
40
  exports.services = services;
38
41
  const contracts = services
39
42
  .map((s) => s.contracts)
@@ -6,7 +6,7 @@ exports.platform = {
6
6
  name: "Adrastea",
7
7
  description: "Adrastea is a composable leverage protocol that facilitates isolated boosting, with a primary mission to simplify the process and amplify the yield.",
8
8
  defiLlamaId: "adrastea",
9
- tags: ["dapp"],
9
+ tags: ["dapp", "defi", "lending", "vault"],
10
10
  links: {
11
11
  website: "https://app.adrastea.fi/",
12
12
  discord: "https://discord.gg/adrasteafinance",
@@ -14,5 +14,6 @@ exports.platform = {
14
14
  github: "https://github.com/adrasteafinance",
15
15
  documentation: "https://docs.adrastea.fi/",
16
16
  },
17
+ isDeprecated: true,
17
18
  };
18
19
  exports.services = [];
@@ -5,7 +5,7 @@ exports.platform = {
5
5
  id: "akuma",
6
6
  name: "Akuma",
7
7
  description: "Akuma is an NFT collection blending Japanese folklore and technology, featuring staking rewards and play-to-earn gaming mechanics.",
8
- tags: ["nft-collection"],
8
+ tags: ["nft-collection", "gaming"],
9
9
  links: {
10
10
  website: "https://staking.theakuma.xyz",
11
11
  twitter: "https://x.com/TheAkumaXYZ",
@@ -10,7 +10,7 @@ exports.platform = {
10
10
  website: "https://x.com/Aldrin_Exchange",
11
11
  twitter: "https://x.com/Aldrin_Exchange",
12
12
  },
13
- tags: ["dapp"],
13
+ tags: ["dapp", "dex", "amm"],
14
14
  isDeprecated: true,
15
15
  };
16
16
  const ammV1Contract = {
@@ -7,7 +7,7 @@ exports.platform = {
7
7
  name: "Armada",
8
8
  description: "Armada is a no-code token staking and liquidity management platform offering professionally managed, non-custodial strategies.",
9
9
  defiLlamaId: "armada-staking",
10
- tags: ["dapp"],
10
+ tags: ["dapp", "liquidity-provider", "amm"],
11
11
  isDeprecated: true,
12
12
  links: {
13
13
  website: "https://armada-alliance.com/",
@@ -6,7 +6,7 @@ exports.platform = {
6
6
  name: "Asgard Finance",
7
7
  description: "Asgard Finance is a leverage yield aggregation platform offering Credit Backed Positions (CBP) for capital-efficient DeFi strategies.",
8
8
  defiLlamaId: "asgard-finance",
9
- tags: ["dapp"],
9
+ tags: ["dapp", "defi", "vault"],
10
10
  links: {
11
11
  website: "https://asgardfi.com/",
12
12
  twitter: "https://x.com/asgardfi",
@@ -7,7 +7,7 @@ exports.platform = {
7
7
  name: "Banx",
8
8
  description: "Banx is a DeFi lending protocol for borrowing and lending against tokens and NFTs with no expiration and no price-based liquidation.",
9
9
  defiLlamaId: "banx",
10
- tags: ["dapp"],
10
+ tags: ["dapp", "lending", "defi"],
11
11
  links: {
12
12
  website: "https://banx.gg/",
13
13
  discord: "https://discord.com/invite/banxfromfrakt",
@@ -5,7 +5,7 @@ exports.platform = {
5
5
  id: "baskt",
6
6
  name: "baskt",
7
7
  description: "Baskt is a platform for creating and trading token baskets, enabling automated non-custodial narrative index investing across sectors like AI, DeSci, and memes.",
8
- tags: ["dapp"],
8
+ tags: ["dapp", "defi"],
9
9
  links: {
10
10
  website: "https://www.baskt.fun/",
11
11
  telegram: "https://t.me/basktfun",
@@ -13,5 +13,6 @@ exports.platform = {
13
13
  documentation: "https://www.baskt.fun/about#features",
14
14
  },
15
15
  tokens: ["Ejq4Xr7KwHtLPkfGr3DGkKSgyGCuZvsndeyj92yXpump"],
16
+ isDeprecated: true,
16
17
  };
17
18
  exports.services = [];
@@ -5,7 +5,7 @@ exports.platform = {
5
5
  id: "brawl",
6
6
  name: "Brawl AI",
7
7
  description: "Brawl AI Layer is a Layer-3 blockchain platform integrating AI-driven solutions into Web3 applications with monetization through User and Developer Nodes.",
8
- tags: ["tool"],
8
+ tags: ["tool", "infrastructure", "ai"],
9
9
  links: {
10
10
  website: "https://staking.brawlailayer.org/",
11
11
  twitter: "https://x.com/BrawlAILayer",
@@ -6,7 +6,7 @@ exports.platform = {
6
6
  id: "btcsol",
7
7
  name: "btcSOL",
8
8
  description: "btcSOL is a liquid staking token that converts SOL staking yield into daily BTC rewards through automatic zBTC purchases.",
9
- tags: ["dapp"],
9
+ tags: ["dapp", "lst", "defi"],
10
10
  links: {
11
11
  website: "https://btcsol.co/",
12
12
  discord: "https://discord.com/invite/zeusnetwork",
@@ -5,7 +5,7 @@ exports.platform = {
5
5
  id: "bulktrade",
6
6
  name: "Bulk Trade",
7
7
  description: "Bulk Trade is a perpetual futures DEX targeting sub-20ms latency and validator-integrated order matching.",
8
- tags: ["dapp"],
8
+ tags: ["dapp", "dex", "trading"],
9
9
  links: {
10
10
  website: "https://www.bulk.trade/",
11
11
  discord: "https://discord.gg/bulk",
@@ -12,6 +12,6 @@ exports.platform = {
12
12
  discord: "https://discord.gg/circuittrade",
13
13
  documentation: "https://docs.circuit.trade/",
14
14
  },
15
- tags: ["dapp"],
15
+ tags: ["dapp", "vault", "trading"],
16
16
  };
17
17
  exports.services = [];
@@ -13,7 +13,7 @@ exports.platform = {
13
13
  twitter: "https://twitter.com/FamousFoxFed",
14
14
  documentation: "https://citrus.famousfoxes.com/faq",
15
15
  },
16
- tags: ["dapp"],
16
+ tags: ["dapp", "lending", "defi"],
17
17
  };
18
18
  const lendingContract = {
19
19
  name: "Lending",
@@ -7,7 +7,7 @@ exports.platform = {
7
7
  name: "Drift",
8
8
  description: "Drift brings on-chain, cross-margined perpetual futures. Making futures DEXs the best way to trade.",
9
9
  defiLlamaId: "parent#drift",
10
- tags: ["dapp"],
10
+ tags: ["dapp", "dex", "trading", "vault", "defi"],
11
11
  links: {
12
12
  website: "https://www.drift.trade/",
13
13
  discord: "https://discord.com/invite/fMcZBH8ErM",
@@ -14,7 +14,7 @@ exports.platform = {
14
14
  github: "https://github.com/exponent-finance",
15
15
  documentation: "https://docs.exponent.finance/",
16
16
  },
17
- tags: ["dapp"],
17
+ tags: ["dapp", "defi", "vault"],
18
18
  };
19
19
  const contract = {
20
20
  name: "Core",
@@ -15,7 +15,7 @@ exports.platform = {
15
15
  github: "https://github.com/lulo-labs",
16
16
  documentation: "https://docs.lulo.fi/",
17
17
  },
18
- tags: ["dapp"],
18
+ tags: ["dapp", "lending", "defi"],
19
19
  };
20
20
  const contract = {
21
21
  name: "Router",
@@ -2,4 +2,5 @@ import { PlatformRaw, ServiceRaw } from "../types";
2
2
  export declare const platform: PlatformRaw;
3
3
  export declare const launchpadService: ServiceRaw;
4
4
  export declare const decisionMarketService: ServiceRaw;
5
+ export declare const ICOService: ServiceRaw;
5
6
  export declare const services: ServiceRaw[];
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.services = exports.decisionMarketService = exports.launchpadService = exports.platform = void 0;
3
+ exports.services = exports.ICOService = exports.decisionMarketService = exports.launchpadService = exports.platform = void 0;
4
4
  const types_1 = require("../types");
5
5
  exports.platform = {
6
6
  id: "futarchy",
@@ -36,6 +36,11 @@ const ammContract = {
36
36
  address: "AMMyu265tkBpRW21iGQxKGLaves3gKm2JcMUqfXNSpqD",
37
37
  networkId: types_1.NetworkId.solana,
38
38
  };
39
+ const ICOContract = {
40
+ name: "ICO",
41
+ address: "moontUzsdepotRGe5xsfip7vLPTJnVuafqdUWexVnPM",
42
+ networkId: types_1.NetworkId.solana,
43
+ };
39
44
  exports.launchpadService = {
40
45
  id: "futarchy-launchpad",
41
46
  name: "Launchpad",
@@ -52,4 +57,16 @@ exports.decisionMarketService = {
52
57
  link: "https://metadao.fi/",
53
58
  description: "Prediction market governance system where proposals pass or fail based on their predicted impact on token price via conditional markets.",
54
59
  };
55
- exports.services = [exports.launchpadService, exports.decisionMarketService];
60
+ exports.ICOService = {
61
+ id: "futarchy-ico",
62
+ name: "ICO",
63
+ platformId: exports.platform.id,
64
+ contractsRaw: [ICOContract],
65
+ link: "https://metadao.fi/",
66
+ description: "Raise money while putting ownership into the hands of your early users and believers.d",
67
+ };
68
+ exports.services = [
69
+ exports.launchpadService,
70
+ exports.decisionMarketService,
71
+ exports.ICOService,
72
+ ];
@@ -11,6 +11,6 @@ exports.platform = {
11
11
  twitter: "https://twitter.com/gauntlet_xyz",
12
12
  github: "https://github.com/gauntlet-networks",
13
13
  },
14
- tags: ["tool"],
14
+ tags: ["tool", "defi", "vault"],
15
15
  };
16
16
  exports.services = [];
@@ -14,7 +14,7 @@ exports.platform = {
14
14
  documentation: "https://docs.shdwdrive.com/",
15
15
  },
16
16
  tokens: ["SHDWyBxihqiCj6YekG2GUr7wqKLeLAMK1gHZck9pL6y"],
17
- tags: ["tool"],
17
+ tags: ["tool", "depin", "infrastructure"],
18
18
  };
19
19
  const stakingContract = {
20
20
  name: "Staking",
@@ -13,7 +13,7 @@ exports.platform = {
13
13
  documentation: "https://grass-foundation.gitbook.io/grass-docs",
14
14
  },
15
15
  tokens: ["Grass7B4RdKfBCjTKgSqnXkqjwiGvQyFbuSCUJr3XXjs"],
16
- tags: ["tool", "dapp"],
16
+ tags: ["tool", "dapp", "depin"],
17
17
  };
18
18
  const contract = {
19
19
  name: "Staking",
@@ -6,7 +6,7 @@ exports.platform = {
6
6
  id: "growcorp",
7
7
  name: "Grow Corp",
8
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"],
9
+ tags: ["tool", "gaming"],
10
10
  links: {
11
11
  website: "https://growcorp.org/",
12
12
  twitter: "https://x.com/growingcorp",
@@ -6,7 +6,7 @@ exports.platform = {
6
6
  id: "haven",
7
7
  name: "Haven",
8
8
  description: "Haven is an automated leverage management platform powered by Solauto for self-rebalancing positions.",
9
- tags: ["dapp"],
9
+ tags: ["dapp", "defi", "trading"],
10
10
  links: {
11
11
  website: "https://haven.trade/",
12
12
  twitter: "https://x.com/haven_fi",
@@ -14,7 +14,7 @@ exports.platform = {
14
14
  github: "https://github.com/Hedgehog-Markets",
15
15
  medium: "https://hedgehogmarkets.substack.com/",
16
16
  },
17
- tags: ["dapp"],
17
+ tags: ["dapp", "prediction", "defi"],
18
18
  };
19
19
  const ammContract = {
20
20
  name: "AMM",
@@ -10,6 +10,7 @@ exports.platform = {
10
10
  twitter: "https://x.com/HedgyMarket",
11
11
  documentation: "https://docs.hedgy.market/",
12
12
  },
13
- tags: ["dapp"],
13
+ tags: ["dapp", "defi", "vault"],
14
+ isDeprecated: true,
14
15
  };
15
16
  exports.services = [];
@@ -4,4 +4,5 @@ export declare const service: ServiceRaw;
4
4
  export declare const institutionalService: ServiceRaw;
5
5
  export declare const airdropService: ServiceRaw;
6
6
  export declare const stakingService: ServiceRaw;
7
+ export declare const primeService: ServiceRaw;
7
8
  export declare const services: ServiceRaw[];
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.services = exports.stakingService = exports.airdropService = exports.institutionalService = exports.service = exports.platform = void 0;
3
+ exports.services = exports.primeService = exports.stakingService = exports.airdropService = exports.institutionalService = exports.service = exports.platform = void 0;
4
4
  const types_1 = require("../types");
5
5
  exports.platform = {
6
6
  id: "huma",
@@ -39,6 +39,11 @@ const stakingContract = {
39
39
  address: "vsRJM68m7i18PwzTFphgPYXTujCgxEi28knpUwSmg3q",
40
40
  networkId: types_1.NetworkId.solana,
41
41
  };
42
+ const primeContract = {
43
+ name: "Prime",
44
+ address: "prm1azdDGzyqP76s3Hv2nuG3uLnBgR5u2d7pANwmmzC",
45
+ networkId: types_1.NetworkId.solana,
46
+ };
42
47
  exports.service = {
43
48
  id: `${exports.platform.id}-permissionless`,
44
49
  name: "Permissionless",
@@ -68,9 +73,17 @@ exports.stakingService = {
68
73
  contractsRaw: [stakingContract],
69
74
  description: "HUMA token staking for governance participation and earning protocol revenue share.",
70
75
  };
76
+ exports.primeService = {
77
+ id: `${exports.platform.id}-prime`,
78
+ name: "Prime",
79
+ platformId: exports.platform.id,
80
+ contractsRaw: [primeContract],
81
+ description: "Looping strategy vault for $PST.",
82
+ };
71
83
  exports.services = [
72
84
  exports.service,
73
85
  exports.institutionalService,
74
86
  exports.airdropService,
75
87
  exports.stakingService,
88
+ exports.primeService,
76
89
  ];
@@ -8,13 +8,13 @@ exports.platform = {
8
8
  description: "ILoop is an AI-optimized vault platform for automated LST and DeFi yield strategies.",
9
9
  defiLlamaId: "iloop",
10
10
  links: {
11
- website: "https://app.iloop.finance/",
11
+ website: "https://iloop.finance/",
12
12
  discord: "https://discord.com/invite/ffDUZZ4kuu",
13
13
  telegram: "https://t.me/iloophq",
14
14
  twitter: "https://twitter.com/iLoop_HQ",
15
15
  documentation: "https://iloop-1.gitbook.io/docs.iloop.finance",
16
16
  },
17
- tags: ["dapp"],
17
+ tags: ["dapp", "vault", "defi", "ai", "lst"],
18
18
  };
19
19
  const contract = {
20
20
  name: "Lending",
@@ -279,6 +279,7 @@ const spice = __importStar(require("./spice"));
279
279
  const squads = __importStar(require("./squads"));
280
280
  const stabble = __importStar(require("./stabble"));
281
281
  const stakewise = __importStar(require("./stakewise"));
282
+ const stakewiz = __importStar(require("./stakewiz"));
282
283
  const staratlas = __importStar(require("./staratlas"));
283
284
  const stepfinance = __importStar(require("./stepfinance"));
284
285
  const streamflow = __importStar(require("./streamflow"));
@@ -559,6 +560,7 @@ exports.platforms = [
559
560
  squads.platform,
560
561
  stabble.platform,
561
562
  stakewise.platform,
563
+ stakewiz.platform,
562
564
  staratlas.platform,
563
565
  stepfinance.platform,
564
566
  streamflow.platform,
@@ -840,6 +842,7 @@ exports.services = [
840
842
  ...squads.services,
841
843
  ...stabble.services,
842
844
  ...stakewise.services,
845
+ ...stakewiz.services,
843
846
  ...staratlas.services,
844
847
  ...stepfinance.services,
845
848
  ...streamflow.services,
@@ -10,7 +10,7 @@ exports.platform = {
10
10
  website: "https://jetprotocol.substack.com/",
11
11
  twitter: "https://x.com/jetprotocol",
12
12
  },
13
- tags: ["dapp"],
13
+ tags: ["dapp", "lending", "defi"],
14
14
  isDeprecated: true,
15
15
  };
16
16
  const mainContract = {
@@ -19,7 +19,7 @@ exports.platform = {
19
19
  "jtojtomepa8beP8AuQc6eXt5FriJwfFMwQx2v2f9mCL",
20
20
  "J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn",
21
21
  ],
22
- tags: ["tool"],
22
+ tags: ["lst", "infrastructure", "dapp", "defi", "restaking"],
23
23
  };
24
24
  const contract = {
25
25
  name: "Governance",
@@ -19,7 +19,7 @@ exports.platform = {
19
19
  "jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v",
20
20
  "JuprjznTrTSp2UFa3ZBUFgwdAmtZCq4MQCwysN55USD",
21
21
  ],
22
- tags: ["dapp", "lending", "trading"],
22
+ tags: ["dapp", "lending", "trading", "stablecoin", "defi"],
23
23
  };
24
24
  exports.jupiterV7Contract = {
25
25
  name: "Swap V7",
@@ -15,7 +15,7 @@ exports.platform = {
15
15
  documentation: "https://docs.kamino.finance/",
16
16
  },
17
17
  tokens: ["KMNo3nJsBXfcpJTVhZcXLW7RmTwTt4GVFE7suUBo9sS"],
18
- tags: ["dapp"],
18
+ tags: ["dapp", "lending", "vault", "defi"],
19
19
  };
20
20
  exports.lendContract = {
21
21
  name: "Kamino Lend",
@@ -9,7 +9,7 @@ exports.platform = {
9
9
  links: {
10
10
  website: "https://katana.so/",
11
11
  },
12
- tags: ["dapp"],
12
+ tags: ["dapp", "vault", "defi"],
13
13
  isDeprecated: true,
14
14
  };
15
15
  const putSellingContract = {
@@ -11,7 +11,7 @@ exports.platform = {
11
11
  twitter: "http://x.com/ProjectLarix",
12
12
  github: "https://github.com/ProjectLarix",
13
13
  },
14
- tags: ["dapp"],
14
+ tags: ["dapp", "lending", "defi"],
15
15
  isDeprecated: true,
16
16
  };
17
17
  const lendingContract = {
@@ -19,7 +19,8 @@ exports.platform = {
19
19
  "LFNTYraetVioAPnGJht4yNg2aUZFXR776cMeN9VMjXp",
20
20
  "xLfNTYy76B8Tiix3hA51Jyvc1kMSFV4sPdR7szTZsRu",
21
21
  ],
22
- tags: ["dapp"],
22
+ tags: ["dapp", "dex", "amm", "defi"],
23
+ isDeprecated: true,
23
24
  };
24
25
  const contract = {
25
26
  name: "Locker",
@@ -12,7 +12,8 @@ exports.platform = {
12
12
  discord: "https://discord.gg/lincefinance",
13
13
  telegram: "https://t.me/LinceFinance",
14
14
  },
15
- tags: ["dapp"],
15
+ tags: ["dapp", "lending", "vault", "defi"],
16
+ addedAt: 1757419200000,
16
17
  };
17
18
  const contract = {
18
19
  name: "Lince",
@@ -6,7 +6,7 @@ exports.platform = {
6
6
  name: "Lombard",
7
7
  description: "Lombard is a Bitcoin staking protocol that issues LBTC, a yield-bearing liquid Bitcoin token backed 1:1 by BTC and secured by a decentralized validator network.",
8
8
  defiLlamaId: "parent#lombard-finance",
9
- tags: ["dapp"],
9
+ tags: ["dapp", "defi"],
10
10
  links: {
11
11
  website: "https://www.lombard.finance/",
12
12
  documentation: "https://docs.lombard.finance/",
@@ -7,13 +7,13 @@ exports.platform = {
7
7
  name: "Loopscale",
8
8
  description: "Loopscale is an order-book based lending protocol that matches lenders and borrowers directly for customizable loan terms on any asset.",
9
9
  links: {
10
- website: "https://app.loopscale.com/",
10
+ website: "https://loopscale.com/",
11
11
  discord: "https://discord.gg/loopscale",
12
12
  twitter: "https://x.com/Loopscale",
13
13
  github: "https://github.com/bridgesplit",
14
14
  documentation: "https://docs.loopscale.com/",
15
15
  },
16
- tags: ["dapp"],
16
+ tags: ["dapp", "lending", "defi"],
17
17
  };
18
18
  const contract = {
19
19
  name: "Loopscale",
@@ -11,7 +11,7 @@ exports.platform = {
11
11
  twitter: "https://x.com/MaestroBots",
12
12
  documentation: "https://docs.maestrobots.com/",
13
13
  },
14
- tags: ["tool"],
14
+ tags: ["tool", "trading"],
15
15
  };
16
16
  const contract = {
17
17
  name: "Router",
@@ -12,7 +12,8 @@ exports.platform = {
12
12
  twitter: "https://x.com/maplefinance",
13
13
  discord: "https://discord.gg/maple",
14
14
  },
15
- tags: ["dapp"],
15
+ tags: ["dapp", "lending", "institutional"],
16
+ tokens: ["AvZZF1YaZDziPY2RCK4oJrRVrbN3mTD9NL24hPeaZeUj"],
16
17
  };
17
18
  const contract = {
18
19
  name: "Lending",
@@ -15,7 +15,7 @@ exports.platform = {
15
15
  documentation: "https://docs.marginfi.com/",
16
16
  },
17
17
  tokens: ["LSTxxxnJzKDFSLr4dUkPcmCf5VyryEqzPLz5j4bpxFp"],
18
- tags: ["dapp"],
18
+ tags: ["dapp", "lending", "defi", "lst"],
19
19
  };
20
20
  const contract = {
21
21
  name: "Lending",
@@ -6,13 +6,13 @@ exports.platform = {
6
6
  id: "melee",
7
7
  name: "Melee",
8
8
  description: "Melee is a prediction market platform offering leveraged bets on real-world events with high potential returns.",
9
- tags: ["dapp"],
10
9
  links: {
11
10
  website: "https://alpha.melee.markets/",
12
11
  telegram: "https://t.me/meleealpha",
13
12
  twitter: "https://x.com/meleemarkets",
14
13
  documentation: "https://melee-1.gitbook.io/melee-docs",
15
14
  },
15
+ tags: ["dapp", "prediction", "defi"],
16
16
  };
17
17
  const contract = {
18
18
  name: "Prediction",
@@ -10,6 +10,6 @@ exports.platform = {
10
10
  discord: "https://discord.gg/metengine",
11
11
  twitter: "https://x.com/met_engine",
12
12
  },
13
- tags: ["dapp"],
13
+ tags: ["dapp", "tool", "trading"],
14
14
  };
15
15
  exports.services = [];
@@ -14,7 +14,7 @@ exports.platform = {
14
14
  github: "https://github.com/MeteoraAg",
15
15
  documentation: "https://docs.meteora.ag/",
16
16
  },
17
- tags: ["dapp"],
17
+ tags: ["dapp", "dex", "amm", "vault", "launchpad"],
18
18
  tokens: [
19
19
  "METvsvVRapdj9cFLzq4Tr43xK4tAjQfwX76z3n6mWQL",
20
20
  "MERt85fc5boKw3BW1eYdxonEuJNvXbiMbs6hvheau5K",
@@ -5,14 +5,14 @@ const types_1 = require("../types");
5
5
  exports.platform = {
6
6
  id: "mintech",
7
7
  name: "Mintech",
8
- description: "Mintech is a Telegram trading bot for Solana offering automated token sniping and trading features.",
8
+ description: "Mintech is a trading bot offering automated NFT sniping and trading features.",
9
9
  links: {
10
10
  website: "https://www.mintechbots.com/",
11
11
  discord: "https://discord.gg/mintech",
12
12
  twitter: "https://x.com/mintechbots",
13
13
  documentation: "https://mintechbots.gitbook.io/mintech-guide/getting-started/welcome",
14
14
  },
15
- tags: ["tool"],
15
+ tags: ["tool", "trading"],
16
16
  };
17
17
  const contract = {
18
18
  name: "Router",
@@ -11,7 +11,7 @@ exports.platform = {
11
11
  documentation: "https://docs.mooncake.fi/",
12
12
  twitter: "https://x.com/mooncake_fi",
13
13
  },
14
- tags: ["dapp"],
14
+ tags: ["dapp", "trading", "defi", "vault"],
15
15
  };
16
16
  const contract = {
17
17
  name: "Mooncake",
@@ -11,6 +11,7 @@ exports.platform = {
11
11
  twitter: "https://twitter.com/moose_market",
12
12
  documentation: "https://docs.moose.market/",
13
13
  },
14
- tags: ["dapp"],
14
+ tags: ["dapp", "vault", "defi"],
15
+ isDeprecated: true,
15
16
  };
16
17
  exports.services = [];
@@ -7,11 +7,11 @@ exports.platform = {
7
7
  name: "Nirvana",
8
8
  description: "Nirvana was a stablecoin protocol offering ANA, a partially-collateralized asset with a rising floor price, and NIRV superstable token.",
9
9
  defiLlamaId: "parent#nirvana",
10
- tags: ["dapp"],
10
+ tags: ["dapp", "defi"],
11
11
  links: {
12
12
  website: "https://www.nirvana.finance/",
13
13
  discord: "http://discord.gg/nirvanadao",
14
- twitter: "https://twitter.com/nirvana_fi",
14
+ twitter: "https://x.com/nirvana_fi",
15
15
  github: "https://github.com/orgs/AdrenaFoundation",
16
16
  documentation: "http://docs.nirvana.finance/",
17
17
  telegram: "https://t.me/nirvanafi",
@@ -13,6 +13,6 @@ exports.platform = {
13
13
  documentation: "https://docs.ondo.finance/",
14
14
  },
15
15
  tokens: ["A1KLoBrKBde8Ty9qtNQUtq3C2ortoC3u7twggz7sEto6"],
16
- tags: ["dapp"],
16
+ tags: ["dapp", "rwa", "institutional", "rwa"],
17
17
  };
18
18
  exports.services = [];
@@ -19,7 +19,7 @@ exports.platform = {
19
19
  "orcaEKTdK7LKz57vaAYr9QeNsVEPfiu6QeMU1kektZE",
20
20
  "xorcaYqbXUNz3474ubUMJAdu2xgPsew3rUCe5ughT3N",
21
21
  ],
22
- tags: ["dapp"],
22
+ tags: ["dapp", "dex", "amm", "defi"],
23
23
  };
24
24
  const pools = {
25
25
  name: `Orca Pools`,
@@ -13,6 +13,6 @@ exports.platform = {
13
13
  github: "https://github.com/paraswap",
14
14
  documentation: "https://developers.paraswap.network/",
15
15
  },
16
- tags: ["tool"],
16
+ tags: ["tool", "dex", "dapp", "defi", "bridge"],
17
17
  };
18
18
  exports.services = [];
@@ -15,7 +15,7 @@ exports.platform = {
15
15
  documentation: "https://docs.parcl.co/",
16
16
  },
17
17
  tokens: ["4LLbsb5ReP3yEtYzmXewyGjcir5uXtKFURtaEUVC2AHs"],
18
- tags: ["dapp"],
18
+ tags: ["dapp", "rwa", "trading"],
19
19
  };
20
20
  const mainContract = {
21
21
  name: "Liquidity & Trading",
@@ -10,7 +10,7 @@ exports.platform = {
10
10
  twitter: "https://x.com/gopartyparrot",
11
11
  github: "https://github.com/gopartyparrot",
12
12
  },
13
- tags: ["dapp"],
13
+ tags: ["dapp", "lending", "vault", "defi"],
14
14
  isDeprecated: true,
15
15
  };
16
16
  const lendingContract = {
@@ -10,11 +10,11 @@ exports.platform = {
10
10
  links: {
11
11
  website: "https://www.phoenix.trade/",
12
12
  discord: "https://discord.gg/ESaTYGzqpd",
13
- twitter: "https://twitter.com/PhoenixTrade",
13
+ twitter: "https://x.com/PhoenixTrade",
14
14
  github: "https://github.com/Ellipsis-Labs",
15
15
  documentation: "https://ellipsis-labs.gitbook.io/phoenix-dex/tRIkEFlLUzWK9uKO3W2V",
16
16
  },
17
- tags: ["dapp"],
17
+ tags: ["dapp", "dex", "trading", "defi"],
18
18
  };
19
19
  const contract = {
20
20
  name: "Market",
@@ -11,7 +11,7 @@ exports.platform = {
11
11
  twitter: "https://x.com/tradewithPhoton",
12
12
  telegram: "https://t.me/photonlounge",
13
13
  },
14
- tags: ["dapp"],
14
+ tags: ["dapp", "trading", "dex", "tool"],
15
15
  };
16
16
  const mainContract = {
17
17
  name: "Swap",
@@ -6,7 +6,7 @@ exports.platform = {
6
6
  id: "picasso",
7
7
  name: "Picasso",
8
8
  description: "Picasso was a cross-chain protocol enabling IBC bridging and multi-asset restaking between Solana and Cosmos ecosystems.",
9
- tags: ["dapp", "lst"],
9
+ tags: ["dapp", "lst", "bridge"],
10
10
  links: {
11
11
  website: "https://www.picasso.network/",
12
12
  discord: "https://discord.com/invite/composable",
@@ -6,12 +6,13 @@ exports.platform = {
6
6
  id: "piggybank",
7
7
  name: "Piggybank",
8
8
  description: "Piggybank is a DeFi platform offering vaults for xStocks and yield optimization strategies.",
9
- tags: ["dapp", "lst"],
9
+ tags: ["dapp", "vault", "defi"],
10
10
  links: {
11
11
  website: "https://www.piggybank.fi/",
12
12
  discord: "https://discord.gg/WNutXfvTgw",
13
13
  twitter: "https://x.com/piggybank_fi",
14
14
  },
15
+ addedAt: 1761652800000,
15
16
  };
16
17
  const legacyContract = {
17
18
  name: "Vault",
@@ -7,7 +7,7 @@ exports.platform = {
7
7
  name: "Port",
8
8
  defiLlamaId: "port-finance",
9
9
  isDeprecated: true,
10
- tags: ["dapp"],
10
+ tags: ["dapp", "lending", "defi"],
11
11
  links: {
12
12
  website: "https://mainnet.port.finance/lending",
13
13
  github: "https://github.com/port-finance",
@@ -9,7 +9,7 @@ exports.platform = {
9
9
  website: "https://x.com/PsyOptions",
10
10
  twitter: "https://x.com/PsyOptions",
11
11
  },
12
- tags: ["dapp"],
12
+ tags: ["dapp", "defi", "options"],
13
13
  isDeprecated: true,
14
14
  };
15
15
  const securedPutContract = {
@@ -6,13 +6,14 @@ exports.platform = {
6
6
  id: "pumpkin",
7
7
  name: "Pumpkin",
8
8
  description: "Token Launch Hub",
9
- tags: ["dapp"],
9
+ tags: ["dapp", "launchpad", "trading", "defi"],
10
10
  links: {
11
- website: "https://app.pumpkin.fun/",
11
+ website: "https://pumpkin.fun/",
12
12
  telegram: "https://t.me/pumpkindotfun",
13
13
  documentation: "https://pumpkindotfun.gitbook.io/",
14
14
  twitter: "https://x.com/pumpkindotfun",
15
15
  },
16
+ tokens: ["2RBko3xoz56aH69isQMUpzZd9NYHahhwC23A5F3Spkin"],
16
17
  };
17
18
  const contract = {
18
19
  name: "Staking",
@@ -7,7 +7,7 @@ exports.platform = {
7
7
  name: "PumpSwap",
8
8
  description: "Swap tokens on Pump.",
9
9
  defiLlamaId: "pumpswap",
10
- tags: ["dapp"],
10
+ tags: ["dapp", "dex", "amm", "defi"],
11
11
  links: {
12
12
  website: "https://swap.pump.fun/",
13
13
  telegram: "https://t.me/pumpfunsupport",
@@ -6,7 +6,7 @@ exports.platform = {
6
6
  id: "pyra",
7
7
  name: "Pyra",
8
8
  description: "Credit card and DeFi protocol",
9
- tags: ["dapp"],
9
+ tags: ["dapp", "defi", "payments", "lending"],
10
10
  links: {
11
11
  website: "https://www.pyra.fi/",
12
12
  discord: "https://discord.gg/GetPyra",
@@ -10,12 +10,12 @@ exports.platform = {
10
10
  links: {
11
11
  website: "https://pyth.network/",
12
12
  discord: "https://discord.com/invite/pythnetwork",
13
- twitter: "https://twitter.com/PythNetwork",
13
+ twitter: "https://x.com/PythNetwork",
14
14
  github: "https://github.com/pyth-network",
15
15
  documentation: "https://docs.pyth.network/home",
16
16
  },
17
17
  tokens: ["HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3"],
18
- tags: ["tool", "dapp"],
18
+ tags: ["tool", "dapp", "infrastructure", "oracle", "defi"],
19
19
  };
20
20
  const contract = {
21
21
  name: "Staking",
@@ -16,7 +16,7 @@ exports.platform = {
16
16
  twitter: "https://x.com/Raydium",
17
17
  },
18
18
  tokens: ["4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R"],
19
- tags: ["dapp"],
19
+ tags: ["dapp", "dex", "amm", "launchpad", "defi"],
20
20
  };
21
21
  const ammV4Contract = {
22
22
  name: "AMM v4",
@@ -11,7 +11,8 @@ exports.platform = {
11
11
  twitter: "https://x.com/reflectmoney",
12
12
  documentation: "https://docs.reflect.money/",
13
13
  },
14
- tags: ["dapp"],
14
+ tags: ["dapp", "stablecoin", "defi"],
15
+ tokens: ["usd63SVWcKqLeyNHpmVhZGYAqfE5RHE8jwqjRA2ida2"],
15
16
  };
16
17
  const contract = {
17
18
  name: "USDC+ Mint",
@@ -7,7 +7,7 @@ exports.platform = {
7
7
  name: "Saber",
8
8
  defiLlamaId: "saber",
9
9
  isDeprecated: true,
10
- tags: ["dapp"],
10
+ tags: ["dapp", "dex", "amm"],
11
11
  links: {
12
12
  website: "https://saberdao.io/",
13
13
  twitter: "https://x.com/thesaberdao",
@@ -7,7 +7,7 @@ exports.platform = {
7
7
  name: "Save",
8
8
  description: "Save (formerly Solend) is a decentralized lending and borrowing protocol with isolated pools and permissionless market creation.",
9
9
  defiLlamaId: "save",
10
- tags: ["dapp"],
10
+ tags: ["dapp", "lending", "defi", "lst"],
11
11
  links: {
12
12
  website: "https://save.finance/",
13
13
  discord: "https://discord.com/invite/J7m48UUPkJ",
@@ -18,6 +18,7 @@ exports.platform = {
18
18
  tokens: [
19
19
  "SLNDpmoWTVADgEdndyvWzroNL7zSi1dF9PC3xHGtPwp",
20
20
  "SAVEaeeqeXNKYb4Lyx28DkUms5gyZ76vGa6fCfdzWfK",
21
+ "SAVEDpx3nFNdzG3ymJfShYnrBuYy7LtQEABZQ3qtTFt",
21
22
  ],
22
23
  };
23
24
  exports.saveContract = {
@@ -11,7 +11,7 @@ exports.platform = {
11
11
  website: "https://projectserum.com/",
12
12
  twitter: "https://x.com/projectserum",
13
13
  },
14
- tags: ["dapp"],
14
+ tags: ["dapp", "dex"],
15
15
  tokens: ["SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt"],
16
16
  };
17
17
  const contract = {
@@ -7,11 +7,11 @@ exports.platform = {
7
7
  name: "Sharky",
8
8
  description: "Sharky is an escrowless NFT lending and borrowing protocol where users can borrow SOL against NFTs or lend SOL to earn yield.",
9
9
  defiLlamaId: "sharky",
10
- tags: ["dapp"],
10
+ tags: ["dapp", "lending", "defi", "nft"],
11
11
  links: {
12
12
  website: "https://sharky.fi/",
13
13
  discord: "https://discord.gg/sharkyfi",
14
- twitter: "https://twitter.com/SharkyFi",
14
+ twitter: "https://x.com/SharkyFi",
15
15
  github: "https://github.com/SharkyFi",
16
16
  },
17
17
  tokens: ["SHARKSYJjqaNyxVfrpnBN9pjgkhwDhatnMyicWPnr1s"],
@@ -10,7 +10,7 @@ exports.platform = {
10
10
  website: "https://staking.spicecoin.com/",
11
11
  twitter: "https://x.com/spiceonsol",
12
12
  },
13
- tags: ["dapp"],
13
+ tags: ["dapp", "gaming"],
14
14
  };
15
15
  const stakingContract = {
16
16
  name: "Staking",
@@ -14,6 +14,6 @@ exports.platform = {
14
14
  documentation: "https://docs.stakewise.io/",
15
15
  },
16
16
  tokens: ["LAinEtNLgpmCP9Rvsf5Hn8W6EhNiKLZQti1xfWMLy6X"],
17
- tags: ["tool"],
17
+ tags: ["tool", "lst", "dapp"],
18
18
  };
19
19
  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: "stakewiz",
6
+ name: "Stakewiz",
7
+ description: "Stakewiz is a validator monitoring and analytics platform for Solana, providing real-time performance metrics, stake distribution data, and insights to help users make informed staking decisions.",
8
+ defiLlamaId: "stakewise",
9
+ links: {
10
+ website: "https://stakewiz.com/",
11
+ twitter: "https://x.com/laine_sa_",
12
+ },
13
+ tokens: ["LAinEtNLgpmCP9Rvsf5Hn8W6EhNiKLZQti1xfWMLy6X"],
14
+ tags: ["tool", "dapp", "lst"],
15
+ };
16
+ exports.services = [];
@@ -15,7 +15,7 @@ exports.platform = {
15
15
  medium: "https://switchboardxyz.medium.com/",
16
16
  documentation: "https://docs.switchboard.xyz/",
17
17
  },
18
- tags: ["tool"],
18
+ tags: ["tool", "infrastructure", "oracle"],
19
19
  tokens: ["SW1TCHLmRGTfW5xZknqQdpdarB8PD95sJYWpNp9TbFx"],
20
20
  };
21
21
  const contract = {
@@ -9,12 +9,12 @@ exports.platform = {
9
9
  links: {
10
10
  website: "https://thevault.finance/",
11
11
  discord: "https://discord.gg/aQC53CGgQY",
12
- twitter: "https://twitter.com/thevaultfinance",
12
+ twitter: "https://x.com/thevaultfinance",
13
13
  github: "https://github.com/SolanaVault",
14
14
  documentation: "https://docs.thevault.finance/",
15
15
  },
16
16
  tokens: ["vSoLxydx6akxyMD9XEcPvGYNGq6Nn66oqVb3UkGkei7"],
17
- tags: ["dapp"],
17
+ tags: ["dapp", "lst"],
18
18
  };
19
19
  const unstakePoolContract = {
20
20
  name: "Unstake Pool",
@@ -14,7 +14,8 @@ exports.platform = {
14
14
  medium: "https://medium.com/@Vaultka",
15
15
  documentation: "https://docs.vaultka.com/",
16
16
  },
17
- tags: ["dapp"],
17
+ tags: ["dapp", "lending", "vault"],
18
+ isDeprecated: true,
18
19
  };
19
20
  const lendingV1Contracts = [
20
21
  "DE7BUY3Fa4CRc44RxRDpcknbCT6mYTY3LpZNFET7k3Hz",
@@ -11,7 +11,7 @@ exports.platform = {
11
11
  github: "https://github.com/voltrxyz",
12
12
  documentation: "https://docs.voltr.xyz/",
13
13
  },
14
- tags: ["dapp"],
14
+ tags: ["dapp", "vault", "defi"],
15
15
  };
16
16
  const mainContract = {
17
17
  name: "Vault",
@@ -5,17 +5,17 @@ const types_1 = require("../types");
5
5
  exports.platform = {
6
6
  id: "whalesmarket",
7
7
  name: "Whales Market",
8
- description: "Trade like a pro with advanced tools and features at your fingertips",
8
+ description: "Whales Market is a decentralized OTC trading platform for pre-TGE tokens and allocations, offering trustless P2P trading with smart contract-secured settlements, collateral locks, and on-chain transparency across multiple blockchain ecosystems.",
9
9
  defiLlamaId: "whales-market",
10
10
  links: {
11
11
  website: "https://app.whales.market/",
12
12
  discord: "https://discord.com/invite/whalesmarket",
13
- twitter: "https://twitter.com/WhalesMarket",
13
+ twitter: "https://x.com/WhalesMarket",
14
14
  github: "https://github.com/Whales-Market/",
15
15
  documentation: "https://docs.whales.market/",
16
16
  },
17
17
  tokens: ["GTH3wG3NErjwcf7VGCoXEXkgXSHvYhx5gtATeeM5JAS1"],
18
- tags: ["dapp"],
18
+ tags: ["dapp", "prediction", "trading"],
19
19
  };
20
20
  const contract = {
21
21
  name: "Prediction Market",
@@ -16,7 +16,8 @@ exports.platform = {
16
16
  documentation: "https://docs.zeta.markets/",
17
17
  },
18
18
  tokens: ["ZEXy1pqteRu3n13kdyh4LwPQknkFk3GzmMYMuNadWPo"],
19
- tags: ["dapp"],
19
+ tags: ["dapp", "dex", "trading"],
20
+ isDeprecated: true,
20
21
  };
21
22
  const mainContract = {
22
23
  name: "Markets",
package/dist/types.d.ts CHANGED
@@ -20,7 +20,7 @@ export type Platform = {
20
20
  documentation?: string;
21
21
  };
22
22
  };
23
- 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";
23
+ 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";
24
24
  type Optional<T, K extends keyof T> = Pick<Partial<T>, K> & Omit<T, K>;
25
25
  export type PlatformRaw = Omit<Optional<Platform, "isDeprecated">, "image">;
26
26
  export type Service = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/platform-list",
3
- "version": "1.2.46",
3
+ "version": "1.2.49",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",