@jup-ag/platform-list 1.2.45 → 1.2.48

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/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)
@@ -14,6 +14,7 @@ exports.platform = {
14
14
  github: "https://github.com/1inch",
15
15
  documentation: "https://docs.1inch.io/",
16
16
  },
17
+ addedAt: 1763726400000,
17
18
  };
18
19
  const sourceContract = {
19
20
  name: "Cross-Chain Escrow Source",
@@ -19,6 +19,7 @@ exports.platform = {
19
19
  "AuQaustGiaqxRvj2gtCdrd22PBzTn8kM3kEPEkZCtuDw",
20
20
  "4yCLi5yWGzpTWMQ1iWHG5CrGYAdBkhyEdsuSugjDUqwj",
21
21
  ],
22
+ isDeprecated: true,
22
23
  };
23
24
  const contract = {
24
25
  name: "Main",
@@ -11,5 +11,6 @@ exports.platform = {
11
11
  twitter: "https://x.com/altudeso",
12
12
  github: "https://github.com/AltudePlatform",
13
13
  },
14
+ addedAt: 1765108800000,
14
15
  };
15
16
  exports.services = [];
@@ -13,6 +13,7 @@ exports.platform = {
13
13
  twitter: "https://x.com/Chopcorpsol",
14
14
  documentation: "https://chopcorp.io/about",
15
15
  },
16
+ addedAt: 1767606188000,
16
17
  tokens: ["1ogCsoK7ZqZwiYam9i7xq2j6Bf2LizT6iQtGSp6vCoT"],
17
18
  };
18
19
  const v3Contract = {
@@ -14,6 +14,7 @@ exports.platform = {
14
14
  documentation: "https://www.godl.supply/about",
15
15
  },
16
16
  tokens: ["GodL6KZ9uuUoQwELggtVzQkKmU1LfqmDokPibPeDKkhF"],
17
+ addedAt: 1764244800000,
17
18
  };
18
19
  const v3Contract = {
19
20
  name: "V3",
@@ -11,6 +11,7 @@ exports.platform = {
11
11
  website: "https://www.hastra.io/",
12
12
  twitter: "https://x.com/HastraFi",
13
13
  },
14
+ addedAt: 1764936000000,
14
15
  };
15
16
  const mintContract = {
16
17
  name: "Vault Mint",
@@ -12,7 +12,7 @@ exports.platform = {
12
12
  github: "https://github.com/helius-labs",
13
13
  documentation: "https://www.helius.dev/docs",
14
14
  },
15
- tags: ["tool"],
15
+ tags: ["tool", "infrastructure"],
16
16
  };
