@jup-ag/platform-list 1.2.62 → 1.2.63

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,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.services = exports.platform = void 0;
4
+ exports.platform = {
5
+ id: "archer",
6
+ name: "Archer",
7
+ description: "Archer eliminates latency races and brings you the most competitive prices for trading spots/perps",
8
+ links: {
9
+ website: "https://www.archer.exchange/",
10
+ twitter: "https://x.com/ArcherExchange_",
11
+ },
12
+ tags: ["dex"],
13
+ };
14
+ exports.services = [];
@@ -7,7 +7,7 @@ exports.platform = {
7
7
  description: "Meme token launchpad.",
8
8
  links: {
9
9
  website: "https://bonk.fun/",
10
- twitter: "https://x.com/bonk_fun",
10
+ twitter: "https://x.com/bonkfun",
11
11
  },
12
12
  defiLlamaId: "letsbonk.fun",
13
13
  tags: ["launchpad", "dapp"],
@@ -49,6 +49,7 @@ const altude = __importStar(require("./altude"));
49
49
  const amppay = __importStar(require("./amppay"));
50
50
  const amulet = __importStar(require("./amulet"));
51
51
  const antfun = __importStar(require("./antfun"));
52
+ const archer = __importStar(require("./archer"));
52
53
  const armada = __importStar(require("./armada"));
53
54
  const artrade = __importStar(require("./artrade"));
54
55
  const asgardfi = __importStar(require("./asgardfi"));
@@ -239,6 +240,7 @@ const pancakeswap = __importStar(require("./pancakeswap"));
239
240
  const paraswap = __importStar(require("./paraswap"));
240
241
  const parcl = __importStar(require("./parcl"));
241
242
  const parrot = __importStar(require("./parrot"));
243
+ const pathfinders = __importStar(require("./pathfinders"));
242
244
  const paxos = __importStar(require("./paxos"));
243
245
  const perena = __importStar(require("./perena"));
244
246
  const phantom = __importStar(require("./phantom"));
@@ -362,6 +364,7 @@ exports.platforms = [
362
364
  amppay.platform,
363
365
  amulet.platform,
364
366
  antfun.platform,
367
+ archer.platform,
365
368
  armada.platform,
366
369
  artrade.platform,
367
370
  asgardfi.platform,
@@ -552,6 +555,7 @@ exports.platforms = [
552
555
  paraswap.platform,
553
556
  parcl.platform,
554
557
  parrot.platform,
558
+ pathfinders.platform,
555
559
  paxos.platform,
556
560
  perena.platform,
557
561
  phantom.platform,
@@ -676,6 +680,7 @@ exports.services = [
676
680
  ...amppay.services,
677
681
  ...amulet.services,
678
682
  ...antfun.services,
683
+ ...archer.services,
679
684
  ...armada.services,
680
685
  ...artrade.services,
681
686
  ...asgardfi.services,
@@ -866,6 +871,7 @@ exports.services = [
866
871
  ...paraswap.services,
867
872
  ...parcl.services,
868
873
  ...parrot.services,
874
+ ...pathfinders.services,
869
875
  ...paxos.services,
870
876
  ...perena.services,
871
877
  ...phantom.services,
@@ -8,7 +8,6 @@ exports.platform = {
8
8
  description: "Jupuary is Jupiter's annual airdrop event for their governance token.",
9
9
  links: {
10
10
  website: "https://jupuary.jup.ag/",
11
- twitter: "https://x.com/JupiterExchange",
12
11
  },
13
12
  tags: ["dao"],
14
13
  };
@@ -8,7 +8,6 @@ exports.platform = {
8
8
  description: "Ultimate decentralised distribution stack",
9
9
  links: {
10
10
  website: "https://lfg.jup.ag/",
11
- twitter: "https://x.com/JupiterExchange",
12
11
  },
13
12
  tags: ["tool"],
14
13
  };
@@ -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: "pathfinders",
6
+ name: "Pathfinders",
7
+ links: {
8
+ website: "https://pathfinders.gg",
9
+ twitter: "https://x.com/Pathfinders__",
10
+ },
11
+ tags: ["nft-collection"],
12
+ tokens: ["pathdXw4He1Xk3eX84pDdDZnGKEme3GivBamGCVPZ5a"],
13
+ isDeprecated: true,
14
+ };
15
+ exports.services = [];
@@ -11,7 +11,7 @@ exports.platform = {
11
11
  website: "https://app.triadfi.co/",
12
12
  discord: "http://discord.gg/triadfi",
13
13
  telegram: "https://t.me/triad369",
14
- twitter: "https://x.com/triadfi",
14
+ twitter: "https://x.com/triadmarkets",
15
15
  github: "https://github.com/triadxyz",
16
16
  documentation: "https://docs.triadfi.co/",
17
17
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/platform-list",
3
- "version": "1.2.62",
3
+ "version": "1.2.63",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",