@jup-ag/platform-list 1.2.83 → 1.2.85
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/collectorcrypt.js +1 -1
- package/dist/platforms/famousfoxfederation.d.ts +1 -0
- package/dist/platforms/famousfoxfederation.js +8 -1
- package/dist/platforms/futard.d.ts +3 -0
- package/dist/platforms/futard.js +16 -0
- package/dist/platforms/hubra.d.ts +3 -0
- package/dist/platforms/hubra.js +18 -0
- package/dist/platforms/index.js +21 -0
- package/dist/platforms/jupiter-exchange.d.ts +1 -0
- package/dist/platforms/jupiter-exchange.js +8 -1
- package/dist/platforms/nxfinance.js +1 -0
- package/dist/platforms/orbmarkets.d.ts +3 -0
- package/dist/platforms/orbmarkets.js +15 -0
- package/dist/platforms/refihub.js +1 -1
- package/dist/platforms/solana-explorer.d.ts +3 -0
- package/dist/platforms/solana-explorer.js +16 -0
- package/dist/platforms/solana-fm.d.ts +3 -0
- package/dist/platforms/solana-fm.js +17 -0
- package/dist/platforms/solanabeach.d.ts +3 -0
- package/dist/platforms/solanabeach.js +16 -0
- package/dist/platforms/solscan.d.ts +3 -0
- package/dist/platforms/solscan.js +16 -0
- package/dist/platforms/stepfinance.js +1 -0
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ exports.platform = {
|
|
|
7
7
|
description: "RWA Pokemon cards on Solana",
|
|
8
8
|
links: {
|
|
9
9
|
website: "https://collectorcrypt.com/",
|
|
10
|
-
twitter: "https://
|
|
10
|
+
twitter: "https://x.com/Collector_Crypt",
|
|
11
11
|
discord: "https://discord.gg/dzYKMkQQKk",
|
|
12
12
|
telegram: "https://t.me/CollectorChat",
|
|
13
13
|
},
|
|
@@ -3,4 +3,5 @@ export declare const platform: PlatformRaw;
|
|
|
3
3
|
export declare const stakingService: ServiceRaw;
|
|
4
4
|
export declare const mainService: ServiceRaw;
|
|
5
5
|
export declare const missionsService: ServiceRaw;
|
|
6
|
+
export declare const tmiService: ServiceRaw;
|
|
6
7
|
export declare const services: ServiceRaw[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.missionsService = exports.mainService = exports.stakingService = exports.platform = void 0;
|
|
3
|
+
exports.services = exports.tmiService = exports.missionsService = exports.mainService = exports.stakingService = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "famousfoxfederation",
|
|
@@ -51,8 +51,15 @@ exports.missionsService = {
|
|
|
51
51
|
link: "https://famousfoxes.com/missions",
|
|
52
52
|
description: "Gamified staking feature where Foxes embark on themed adventures to earn Treasury Chests and FAME tokens for cosmetic upgrades.",
|
|
53
53
|
};
|
|
54
|
+
exports.tmiService = {
|
|
55
|
+
id: `${exports.platform.id}-tmi`,
|
|
56
|
+
name: "TMI",
|
|
57
|
+
platformId: exports.platform.id,
|
|
58
|
+
contractsRaw: [],
|
|
59
|
+
};
|
|
54
60
|
exports.services = [
|
|
55
61
|
exports.stakingService,
|
|
56
62
|
exports.mainService,
|
|
57
63
|
exports.missionsService,
|
|
64
|
+
exports.tmiService,
|
|
58
65
|
];
|
|
@@ -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: "futard",
|
|
6
|
+
name: "Futard",
|
|
7
|
+
description: "Permissionless fundraising launchpad on Solana with onchain spending limits and futarchy-based governance.",
|
|
8
|
+
tags: ["dapp", "launchpad"],
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://www.futard.io/",
|
|
11
|
+
twitter: "https://x.com/futarddotio",
|
|
12
|
+
github: "https://github.com/metaDAOproject",
|
|
13
|
+
documentation: "https://docs.metadao.fi",
|
|
14
|
+
},
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "hubra",
|
|
6
|
+
name: "Hubra",
|
|
7
|
+
description: "Non-custodial Solana platform aggregating DeFi applications, liquid staking, and wallet management tools.",
|
|
8
|
+
tags: ["dapp", "lst", "defi"],
|
|
9
|
+
tokens: ["HUBsveNpjo5pWqNkH57QzxjQASdTVXcSK7bVKTSZtcSX"],
|
|
10
|
+
links: {
|
|
11
|
+
website: "https://hubra.app/",
|
|
12
|
+
twitter: "https://x.com/HubraApp",
|
|
13
|
+
github: "https://github.com/block-sync-one",
|
|
14
|
+
discord: "https://discord.gg/7SxUZkqa6Q",
|
|
15
|
+
documentation: "https://solanahub.gitbook.io/solanahub",
|
|
16
|
+
},
|
|
17
|
+
};
|
|
18
|
+
exports.services = [];
|
package/dist/platforms/index.js
CHANGED
|
@@ -159,6 +159,7 @@ const frax = __importStar(require("./frax"));
|
|
|
159
159
|
const friktion = __importStar(require("./friktion"));
|
|
160
160
|
const fuse = __importStar(require("./fuse"));
|
|
161
161
|
const futarchy = __importStar(require("./futarchy"));
|
|
162
|
+
const futard = __importStar(require("./futard"));
|
|
162
163
|
const galaxy = __importStar(require("./galaxy"));
|
|
163
164
|
const gary = __importStar(require("./gary"));
|
|
164
165
|
const gauntlet = __importStar(require("./gauntlet"));
|
|
@@ -195,6 +196,7 @@ const helius = __importStar(require("./helius"));
|
|
|
195
196
|
const holdium = __importStar(require("./holdium"));
|
|
196
197
|
const honeyland = __importStar(require("./honeyland"));
|
|
197
198
|
const hubble = __importStar(require("./hubble"));
|
|
199
|
+
const hubra = __importStar(require("./hubra"));
|
|
198
200
|
const huma = __importStar(require("./huma"));
|
|
199
201
|
const humidifi = __importStar(require("./humidifi"));
|
|
200
202
|
const hxro = __importStar(require("./hxro"));
|
|
@@ -276,6 +278,7 @@ const oobeprotocol = __importStar(require("./oobeprotocol"));
|
|
|
276
278
|
const oobit = __importStar(require("./oobit"));
|
|
277
279
|
const openbook = __importStar(require("./openbook"));
|
|
278
280
|
const openloop = __importStar(require("./openloop"));
|
|
281
|
+
const orbmarkets = __importStar(require("./orbmarkets"));
|
|
279
282
|
const orca = __importStar(require("./orca"));
|
|
280
283
|
const orderly = __importStar(require("./orderly"));
|
|
281
284
|
const ore = __importStar(require("./ore"));
|
|
@@ -347,7 +350,10 @@ const slope = __importStar(require("./slope"));
|
|
|
347
350
|
const smb = __importStar(require("./smb"));
|
|
348
351
|
const smithii = __importStar(require("./smithii"));
|
|
349
352
|
const sofi = __importStar(require("./sofi"));
|
|
353
|
+
const solanaExplorer = __importStar(require("./solana-explorer"));
|
|
354
|
+
const solanaFm = __importStar(require("./solana-fm"));
|
|
350
355
|
const solana = __importStar(require("./solana"));
|
|
356
|
+
const solanabeach = __importStar(require("./solanabeach"));
|
|
351
357
|
const solanaid = __importStar(require("./solanaid"));
|
|
352
358
|
const solanamobile = __importStar(require("./solanamobile"));
|
|
353
359
|
const solanart = __importStar(require("./solanart"));
|
|
@@ -359,6 +365,7 @@ const solincinerator = __importStar(require("./solincinerator"));
|
|
|
359
365
|
const sollet = __importStar(require("./sollet"));
|
|
360
366
|
const solomon = __importStar(require("./solomon"));
|
|
361
367
|
const solsave = __importStar(require("./solsave"));
|
|
368
|
+
const solscan = __importStar(require("./solscan"));
|
|
362
369
|
const solsea = __importStar(require("./solsea"));
|
|
363
370
|
const solstice = __importStar(require("./solstice"));
|
|
364
371
|
const solv = __importStar(require("./solv"));
|
|
@@ -552,6 +559,7 @@ exports.platforms = [
|
|
|
552
559
|
friktion.platform,
|
|
553
560
|
fuse.platform,
|
|
554
561
|
futarchy.platform,
|
|
562
|
+
futard.platform,
|
|
555
563
|
galaxy.platform,
|
|
556
564
|
gary.platform,
|
|
557
565
|
gauntlet.platform,
|
|
@@ -588,6 +596,7 @@ exports.platforms = [
|
|
|
588
596
|
holdium.platform,
|
|
589
597
|
honeyland.platform,
|
|
590
598
|
hubble.platform,
|
|
599
|
+
hubra.platform,
|
|
591
600
|
huma.platform,
|
|
592
601
|
humidifi.platform,
|
|
593
602
|
hxro.platform,
|
|
@@ -669,6 +678,7 @@ exports.platforms = [
|
|
|
669
678
|
oobit.platform,
|
|
670
679
|
openbook.platform,
|
|
671
680
|
openloop.platform,
|
|
681
|
+
orbmarkets.platform,
|
|
672
682
|
orca.platform,
|
|
673
683
|
orderly.platform,
|
|
674
684
|
ore.platform,
|
|
@@ -740,7 +750,10 @@ exports.platforms = [
|
|
|
740
750
|
smb.platform,
|
|
741
751
|
smithii.platform,
|
|
742
752
|
sofi.platform,
|
|
753
|
+
solanaExplorer.platform,
|
|
754
|
+
solanaFm.platform,
|
|
743
755
|
solana.platform,
|
|
756
|
+
solanabeach.platform,
|
|
744
757
|
solanaid.platform,
|
|
745
758
|
solanamobile.platform,
|
|
746
759
|
solanart.platform,
|
|
@@ -752,6 +765,7 @@ exports.platforms = [
|
|
|
752
765
|
sollet.platform,
|
|
753
766
|
solomon.platform,
|
|
754
767
|
solsave.platform,
|
|
768
|
+
solscan.platform,
|
|
755
769
|
solsea.platform,
|
|
756
770
|
solstice.platform,
|
|
757
771
|
solv.platform,
|
|
@@ -946,6 +960,7 @@ exports.services = [
|
|
|
946
960
|
...friktion.services,
|
|
947
961
|
...fuse.services,
|
|
948
962
|
...futarchy.services,
|
|
963
|
+
...futard.services,
|
|
949
964
|
...galaxy.services,
|
|
950
965
|
...gary.services,
|
|
951
966
|
...gauntlet.services,
|
|
@@ -982,6 +997,7 @@ exports.services = [
|
|
|
982
997
|
...holdium.services,
|
|
983
998
|
...honeyland.services,
|
|
984
999
|
...hubble.services,
|
|
1000
|
+
...hubra.services,
|
|
985
1001
|
...huma.services,
|
|
986
1002
|
...humidifi.services,
|
|
987
1003
|
...hxro.services,
|
|
@@ -1063,6 +1079,7 @@ exports.services = [
|
|
|
1063
1079
|
...oobit.services,
|
|
1064
1080
|
...openbook.services,
|
|
1065
1081
|
...openloop.services,
|
|
1082
|
+
...orbmarkets.services,
|
|
1066
1083
|
...orca.services,
|
|
1067
1084
|
...orderly.services,
|
|
1068
1085
|
...ore.services,
|
|
@@ -1134,7 +1151,10 @@ exports.services = [
|
|
|
1134
1151
|
...smb.services,
|
|
1135
1152
|
...smithii.services,
|
|
1136
1153
|
...sofi.services,
|
|
1154
|
+
...solanaExplorer.services,
|
|
1155
|
+
...solanaFm.services,
|
|
1137
1156
|
...solana.services,
|
|
1157
|
+
...solanabeach.services,
|
|
1138
1158
|
...solanaid.services,
|
|
1139
1159
|
...solanamobile.services,
|
|
1140
1160
|
...solanart.services,
|
|
@@ -1146,6 +1166,7 @@ exports.services = [
|
|
|
1146
1166
|
...sollet.services,
|
|
1147
1167
|
...solomon.services,
|
|
1148
1168
|
...solsave.services,
|
|
1169
|
+
...solscan.services,
|
|
1149
1170
|
...solsea.services,
|
|
1150
1171
|
...solstice.services,
|
|
1151
1172
|
...solv.services,
|
|
@@ -55,6 +55,7 @@ export declare const swapV2Service: ServiceRaw;
|
|
|
55
55
|
export declare const swapV1Service: ServiceRaw;
|
|
56
56
|
export declare const gaslessSwapService: ServiceRaw;
|
|
57
57
|
export declare const ultraSwapService: ServiceRaw;
|
|
58
|
+
export declare const reclaimService: ServiceRaw;
|
|
58
59
|
export declare const manualSwapService: ServiceRaw;
|
|
59
60
|
export declare const apeService: ServiceRaw;
|
|
60
61
|
export declare const jupiterZService: ServiceRaw;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.rewardsHubService = exports.lendService = exports.inviteService = exports.airdropService = exports.perpsService = exports.lockService = exports.dcaVaService = exports.dcaDepositService = exports.dcaService = exports.limitV2Service = exports.limitV1Service = exports.limitService = exports.jupiterZService = exports.apeService = exports.manualSwapService = exports.ultraSwapService = exports.gaslessSwapService = exports.swapV1Service = exports.swapV2Service = exports.swapV3Service = exports.swapV4Service = exports.swapV5Service = exports.swapV6Service = exports.swapV7Service = exports.rewardsHubContract = exports.lendContract = exports.jupiterPerpsContract = exports.jupiterLockContract = exports.jupiterDcaContract = exports.jupiterLimitV1Contract = exports.jupiterLimitContract = exports.apeContract = exports.jupiterV6Contract = exports.jupiterV7Contract = exports.platform = void 0;
|
|
3
|
+
exports.services = exports.rewardsHubService = exports.lendService = exports.inviteService = exports.airdropService = exports.perpsService = exports.lockService = exports.dcaVaService = exports.dcaDepositService = exports.dcaService = exports.limitV2Service = exports.limitV1Service = exports.limitService = exports.jupiterZService = exports.apeService = exports.manualSwapService = exports.reclaimService = exports.ultraSwapService = exports.gaslessSwapService = exports.swapV1Service = exports.swapV2Service = exports.swapV3Service = exports.swapV4Service = exports.swapV5Service = exports.swapV6Service = exports.swapV7Service = exports.rewardsHubContract = exports.lendContract = exports.jupiterPerpsContract = exports.jupiterLockContract = exports.jupiterDcaContract = exports.jupiterLimitV1Contract = exports.jupiterLimitContract = exports.apeContract = exports.jupiterV6Contract = exports.jupiterV7Contract = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "jupiter-exchange",
|
|
@@ -184,6 +184,12 @@ exports.ultraSwapService = {
|
|
|
184
184
|
platformId: exports.platform.id,
|
|
185
185
|
contractsRaw: [],
|
|
186
186
|
};
|
|
187
|
+
exports.reclaimService = {
|
|
188
|
+
id: `${exports.platform.id}-reclaim`,
|
|
189
|
+
name: "Reclaim",
|
|
190
|
+
platformId: exports.platform.id,
|
|
191
|
+
contractsRaw: [],
|
|
192
|
+
};
|
|
187
193
|
exports.manualSwapService = {
|
|
188
194
|
id: `${exports.platform.id}-manual-swap`,
|
|
189
195
|
name: "Manual Swap",
|
|
@@ -324,4 +330,5 @@ exports.services = [
|
|
|
324
330
|
exports.lendService,
|
|
325
331
|
exports.rewardsHubService,
|
|
326
332
|
deltaNeutralVaultService,
|
|
333
|
+
exports.reclaimService,
|
|
327
334
|
];
|
|
@@ -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: "orbmarkets",
|
|
6
|
+
name: "Orb Markets",
|
|
7
|
+
description: "Orb Markets is a Solana block explorer with detailed transaction and account data.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://orbmarkets.io/",
|
|
10
|
+
twitter: "https://x.com/Orb_Markets",
|
|
11
|
+
},
|
|
12
|
+
tags: ["explorer"],
|
|
13
|
+
addedAt: 1772637185547,
|
|
14
|
+
};
|
|
15
|
+
exports.services = [];
|
|
@@ -8,7 +8,7 @@ exports.platform = {
|
|
|
8
8
|
links: {
|
|
9
9
|
website: "https://www.refihub.io/",
|
|
10
10
|
discord: "https://discord.com/invite/B7f8Vx2ZFK",
|
|
11
|
-
twitter: "https://
|
|
11
|
+
twitter: "https://x.com/refihub",
|
|
12
12
|
documentation: "https://refihub.gitbook.io/refi-hub",
|
|
13
13
|
},
|
|
14
14
|
tags: ["dapp", "rwa"],
|
|
@@ -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: "solana-explorer",
|
|
6
|
+
name: "Solana Explorer",
|
|
7
|
+
description: "Solana Explorer is the official block explorer for the Solana blockchain, provided by the Solana Foundation.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://explorer.solana.com/",
|
|
10
|
+
twitter: "https://x.com/solana",
|
|
11
|
+
github: "https://github.com/solana-labs/explorer",
|
|
12
|
+
},
|
|
13
|
+
tags: ["explorer"],
|
|
14
|
+
addedAt: 1772637185547,
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "solana-fm",
|
|
6
|
+
name: "Solana FM",
|
|
7
|
+
description: "Solana FM is a block explorer for the Solana blockchain with detailed transaction and account insights.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://solana.fm/",
|
|
10
|
+
twitter: "https://x.com/solanafm",
|
|
11
|
+
github: "https://github.com/solana-fm",
|
|
12
|
+
documentation: "https://docs.solana.fm/",
|
|
13
|
+
},
|
|
14
|
+
tags: ["explorer"],
|
|
15
|
+
addedAt: 1772637185547,
|
|
16
|
+
};
|
|
17
|
+
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: "solanabeach",
|
|
6
|
+
name: "SolanaBeach",
|
|
7
|
+
description: "SolanaBeach is a block explorer for the Solana network with real-time validator and transaction data.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://solanabeach.io/",
|
|
10
|
+
twitter: "https://x.com/solanabeach_io",
|
|
11
|
+
github: "https://github.com/solana-beach",
|
|
12
|
+
},
|
|
13
|
+
tags: ["explorer"],
|
|
14
|
+
addedAt: 1772637185547,
|
|
15
|
+
};
|
|
16
|
+
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: "solscan",
|
|
6
|
+
name: "Solscan",
|
|
7
|
+
description: "Solscan is a block explorer and analytics platform for the Solana blockchain.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://solscan.io/",
|
|
10
|
+
twitter: "https://x.com/solscanofficial",
|
|
11
|
+
documentation: "https://docs.solscan.io/",
|
|
12
|
+
},
|
|
13
|
+
tags: ["explorer"],
|
|
14
|
+
addedAt: 1772637185547,
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|
package/dist/types.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export type Platform = {
|
|
|
22
22
|
documentation?: string;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
-
export type PlatformTag = "dapp" | "tool" | "cex" | "nft-collection" | "nft-marketplace" | "lst" | "gaming" | "bridge" | "dao" | "memecoin" | "stablecoin" | "wallet" | "launchpad" | "dex" | "social" | "depin" | "desci" | "fitness" | "liquidity-provider" | "lending" | "rwa" | "institutional" | "prediction" | "trading" | "infrastructure" | "amm" | "vault" | "defi" | "ai" | "restaking" | "options" | "payments" | "oracle" | "nft" | "bitcoin" | "card" | "privacy";
|
|
25
|
+
export type PlatformTag = "dapp" | "tool" | "cex" | "nft-collection" | "nft-marketplace" | "lst" | "gaming" | "bridge" | "dao" | "memecoin" | "stablecoin" | "wallet" | "launchpad" | "dex" | "social" | "depin" | "desci" | "fitness" | "liquidity-provider" | "lending" | "rwa" | "institutional" | "prediction" | "trading" | "infrastructure" | "amm" | "vault" | "defi" | "ai" | "restaking" | "options" | "payments" | "oracle" | "nft" | "bitcoin" | "card" | "privacy" | "explorer";
|
|
26
26
|
type Optional<T, K extends keyof T> = Pick<Partial<T>, K> & Omit<T, K>;
|
|
27
27
|
export type PlatformRaw = Omit<Optional<Platform, "isDeprecated">, "image">;
|
|
28
28
|
export type Service = {
|