@jup-ag/platform-list 1.2.39 → 1.2.41

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,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: "altude",
6
+ name: "Altude",
7
+ tags: ["tool"],
8
+ links: {
9
+ website: "https://altude.so/",
10
+ discord: "https://discord.gg/9gPsQeZD7x",
11
+ twitter: "https://x.com/altudeso",
12
+ github: "https://github.com/AltudePlatform",
13
+ },
14
+ };
15
+ exports.services = [];
@@ -44,6 +44,7 @@ const akuma = __importStar(require("./akuma"));
44
44
  const aldrin = __importStar(require("./aldrin"));
45
45
  const allbridge = __importStar(require("./allbridge"));
46
46
  const alldomains = __importStar(require("./alldomains"));
47
+ const altude = __importStar(require("./altude"));
47
48
  const amulet = __importStar(require("./amulet"));
48
49
  const armada = __importStar(require("./armada"));
49
50
  const artrade = __importStar(require("./artrade"));
@@ -290,6 +291,7 @@ const tiplink = __importStar(require("./tiplink"));
290
291
  const titan = __importStar(require("./titan"));
291
292
  const triad = __importStar(require("./triad"));
292
293
  const tribeca = __importStar(require("./tribeca"));
294
+ const trustfun = __importStar(require("./trustfun"));
293
295
  const tuktuk = __importStar(require("./tuktuk"));
294
296
  const tulip = __importStar(require("./tulip"));
295
297
  const underdog = __importStar(require("./underdog"));
@@ -321,6 +323,7 @@ exports.platforms = [
321
323
  aldrin.platform,
322
324
  allbridge.platform,
323
325
  alldomains.platform,
326
+ altude.platform,
324
327
  amulet.platform,
325
328
  armada.platform,
326
329
  artrade.platform,
@@ -567,6 +570,7 @@ exports.platforms = [
567
570
  titan.platform,
568
571
  triad.platform,
569
572
  tribeca.platform,
573
+ trustfun.platform,
570
574
  tuktuk.platform,
571
575
  tulip.platform,
572
576
  underdog.platform,
@@ -599,6 +603,7 @@ exports.services = [
599
603
  ...aldrin.services,
600
604
  ...allbridge.services,
601
605
  ...alldomains.services,
606
+ ...altude.services,
602
607
  ...amulet.services,
603
608
  ...armada.services,
604
609
  ...artrade.services,
@@ -845,6 +850,7 @@ exports.services = [
845
850
  ...titan.services,
846
851
  ...triad.services,
847
852
  ...tribeca.services,
853
+ ...trustfun.services,
848
854
  ...tuktuk.services,
849
855
  ...tulip.services,
850
856
  ...underdog.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: "trustfun",
6
+ name: "TrustFUN",
7
+ description: "Token launch platform enabling new projects to bootstrap liquidity and distribute tokens through fair launch mechanics.",
8
+ links: {
9
+ website: "https://trustfun.xyz/",
10
+ documentation: "https://trustfun.xyz/terms-conditions",
11
+ twitter: "https://x.com/trustfun_xyz",
12
+ },
13
+ tags: ["launchpad", "memecoin", "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.39",
3
+ "version": "1.2.41",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",