17
17
  exports.billingService = {
18
18
  id: `${exports.platform.id}-billing`,
@@ -0,0 +1,3 @@
1
+ import { PlatformRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: never[];
@@ -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: "humidifi",
6
+ name: "HumidiFi",
7
+ description: "HumidiFi is a proprietary AMM (prop AMM) on Solana using privately managed liquidity vaults to deliver tighter spreads, lower slippage, and reduced MEV exposure for traders.",
8
+ defiLlamaId: "humidifi",
9
+ addedAt: 1767865388000,
10
+ links: {
11
+ website: "https://humidifi.xyz/",
12
+ twitter: "https://x.com/humidifi",
13
+ },
14
+ tokens: ["WETZjtprkDMCcUxPi9PfWnowMRZkiGGHDb9rABuRZ2U"],
15
+ tags: ["liquidity-provider"],
16
+ };
17
+ exports.services = [];
@@ -147,6 +147,7 @@ const holdium = __importStar(require("./holdium"));
147
147
  const honeyland = __importStar(require("./honeyland"));
148
148
  const hubble = __importStar(require("./hubble"));
149
149
  const huma = __importStar(require("./huma"));
150
+ const humidifi = __importStar(require("./humidifi"));
150
151
  const hxro = __importStar(require("./hxro"));
151
152
  const hylo = __importStar(require("./hylo"));
152
153
  const iloop = __importStar(require("./iloop"));
@@ -426,6 +427,7 @@ exports.platforms = [
426
427
  honeyland.platform,
427
428
  hubble.platform,
428
429
  huma.platform,
430
+ humidifi.platform,
429
431
  hxro.platform,
430
432
  hylo.platform,
431
433
  iloop.platform,
@@ -706,6 +708,7 @@ exports.services = [
706
708
  ...honeyland.services,
707
709
  ...hubble.services,
708
710
  ...huma.services,
711
+ ...humidifi.services,
709
712
  ...hxro.services,
710
713
  ...hylo.services,
711
714
  ...iloop.services,
@@ -19,7 +19,7 @@ exports.platform = {
19
19
  "jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v",
20
20
  "JuprjznTrTSp2UFa3ZBUFgwdAmtZCq4MQCwysN55USD",
21
21
  ],
22
- tags: ["dapp"],
22
+ tags: ["dapp", "lending", "trading"],
23
23
  };
24
24
  exports.jupiterV7Contract = {
25
25
  name: "Swap V7",
@@ -12,7 +12,7 @@ exports.platform = {
12
12
  twitter: "https://twitter.com/JupiterExchange",
13
13
  github: "https://github.com/jup-ag",
14
14
  },
15
- tags: ["dapp"],
15
+ tags: ["dapp", "prediction"],
16
16
  };
17
17
  const contract = {
18
18
  name: "Prediction Market",
@@ -13,6 +13,7 @@ exports.platform = {
13
13
  twitter: "https://x.com/nodepay",
14
14
  telegram: "https://t.me/nodepaycommunitychat",
15
15
  },
16
+ addedAt: 1761912000000,
16
17
  };
17
18
  const stakingContract = {
18
19
  name: "Staking",
@@ -12,6 +12,7 @@ exports.platform = {
12
12
  twitter: "https://x.com/nearprotocol",
13
13
  },
14
14
  tags: ["bridge", "dapp"],
15
+ addedAt: 1763380800000,
15
16
  };
16
17
  const bridge = {
17
18
  name: `Bridge`,
@@ -14,6 +14,7 @@ exports.platform = {
14
14
  documentation: "https://zorb.supply/about",
15
15
  },
16
16
  tokens: ["orebyr4mDiPDVgnfqvF5xiu5gKnh94Szuz8dqgNqdJn"],
17
+ addedAt: 1764072000000,
17
18
  };
18
19
  const v3Contract = {
19
20
  name: "V3",
@@ -12,6 +12,7 @@ exports.platform = {
12
12
  twitter: "https://x.com/theprivacycash",
13
13
  },
14
14
  tags: ["dapp"],
15
+ addedAt: 1761652800000,
15
16
  };
16
17
  const contract = {
17
18
  name: "Send",
@@ -16,6 +16,7 @@ exports.platform = {
16
16
  "soLvpPEDkN8D1Wgjezrb1oj4WjGtj17vynGm6t3jah6",
17
17
  "SoLvHDFVstC74Jr9eNLTDoG4goSUsn1RENmjNtFKZvW",
18
18
  ],
19
+ addedAt: 1764158400000,
19
20
  };
20
21
  exports.contract = {
21
22
  name: "Main",
@@ -11,5 +11,6 @@ exports.platform = {
11
11
  twitter: "https://x.com/trustfun_xyz",
12
12
  },
13
13
  tags: ["launchpad", "memecoin", "dapp"],
14
+ addedAt: 1765454400000,
14
15
  };
15
16
  exports.services = [];
@@ -12,6 +12,7 @@ exports.platform = {
12
12
  github: "https://github.com/helium/tuktuk",
13
13
  },
14
14
  tags: ["tool"],
15
+ addedAt: 1764244800000,
15
16
  };
16
17
  const contract = {
17
18
  name: "Schedule",
package/dist/types.d.ts CHANGED
@@ -7,6 +7,7 @@ export type Platform = {
7
7
  description?: string;
8
8
  defiLlamaId?: string;
9
9
  isDeprecated: boolean;
10
+ addedAt?: number;
10
11
  tokens?: string[];
11
12
  tags: PlatformTag[];
12
13
  links: {
@@ -19,7 +20,7 @@ export type Platform = {
19
20
  documentation?: string;
20
21
  };
21
22
  };
22
- 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";
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
24
  type Optional<T, K extends keyof T> = Pick<Partial<T>, K> & Omit<T, K>;
24
25
  export type PlatformRaw = Omit<Optional<Platform, "isDeprecated">, "image">;
25
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.45",
3
+ "version": "1.2.48",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",