@jup-ag/platform-list 1.2.59 → 1.2.62
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/dflow.d.ts +6 -0
- package/dist/platforms/dflow.js +13 -2
- package/dist/platforms/diversifi.d.ts +3 -0
- package/dist/platforms/diversifi.js +26 -0
- package/dist/platforms/index.js +15 -0
- package/dist/platforms/jupiter-jupuary.js +0 -1
- package/dist/platforms/jupiter-launchpad.js +0 -1
- 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/playsolana.js +1 -0
- package/dist/platforms/ratex.d.ts +1 -0
- package/dist/platforms/ratex.js +13 -2
- package/dist/platforms/refihub.d.ts +3 -0
- package/dist/platforms/refihub.js +16 -0
- package/dist/platforms/securitize.js +1 -0
- package/dist/platforms/solanaid.js +1 -1
- package/dist/platforms/solanamobile.d.ts +9 -0
- package/dist/platforms/solanamobile.js +30 -0
- package/dist/platforms/trove.d.ts +3 -0
- package/dist/platforms/trove.js +16 -0
- package/package.json +1 -1
|
@@ -5,5 +5,11 @@ export declare const contract: {
|
|
|
5
5
|
address: string;
|
|
6
6
|
networkId: "solana";
|
|
7
7
|
};
|
|
8
|
+
export declare const predictionsContract: {
|
|
9
|
+
name: string;
|
|
10
|
+
address: string;
|
|
11
|
+
networkId: "solana";
|
|
12
|
+
};
|
|
8
13
|
export declare const service: ServiceRaw;
|
|
14
|
+
export declare const predictionsService: ServiceRaw;
|
|
9
15
|
export declare const services: ServiceRaw[];
|
package/dist/platforms/dflow.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.service = exports.contract = exports.platform = void 0;
|
|
3
|
+
exports.services = exports.predictionsService = exports.service = exports.predictionsContract = exports.contract = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "dflow",
|
|
@@ -19,10 +19,21 @@ exports.contract = {
|
|
|
19
19
|
address: "DF1ow4tspfHX9JwWJsAb9epbkA8hmpSEAtxXy1V27QBH",
|
|
20
20
|
networkId: types_1.NetworkId.solana,
|
|
21
21
|
};
|
|
22
|
+
exports.predictionsContract = {
|
|
23
|
+
name: "Predictions",
|
|
24
|
+
address: "pReDicTmksnPfkfiz33ndSdbe2dY43KYPg4U2dbvHvb",
|
|
25
|
+
networkId: types_1.NetworkId.solana,
|
|
26
|
+
};
|
|
22
27
|
exports.service = {
|
|
23
28
|
id: `${exports.platform.id}-aggregator`,
|
|
24
29
|
name: "Aggregator",
|
|
25
30
|
platformId: exports.platform.id,
|
|
26
31
|
contractsRaw: [exports.contract],
|
|
27
32
|
};
|
|
28
|
-
exports.
|
|
33
|
+
exports.predictionsService = {
|
|
34
|
+
id: `${exports.platform.id}-predictions`,
|
|
35
|
+
name: "Predictions",
|
|
36
|
+
platformId: exports.platform.id,
|
|
37
|
+
contractsRaw: [exports.predictionsContract],
|
|
38
|
+
};
|
|
39
|
+
exports.services = [exports.service, exports.predictionsService];
|
|
@@ -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
|
@@ -105,6 +105,7 @@ const degenapeacademy = __importStar(require("./degenapeacademy"));
|
|
|
105
105
|
const degencoinflip = __importStar(require("./degencoinflip"));
|
|
106
106
|
const degods = __importStar(require("./degods"));
|
|
107
107
|
const dflow = __importStar(require("./dflow"));
|
|
108
|
+
const diversifi = __importStar(require("./diversifi"));
|
|
108
109
|
const divvy = __importStar(require("./divvy"));
|
|
109
110
|
const domin8 = __importStar(require("./domin8"));
|
|
110
111
|
const doubleup = __importStar(require("./doubleup"));
|
|
@@ -172,6 +173,7 @@ const jupiterExchange = __importStar(require("./jupiter-exchange"));
|
|
|
172
173
|
const jupiterGovernance = __importStar(require("./jupiter-governance"));
|
|
173
174
|
const jupiterJupuary = __importStar(require("./jupiter-jupuary"));
|
|
174
175
|
const jupiterLaunchpad = __importStar(require("./jupiter-launchpad"));
|
|
176
|
+
const jupiterMobile = __importStar(require("./jupiter-mobile"));
|
|
175
177
|
const jupiterPm = __importStar(require("./jupiter-pm"));
|
|
176
178
|
const jupiterWallet = __importStar(require("./jupiter-wallet"));
|
|
177
179
|
const kamino = __importStar(require("./kamino"));
|
|
@@ -267,6 +269,7 @@ const ratex = __importStar(require("./ratex"));
|
|
|
267
269
|
const ratio = __importStar(require("./ratio"));
|
|
268
270
|
const raydium = __importStar(require("./raydium"));
|
|
269
271
|
const realms = __importStar(require("./realms"));
|
|
272
|
+
const refihub = __importStar(require("./refihub"));
|
|
270
273
|
const reflect = __importStar(require("./reflect"));
|
|
271
274
|
const relay = __importStar(require("./relay"));
|
|
272
275
|
const remora = __importStar(require("./remora"));
|
|
@@ -286,6 +289,7 @@ const sky = __importStar(require("./sky"));
|
|
|
286
289
|
const smb = __importStar(require("./smb"));
|
|
287
290
|
const solana = __importStar(require("./solana"));
|
|
288
291
|
const solanaid = __importStar(require("./solanaid"));
|
|
292
|
+
const solanamobile = __importStar(require("./solanamobile"));
|
|
289
293
|
const solanart = __importStar(require("./solanart"));
|
|
290
294
|
const solayer = __importStar(require("./solayer"));
|
|
291
295
|
const solcard = __importStar(require("./solcard"));
|
|
@@ -319,6 +323,7 @@ const trepa = __importStar(require("./trepa"));
|
|
|
319
323
|
const triad = __importStar(require("./triad"));
|
|
320
324
|
const tribeca = __importStar(require("./tribeca"));
|
|
321
325
|
const trojan = __importStar(require("./trojan"));
|
|
326
|
+
const trove = __importStar(require("./trove"));
|
|
322
327
|
const trustfun = __importStar(require("./trustfun"));
|
|
323
328
|
const tuktuk = __importStar(require("./tuktuk"));
|
|
324
329
|
const tulip = __importStar(require("./tulip"));
|
|
@@ -413,6 +418,7 @@ exports.platforms = [
|
|
|
413
418
|
degencoinflip.platform,
|
|
414
419
|
degods.platform,
|
|
415
420
|
dflow.platform,
|
|
421
|
+
diversifi.platform,
|
|
416
422
|
divvy.platform,
|
|
417
423
|
domin8.platform,
|
|
418
424
|
doubleup.platform,
|
|
@@ -480,6 +486,7 @@ exports.platforms = [
|
|
|
480
486
|
jupiterGovernance.platform,
|
|
481
487
|
jupiterJupuary.platform,
|
|
482
488
|
jupiterLaunchpad.platform,
|
|
489
|
+
jupiterMobile.platform,
|
|
483
490
|
jupiterPm.platform,
|
|
484
491
|
jupiterWallet.platform,
|
|
485
492
|
kamino.platform,
|
|
@@ -575,6 +582,7 @@ exports.platforms = [
|
|
|
575
582
|
ratio.platform,
|
|
576
583
|
raydium.platform,
|
|
577
584
|
realms.platform,
|
|
585
|
+
refihub.platform,
|
|
578
586
|
reflect.platform,
|
|
579
587
|
relay.platform,
|
|
580
588
|
remora.platform,
|
|
@@ -594,6 +602,7 @@ exports.platforms = [
|
|
|
594
602
|
smb.platform,
|
|
595
603
|
solana.platform,
|
|
596
604
|
solanaid.platform,
|
|
605
|
+
solanamobile.platform,
|
|
597
606
|
solanart.platform,
|
|
598
607
|
solayer.platform,
|
|
599
608
|
solcard.platform,
|
|
@@ -627,6 +636,7 @@ exports.platforms = [
|
|
|
627
636
|
triad.platform,
|
|
628
637
|
tribeca.platform,
|
|
629
638
|
trojan.platform,
|
|
639
|
+
trove.platform,
|
|
630
640
|
trustfun.platform,
|
|
631
641
|
tuktuk.platform,
|
|
632
642
|
tulip.platform,
|
|
@@ -722,6 +732,7 @@ exports.services = [
|
|
|
722
732
|
...degencoinflip.services,
|
|
723
733
|
...degods.services,
|
|
724
734
|
...dflow.services,
|
|
735
|
+
...diversifi.services,
|
|
725
736
|
...divvy.services,
|
|
726
737
|
...domin8.services,
|
|
727
738
|
...doubleup.services,
|
|
@@ -789,6 +800,7 @@ exports.services = [
|
|
|
789
800
|
...jupiterGovernance.services,
|
|
790
801
|
...jupiterJupuary.services,
|
|
791
802
|
...jupiterLaunchpad.services,
|
|
803
|
+
...jupiterMobile.services,
|
|
792
804
|
...jupiterPm.services,
|
|
793
805
|
...jupiterWallet.services,
|
|
794
806
|
...kamino.services,
|
|
@@ -884,6 +896,7 @@ exports.services = [
|
|
|
884
896
|
...ratio.services,
|
|
885
897
|
...raydium.services,
|
|
886
898
|
...realms.services,
|
|
899
|
+
...refihub.services,
|
|
887
900
|
...reflect.services,
|
|
888
901
|
...relay.services,
|
|
889
902
|
...remora.services,
|
|
@@ -903,6 +916,7 @@ exports.services = [
|
|
|
903
916
|
...smb.services,
|
|
904
917
|
...solana.services,
|
|
905
918
|
...solanaid.services,
|
|
919
|
+
...solanamobile.services,
|
|
906
920
|
...solanart.services,
|
|
907
921
|
...solayer.services,
|
|
908
922
|
...solcard.services,
|
|
@@ -936,6 +950,7 @@ exports.services = [
|
|
|
936
950
|
...triad.services,
|
|
937
951
|
...tribeca.services,
|
|
938
952
|
...trojan.services,
|
|
953
|
+
...trove.services,
|
|
939
954
|
...trustfun.services,
|
|
940
955
|
...tuktuk.services,
|
|
941
956
|
...tulip.services,
|
|
@@ -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 = [];
|
|
@@ -2,4 +2,5 @@ import { PlatformRaw, ServiceRaw } from "../types";
|
|
|
2
2
|
export declare const platform: PlatformRaw;
|
|
3
3
|
export declare const programIds: string[];
|
|
4
4
|
export declare const service: ServiceRaw;
|
|
5
|
+
export declare const withdrawableTokensService: ServiceRaw;
|
|
5
6
|
export declare const services: ServiceRaw[];
|
package/dist/platforms/ratex.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.service = exports.programIds = exports.platform = void 0;
|
|
3
|
+
exports.services = exports.withdrawableTokensService = exports.service = exports.programIds = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "ratex",
|
|
@@ -61,6 +61,11 @@ exports.programIds = [
|
|
|
61
61
|
"raTEkEMFeDsvsELyQ5CMk4dS8Yhh3wyXXRL6QESd7p2",
|
|
62
62
|
"rAtEYiVSYnNEDcwqrFGwCbi7gFDYCssu2vmdozzyv4Q",
|
|
63
63
|
];
|
|
64
|
+
const withdrawableTokensContract = {
|
|
65
|
+
name: "Withdrawable Tokens",
|
|
66
|
+
address: "raTejbjhXcMjSSq9SzkkdzxeWzttF1jz94F8CtvU9Ss",
|
|
67
|
+
networkId: types_1.NetworkId.solana,
|
|
68
|
+
};
|
|
64
69
|
exports.service = {
|
|
65
70
|
id: `ratex-main`,
|
|
66
71
|
name: "RateX",
|
|
@@ -71,4 +76,10 @@ exports.service = {
|
|
|
71
76
|
networkId: types_1.NetworkId.solana,
|
|
72
77
|
})),
|
|
73
78
|
};
|
|
74
|
-
exports.
|
|
79
|
+
exports.withdrawableTokensService = {
|
|
80
|
+
id: `ratex-withdrawable-tokens`,
|
|
81
|
+
name: "Withdrawable Tokens",
|
|
82
|
+
platformId: "ratex",
|
|
83
|
+
contractsRaw: [withdrawableTokensContract],
|
|
84
|
+
};
|
|
85
|
+
exports.services = [exports.service, exports.withdrawableTokensService];
|
|
@@ -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 = [];
|
|
@@ -14,6 +14,7 @@ exports.platform = {
|
|
|
14
14
|
"GyWgeqpy5GueU2YbkE8xqUeVEokCMMCEeUrfbtMw6phr",
|
|
15
15
|
"FubtUcvhSCr3VPXEcxouoQjKQ7NWTCzXyECe76B7L3f8",
|
|
16
16
|
"34mJztT9am2jybSukvjNqRjgJBZqHJsHnivArx1P4xy1",
|
|
17
|
+
"8yXrtJ54jZtE84xEBzTESKuegjcAkAuDrdAhRd8i8n3T",
|
|
17
18
|
],
|
|
18
19
|
};
|
|
19
20
|
exports.services = [];
|
|
@@ -13,7 +13,7 @@ exports.platform = {
|
|
|
13
13
|
telegram: "https://t.me/+NKjmb1u7LZw5YTU6",
|
|
14
14
|
},
|
|
15
15
|
tags: ["dapp"],
|
|
16
|
-
|
|
16
|
+
platformToken: "SoLiDMWBct5TurG1LNcocemBK7QmTn4P33GSrRrcd2n",
|
|
17
17
|
};
|
|
18
18
|
const contract = {
|
|
19
19
|
name: "Staking",
|
|
@@ -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];
|
|
@@ -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: "trove",
|
|
6
|
+
name: "Trove",
|
|
7
|
+
description: "Trove is a leverage trading platform for RWAs, Equities and Collectibles.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://trovemarkets.com/trade",
|
|
10
|
+
twitter: "https://x.com/trovemarkets",
|
|
11
|
+
},
|
|
12
|
+
tags: ["trading", "dapp", "defi", "rwa", "nft"],
|
|
13
|
+
platformToken: "Trove4jcQhE1dZGrjBwe8LUEAZizcFDZ35gUHezmjhZ",
|
|
14
|
+
addedAt: 1768910400000,
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|