@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.
|
@@ -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 = [];
|
package/dist/platforms/index.js
CHANGED
|
@@ -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",
|