@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.
- package/dist/platforms/archer.d.ts +3 -0
- package/dist/platforms/archer.js +14 -0
- package/dist/platforms/bonkfun.js +1 -1
- package/dist/platforms/index.js +6 -0
- package/dist/platforms/jupiter-jupuary.js +0 -1
- package/dist/platforms/jupiter-launchpad.js +0 -1
- package/dist/platforms/pathfinders.d.ts +3 -0
- package/dist/platforms/pathfinders.js +15 -0
- package/dist/platforms/triad.js +1 -1
- package/package.json +1 -1
|
@@ -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 = [];
|
package/dist/platforms/index.js
CHANGED
|
@@ -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,
|
|
@@ -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 = [];
|
package/dist/platforms/triad.js
CHANGED
|
@@ -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/
|
|
14
|
+
twitter: "https://x.com/triadmarkets",
|
|
15
15
|
github: "https://github.com/triadxyz",
|
|
16
16
|
documentation: "https://docs.triadfi.co/",
|
|
17
17
|
},
|