@jup-ag/platform-list 1.2.66 → 1.2.67

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.
@@ -14,7 +14,6 @@ exports.platform = {
14
14
  twitter: "https://x.com/FluxBeamDEX",
15
15
  documentation: "https://docs.fluxbeam.xyz/",
16
16
  },
17
- platformToken: "FLUXBmPhT3Fd1EDVFdg46YREqHBeNypn1h4EbnTzWERX",
18
17
  tags: ["dapp", "dex", "defi"],
19
18
  };
20
19
  const contract = {
@@ -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: "fluxbot",
6
+ name: "Fluxbot",
7
+ links: {
8
+ website: "https://fluxbot.xyz/",
9
+ twitter: "https://x.com/FluxBeamDEX",
10
+ documentation: "https://docs.fluxbot.xyz/",
11
+ },
12
+ platformToken: "FLUXBmPhT3Fd1EDVFdg46YREqHBeNypn1h4EbnTzWERX",
13
+ tags: ["tool", "trading"],
14
+ };
15
+ exports.services = [];
@@ -133,6 +133,7 @@ const flash = __importStar(require("./flash"));
133
133
  const flexlend = __importStar(require("./flexlend"));
134
134
  const flowmatic = __importStar(require("./flowmatic"));
135
135
  const fluxbeam = __importStar(require("./fluxbeam"));
136
+ const fluxbot = __importStar(require("./fluxbot"));
136
137
  const forwardindustries = __importStar(require("./forwardindustries"));
137
138
  const fragmetric = __importStar(require("./fragmetric"));
138
139
  const francium = __importStar(require("./francium"));
@@ -467,6 +468,7 @@ exports.platforms = [
467
468
  flexlend.platform,
468
469
  flowmatic.platform,
469
470
  fluxbeam.platform,
471
+ fluxbot.platform,
470
472
  forwardindustries.platform,
471
473
  fragmetric.platform,
472
474
  francium.platform,
@@ -802,6 +804,7 @@ exports.services = [
802
804
  ...flexlend.services,
803
805
  ...flowmatic.services,
804
806
  ...fluxbeam.services,
807
+ ...fluxbot.services,
805
808
  ...forwardindustries.services,
806
809
  ...fragmetric.services,
807
810
  ...francium.services,
@@ -20,7 +20,7 @@ exports.platform = {
20
20
  "JuprjznTrTSp2UFa3ZBUFgwdAmtZCq4MQCwysN55USD",
21
21
  ],
22
22
  platformToken: "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
23
- tags: ["dapp", "lending", "trading", "stablecoin", "defi", "lst"],
23
+ tags: ["dapp", "lending", "trading", "stablecoin", "defi", "lst", "wallet"],
24
24
  };
25
25
  exports.jupiterV7Contract = {
26
26
  name: "Swap V7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/platform-list",
3
- "version": "1.2.66",
3
+ "version": "1.2.67",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",