@jup-ag/platform-list 1.2.61 → 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/diversifi.d.ts +3 -0
- package/dist/platforms/diversifi.js +26 -0
- package/dist/platforms/index.js +18 -0
- package/dist/platforms/jupiter-jupuary.js +0 -2
- package/dist/platforms/jupiter-launchpad.js +0 -2
- package/dist/platforms/jupiter-mobile.d.ts +3 -0
- package/dist/platforms/jupiter-mobile.js +14 -0
- package/dist/platforms/jupiter-pm.js +0 -1
- package/dist/platforms/jupiter-wallet.js +0 -1
- package/dist/platforms/pathfinders.d.ts +3 -0
- package/dist/platforms/pathfinders.js +15 -0
- package/dist/platforms/refihub.d.ts +3 -0
- package/dist/platforms/refihub.js +16 -0
- package/dist/platforms/solanamobile.d.ts +9 -0
- package/dist/platforms/solanamobile.js +30 -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 = [];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "diversifi",
|
|
7
|
+
name: "DiversiFi",
|
|
8
|
+
description: "The Platform for Onchain Index Trading ",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://diversifi.trade/",
|
|
11
|
+
twitter: "https://x.com/useDiversiFi",
|
|
12
|
+
},
|
|
13
|
+
tags: ["trading", "defi"],
|
|
14
|
+
};
|
|
15
|
+
const contract = {
|
|
16
|
+
address: "3vyr9DRfMZb2KvUQdnps7YG3PY38XdguLBQaJ2DFkSxk",
|
|
17
|
+
name: "Main",
|
|
18
|
+
networkId: types_1.NetworkId.solana,
|
|
19
|
+
};
|
|
20
|
+
const service = {
|
|
21
|
+
id: `${exports.platform.id}-main`,
|
|
22
|
+
name: "Main",
|
|
23
|
+
platformId: exports.platform.id,
|
|
24
|
+
contractsRaw: [contract],
|
|
25
|
+
};
|
|
26
|
+
exports.services = [service];
|
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"));
|
|
@@ -105,6 +106,7 @@ const degenapeacademy = __importStar(require("./degenapeacademy"));
|
|
|
105
106
|
const degencoinflip = __importStar(require("./degencoinflip"));
|
|
106
107
|
const degods = __importStar(require("./degods"));
|
|
107
108
|
const dflow = __importStar(require("./dflow"));
|
|
109
|
+
const diversifi = __importStar(require("./diversifi"));
|
|
108
110
|
const divvy = __importStar(require("./divvy"));
|
|
109
111
|
const domin8 = __importStar(require("./domin8"));
|
|
110
112
|
const doubleup = __importStar(require("./doubleup"));
|
|
@@ -172,6 +174,7 @@ const jupiterExchange = __importStar(require("./jupiter-exchange"));
|
|
|
172
174
|
const jupiterGovernance = __importStar(require("./jupiter-governance"));
|
|
173
175
|
const jupiterJupuary = __importStar(require("./jupiter-jupuary"));
|
|
174
176
|
const jupiterLaunchpad = __importStar(require("./jupiter-launchpad"));
|
|
177
|
+
const jupiterMobile = __importStar(require("./jupiter-mobile"));
|
|
175
178
|
const jupiterPm = __importStar(require("./jupiter-pm"));
|
|
176
179
|
const jupiterWallet = __importStar(require("./jupiter-wallet"));
|
|
177
180
|
const kamino = __importStar(require("./kamino"));
|
|
@@ -237,6 +240,7 @@ const pancakeswap = __importStar(require("./pancakeswap"));
|
|
|
237
240
|
const paraswap = __importStar(require("./paraswap"));
|
|
238
241
|
const parcl = __importStar(require("./parcl"));
|
|
239
242
|
const parrot = __importStar(require("./parrot"));
|
|
243
|
+
const pathfinders = __importStar(require("./pathfinders"));
|
|
240
244
|
const paxos = __importStar(require("./paxos"));
|
|
241
245
|
const perena = __importStar(require("./perena"));
|
|
242
246
|
const phantom = __importStar(require("./phantom"));
|
|
@@ -267,6 +271,7 @@ const ratex = __importStar(require("./ratex"));
|
|
|
267
271
|
const ratio = __importStar(require("./ratio"));
|
|
268
272
|
const raydium = __importStar(require("./raydium"));
|
|
269
273
|
const realms = __importStar(require("./realms"));
|
|
274
|
+
const refihub = __importStar(require("./refihub"));
|
|
270
275
|
const reflect = __importStar(require("./reflect"));
|
|
271
276
|
const relay = __importStar(require("./relay"));
|
|
272
277
|
const remora = __importStar(require("./remora"));
|
|
@@ -286,6 +291,7 @@ const sky = __importStar(require("./sky"));
|
|
|
286
291
|
const smb = __importStar(require("./smb"));
|
|
287
292
|
const solana = __importStar(require("./solana"));
|
|
288
293
|
const solanaid = __importStar(require("./solanaid"));
|
|
294
|
+
const solanamobile = __importStar(require("./solanamobile"));
|
|
289
295
|
const solanart = __importStar(require("./solanart"));
|
|
290
296
|
const solayer = __importStar(require("./solayer"));
|
|
291
297
|
const solcard = __importStar(require("./solcard"));
|
|
@@ -358,6 +364,7 @@ exports.platforms = [
|
|
|
358
364
|
amppay.platform,
|
|
359
365
|
amulet.platform,
|
|
360
366
|
antfun.platform,
|
|
367
|
+
archer.platform,
|
|
361
368
|
armada.platform,
|
|
362
369
|
artrade.platform,
|
|
363
370
|
asgardfi.platform,
|
|
@@ -414,6 +421,7 @@ exports.platforms = [
|
|
|
414
421
|
degencoinflip.platform,
|
|
415
422
|
degods.platform,
|
|
416
423
|
dflow.platform,
|
|
424
|
+
diversifi.platform,
|
|
417
425
|
divvy.platform,
|
|
418
426
|
domin8.platform,
|
|
419
427
|
doubleup.platform,
|
|
@@ -481,6 +489,7 @@ exports.platforms = [
|
|
|
481
489
|
jupiterGovernance.platform,
|
|
482
490
|
jupiterJupuary.platform,
|
|
483
491
|
jupiterLaunchpad.platform,
|
|
492
|
+
jupiterMobile.platform,
|
|
484
493
|
jupiterPm.platform,
|
|
485
494
|
jupiterWallet.platform,
|
|
486
495
|
kamino.platform,
|
|
@@ -546,6 +555,7 @@ exports.platforms = [
|
|
|
546
555
|
paraswap.platform,
|
|
547
556
|
parcl.platform,
|
|
548
557
|
parrot.platform,
|
|
558
|
+
pathfinders.platform,
|
|
549
559
|
paxos.platform,
|
|
550
560
|
perena.platform,
|
|
551
561
|
phantom.platform,
|
|
@@ -576,6 +586,7 @@ exports.platforms = [
|
|
|
576
586
|
ratio.platform,
|
|
577
587
|
raydium.platform,
|
|
578
588
|
realms.platform,
|
|
589
|
+
refihub.platform,
|
|
579
590
|
reflect.platform,
|
|
580
591
|
relay.platform,
|
|
581
592
|
remora.platform,
|
|
@@ -595,6 +606,7 @@ exports.platforms = [
|
|
|
595
606
|
smb.platform,
|
|
596
607
|
solana.platform,
|
|
597
608
|
solanaid.platform,
|
|
609
|
+
solanamobile.platform,
|
|
598
610
|
solanart.platform,
|
|
599
611
|
solayer.platform,
|
|
600
612
|
solcard.platform,
|
|
@@ -668,6 +680,7 @@ exports.services = [
|
|
|
668
680
|
...amppay.services,
|
|
669
681
|
...amulet.services,
|
|
670
682
|
...antfun.services,
|
|
683
|
+
...archer.services,
|
|
671
684
|
...armada.services,
|
|
672
685
|
...artrade.services,
|
|
673
686
|
...asgardfi.services,
|
|
@@ -724,6 +737,7 @@ exports.services = [
|
|
|
724
737
|
...degencoinflip.services,
|
|
725
738
|
...degods.services,
|
|
726
739
|
...dflow.services,
|
|
740
|
+
...diversifi.services,
|
|
727
741
|
...divvy.services,
|
|
728
742
|
...domin8.services,
|
|
729
743
|
...doubleup.services,
|
|
@@ -791,6 +805,7 @@ exports.services = [
|
|
|
791
805
|
...jupiterGovernance.services,
|
|
792
806
|
...jupiterJupuary.services,
|
|
793
807
|
...jupiterLaunchpad.services,
|
|
808
|
+
...jupiterMobile.services,
|
|
794
809
|
...jupiterPm.services,
|
|
795
810
|
...jupiterWallet.services,
|
|
796
811
|
...kamino.services,
|
|
@@ -856,6 +871,7 @@ exports.services = [
|
|
|
856
871
|
...paraswap.services,
|
|
857
872
|
...parcl.services,
|
|
858
873
|
...parrot.services,
|
|
874
|
+
...pathfinders.services,
|
|
859
875
|
...paxos.services,
|
|
860
876
|
...perena.services,
|
|
861
877
|
...phantom.services,
|
|
@@ -886,6 +902,7 @@ exports.services = [
|
|
|
886
902
|
...ratio.services,
|
|
887
903
|
...raydium.services,
|
|
888
904
|
...realms.services,
|
|
905
|
+
...refihub.services,
|
|
889
906
|
...reflect.services,
|
|
890
907
|
...relay.services,
|
|
891
908
|
...remora.services,
|
|
@@ -905,6 +922,7 @@ exports.services = [
|
|
|
905
922
|
...smb.services,
|
|
906
923
|
...solana.services,
|
|
907
924
|
...solanaid.services,
|
|
925
|
+
...solanamobile.services,
|
|
908
926
|
...solanart.services,
|
|
909
927
|
...solayer.services,
|
|
910
928
|
...solcard.services,
|
|
@@ -8,9 +8,7 @@ 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
|
-
platformToken: "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
|
|
14
12
|
tags: ["dao"],
|
|
15
13
|
};
|
|
16
14
|
const jupiterJupuaryContract = {
|
|
@@ -8,9 +8,7 @@ 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
|
-
platformToken: "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
|
|
14
12
|
tags: ["tool"],
|
|
15
13
|
};
|
|
16
14
|
const lfgContract = {
|
|
@@ -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: "jupiter-mobile",
|
|
6
|
+
name: "Jupiter Mobile",
|
|
7
|
+
description: "The Most Powerful Mobile App in Crypto. Available on iOS & Android.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://jup.ag/mobile",
|
|
10
|
+
twitter: "https://x.com/jup_mobile",
|
|
11
|
+
},
|
|
12
|
+
tags: ["wallet"],
|
|
13
|
+
};
|
|
14
|
+
exports.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 = [];
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "refihub",
|
|
6
|
+
name: "Refi Hub",
|
|
7
|
+
description: "ReFi Hub is a blockchain-based platform bringing impact investing on-chain by tokenizing real-world assets (RWA).",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.refihub.io/",
|
|
10
|
+
discord: "https://discord.com/invite/B7f8Vx2ZFK",
|
|
11
|
+
twitter: "https://twitter.com/refihub",
|
|
12
|
+
documentation: "https://refihub.gitbook.io/refi-hub",
|
|
13
|
+
},
|
|
14
|
+
tags: ["dapp", "rwa"],
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PlatformRaw, ServiceRaw } from "../types";
|
|
2
|
+
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const stakingContract: {
|
|
4
|
+
name: string;
|
|
5
|
+
address: string;
|
|
6
|
+
networkId: "solana";
|
|
7
|
+
};
|
|
8
|
+
export declare const stakingService: ServiceRaw;
|
|
9
|
+
export declare const services: ServiceRaw[];
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.stakingService = exports.stakingContract = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "solanamobile",
|
|
7
|
+
name: "Solana Mobile",
|
|
8
|
+
description: "Seeker, the definitive crypto mobile device.",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://solanamobile.com/",
|
|
11
|
+
discord: "https://discord.gg/solanamobile",
|
|
12
|
+
twitter: "https://x.com/solanamobile",
|
|
13
|
+
documentation: "https://docs.solanamobile.com/",
|
|
14
|
+
},
|
|
15
|
+
tags: ["wallet"],
|
|
16
|
+
platformToken: "SKRbvo6Gf7GondiT3BbTfuRDPqLWei4j2Qy2NPGZhW3",
|
|
17
|
+
};
|
|
18
|
+
exports.stakingContract = {
|
|
19
|
+
name: "Staking",
|
|
20
|
+
address: "SKRskrmtL83pcL4YqLWt6iPefDqwXQWHSw9S9vz94BZ",
|
|
21
|
+
networkId: types_1.NetworkId.solana,
|
|
22
|
+
};
|
|
23
|
+
exports.stakingService = {
|
|
24
|
+
id: `${exports.platform.id}-stake`,
|
|
25
|
+
name: "Staking",
|
|
26
|
+
platformId: exports.platform.id,
|
|
27
|
+
contractsRaw: [exports.stakingContract],
|
|
28
|
+
link: "https://stake.solanamobile.com/",
|
|
29
|
+
};
|
|
30
|
+
exports.services = [exports.stakingService];
|
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
|
},
|