@jup-ag/platform-list 1.2.86 → 1.2.88
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/index.js +12 -0
- package/dist/platforms/jupiter-offerbook.d.ts +9 -0
- package/dist/platforms/jupiter-offerbook.js +27 -0
- package/dist/platforms/jupnet.d.ts +4 -0
- package/dist/platforms/jupnet.js +27 -0
- package/dist/platforms/mysticdao.d.ts +4 -0
- package/dist/platforms/mysticdao.js +26 -0
- package/dist/platforms/perena.d.ts +1 -0
- package/dist/platforms/perena.js +13 -2
- package/dist/platforms/symmetry.d.ts +2 -1
- package/dist/platforms/symmetry.js +19 -8
- package/dist/platforms/yo.d.ts +4 -0
- package/dist/platforms/yo.js +27 -0
- package/package.json +1 -1
package/dist/platforms/index.js
CHANGED
|
@@ -214,8 +214,10 @@ const jupiterGovernance = __importStar(require("./jupiter-governance"));
|
|
|
214
214
|
const jupiterJupuary = __importStar(require("./jupiter-jupuary"));
|
|
215
215
|
const jupiterLaunchpad = __importStar(require("./jupiter-launchpad"));
|
|
216
216
|
const jupiterMobile = __importStar(require("./jupiter-mobile"));
|
|
217
|
+
const jupiterOfferbook = __importStar(require("./jupiter-offerbook"));
|
|
217
218
|
const jupiterPm = __importStar(require("./jupiter-pm"));
|
|
218
219
|
const jupiterWallet = __importStar(require("./jupiter-wallet"));
|
|
220
|
+
const jupnet = __importStar(require("./jupnet"));
|
|
219
221
|
const kamino = __importStar(require("./kamino"));
|
|
220
222
|
const kast = __importStar(require("./kast"));
|
|
221
223
|
const katana = __importStar(require("./katana"));
|
|
@@ -260,6 +262,7 @@ const mooncake = __importStar(require("./mooncake"));
|
|
|
260
262
|
const moonpay = __importStar(require("./moonpay"));
|
|
261
263
|
const moonwalk = __importStar(require("./moonwalk"));
|
|
262
264
|
const moose = __importStar(require("./moose"));
|
|
265
|
+
const mysticdao = __importStar(require("./mysticdao"));
|
|
263
266
|
const nativeStake = __importStar(require("./native-stake"));
|
|
264
267
|
const neutral = __importStar(require("./neutral"));
|
|
265
268
|
const nirvana = __importStar(require("./nirvana"));
|
|
@@ -428,6 +431,7 @@ const xstocks = __importStar(require("./xstocks"));
|
|
|
428
431
|
const y00ts = __importStar(require("./y00ts"));
|
|
429
432
|
const yaku = __importStar(require("./yaku"));
|
|
430
433
|
const yieldfan = __importStar(require("./yieldfan"));
|
|
434
|
+
const yo = __importStar(require("./yo"));
|
|
431
435
|
const zelo = __importStar(require("./zelo"));
|
|
432
436
|
const zenrock = __importStar(require("./zenrock"));
|
|
433
437
|
const zepz = __importStar(require("./zepz"));
|
|
@@ -614,8 +618,10 @@ exports.platforms = [
|
|
|
614
618
|
jupiterJupuary.platform,
|
|
615
619
|
jupiterLaunchpad.platform,
|
|
616
620
|
jupiterMobile.platform,
|
|
621
|
+
jupiterOfferbook.platform,
|
|
617
622
|
jupiterPm.platform,
|
|
618
623
|
jupiterWallet.platform,
|
|
624
|
+
jupnet.platform,
|
|
619
625
|
kamino.platform,
|
|
620
626
|
kast.platform,
|
|
621
627
|
katana.platform,
|
|
@@ -660,6 +666,7 @@ exports.platforms = [
|
|
|
660
666
|
moonpay.platform,
|
|
661
667
|
moonwalk.platform,
|
|
662
668
|
moose.platform,
|
|
669
|
+
mysticdao.platform,
|
|
663
670
|
nativeStake.platform,
|
|
664
671
|
neutral.platform,
|
|
665
672
|
nirvana.platform,
|
|
@@ -828,6 +835,7 @@ exports.platforms = [
|
|
|
828
835
|
y00ts.platform,
|
|
829
836
|
yaku.platform,
|
|
830
837
|
yieldfan.platform,
|
|
838
|
+
yo.platform,
|
|
831
839
|
zelo.platform,
|
|
832
840
|
zenrock.platform,
|
|
833
841
|
zepz.platform,
|
|
@@ -1015,8 +1023,10 @@ exports.services = [
|
|
|
1015
1023
|
...jupiterJupuary.services,
|
|
1016
1024
|
...jupiterLaunchpad.services,
|
|
1017
1025
|
...jupiterMobile.services,
|
|
1026
|
+
...jupiterOfferbook.services,
|
|
1018
1027
|
...jupiterPm.services,
|
|
1019
1028
|
...jupiterWallet.services,
|
|
1029
|
+
...jupnet.services,
|
|
1020
1030
|
...kamino.services,
|
|
1021
1031
|
...kast.services,
|
|
1022
1032
|
...katana.services,
|
|
@@ -1061,6 +1071,7 @@ exports.services = [
|
|
|
1061
1071
|
...moonpay.services,
|
|
1062
1072
|
...moonwalk.services,
|
|
1063
1073
|
...moose.services,
|
|
1074
|
+
...mysticdao.services,
|
|
1064
1075
|
...nativeStake.services,
|
|
1065
1076
|
...neutral.services,
|
|
1066
1077
|
...nirvana.services,
|
|
@@ -1229,6 +1240,7 @@ exports.services = [
|
|
|
1229
1240
|
...y00ts.services,
|
|
1230
1241
|
...yaku.services,
|
|
1231
1242
|
...yieldfan.services,
|
|
1243
|
+
...yo.services,
|
|
1232
1244
|
...zelo.services,
|
|
1233
1245
|
...zenrock.services,
|
|
1234
1246
|
...zepz.services,
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PlatformRaw, ServiceRaw } from "../types";
|
|
2
|
+
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const contract: {
|
|
4
|
+
name: string;
|
|
5
|
+
address: string;
|
|
6
|
+
networkId: "solana";
|
|
7
|
+
};
|
|
8
|
+
export declare const service: ServiceRaw;
|
|
9
|
+
export declare const services: ServiceRaw[];
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.service = exports.contract = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
const jupiter_exchange_1 = require("./jupiter-exchange");
|
|
6
|
+
exports.platform = {
|
|
7
|
+
id: "jupiter-offerbook",
|
|
8
|
+
name: "Jupiter Offerbook",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://offerbook.jup.ag/",
|
|
11
|
+
twitter: "https://x.com/jup_offerbook",
|
|
12
|
+
},
|
|
13
|
+
tags: ["defi", "dapp"],
|
|
14
|
+
parentId: jupiter_exchange_1.platform.id,
|
|
15
|
+
};
|
|
16
|
+
exports.contract = {
|
|
17
|
+
name: "Loans",
|
|
18
|
+
address: "Loanq3nXSZtyb2QC2Xv9PBb7mwb99vSQUJ22cEwi3qH",
|
|
19
|
+
networkId: types_1.NetworkId.solana,
|
|
20
|
+
};
|
|
21
|
+
exports.service = {
|
|
22
|
+
id: `jupiter-offerbook-main`,
|
|
23
|
+
name: "Offerbook",
|
|
24
|
+
platformId: exports.platform.id,
|
|
25
|
+
contractsRaw: [exports.contract],
|
|
26
|
+
};
|
|
27
|
+
exports.services = [exports.service];
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.service = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
const jupiter_exchange_1 = require("./jupiter-exchange");
|
|
6
|
+
exports.platform = {
|
|
7
|
+
id: "jupnet",
|
|
8
|
+
name: "Jupnet",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://x.com/Jupnet",
|
|
11
|
+
twitter: "https://x.com/Jupnet",
|
|
12
|
+
},
|
|
13
|
+
tags: ["dex"],
|
|
14
|
+
parentId: jupiter_exchange_1.platform.id,
|
|
15
|
+
};
|
|
16
|
+
const contract = {
|
|
17
|
+
name: "Bank",
|
|
18
|
+
address: "bk1PDAkbHEBGtVRiM94Lzets8gVFP7FgySyfkAc8MPN",
|
|
19
|
+
networkId: types_1.NetworkId.solana,
|
|
20
|
+
};
|
|
21
|
+
exports.service = {
|
|
22
|
+
id: `${exports.platform.id}-global-deposits`,
|
|
23
|
+
name: "Global Deposit",
|
|
24
|
+
platformId: exports.platform.id,
|
|
25
|
+
contractsRaw: [contract],
|
|
26
|
+
};
|
|
27
|
+
exports.services = [exports.service];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.service = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "mysticdao",
|
|
7
|
+
name: "Mystic DAO",
|
|
8
|
+
description: "Mystic DAO is a gamified DeFi ecosystem on Solana.",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://mysticdao.io/",
|
|
11
|
+
twitter: "https://x.com/MysticDAO",
|
|
12
|
+
},
|
|
13
|
+
tags: ["gaming"],
|
|
14
|
+
};
|
|
15
|
+
const contract = {
|
|
16
|
+
name: "Main",
|
|
17
|
+
address: "MYstiCRQrXvJAp3DGUdguaZjn7Zq1kwUYRe2sRK2RFY",
|
|
18
|
+
networkId: types_1.NetworkId.solana,
|
|
19
|
+
};
|
|
20
|
+
exports.service = {
|
|
21
|
+
id: `${exports.platform.id}-main`,
|
|
22
|
+
name: "Main",
|
|
23
|
+
platformId: exports.platform.id,
|
|
24
|
+
contractsRaw: [contract],
|
|
25
|
+
};
|
|
26
|
+
exports.services = [exports.service];
|
package/dist/platforms/perena.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.service = exports.platform = void 0;
|
|
3
|
+
exports.services = exports.starService = exports.service = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "perena",
|
|
@@ -22,10 +22,21 @@ const contract = {
|
|
|
22
22
|
address: "NUMERUNsFCP3kuNmWZuXtm1AaQCPj9uw6Guv2Ekoi5P",
|
|
23
23
|
networkId: types_1.NetworkId.solana,
|
|
24
24
|
};
|
|
25
|
+
const starContract = {
|
|
26
|
+
name: "Perena",
|
|
27
|
+
address: "save8RQVPMWNTzU18t3GBvBkN9hT7jsGjiCQ28FpD9H",
|
|
28
|
+
networkId: types_1.NetworkId.solana,
|
|
29
|
+
};
|
|
25
30
|
exports.service = {
|
|
26
31
|
id: "perena-numeraire",
|
|
27
32
|
name: "Numéraire",
|
|
28
33
|
platformId: exports.platform.id,
|
|
29
34
|
contractsRaw: [contract],
|
|
30
35
|
};
|
|
31
|
-
exports.
|
|
36
|
+
exports.starService = {
|
|
37
|
+
id: "perena-star",
|
|
38
|
+
name: "usdstar",
|
|
39
|
+
platformId: exports.platform.id,
|
|
40
|
+
contractsRaw: [starContract],
|
|
41
|
+
};
|
|
42
|
+
exports.services = [exports.service, exports.starService];
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { PlatformRaw, ServiceRaw } from "../types";
|
|
2
2
|
export declare const platform: PlatformRaw;
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const v2Service: ServiceRaw;
|
|
4
|
+
export declare const v3Service: ServiceRaw;
|
|
4
5
|
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.
|
|
3
|
+
exports.services = exports.v3Service = exports.v2Service = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "symmetry",
|
|
@@ -16,17 +16,28 @@ exports.platform = {
|
|
|
16
16
|
medium: "https://symmetry-fi.medium.com/",
|
|
17
17
|
documentation: "https://docs.symmetry.fi/",
|
|
18
18
|
},
|
|
19
|
-
tags: ["dapp", "defi"],
|
|
19
|
+
tags: ["dapp", "defi", "vault"],
|
|
20
20
|
};
|
|
21
|
-
const
|
|
22
|
-
name: "Symmetry",
|
|
21
|
+
const v2Contract = {
|
|
22
|
+
name: "Symmetry V2",
|
|
23
23
|
address: "2KehYt3KsEQR53jYcxjbQp2d2kCp4AkuQW68atufRwSr",
|
|
24
24
|
networkId: types_1.NetworkId.solana,
|
|
25
25
|
};
|
|
26
|
-
|
|
26
|
+
const v3Contract = {
|
|
27
|
+
name: "Symmetry V3",
|
|
28
|
+
address: "BASKT7aKd8n7ibpUbwLP3Wiyxyi3yoiXsxBk4Hpumate",
|
|
29
|
+
networkId: types_1.NetworkId.solana,
|
|
30
|
+
};
|
|
31
|
+
exports.v2Service = {
|
|
27
32
|
id: "symmetry-main",
|
|
28
|
-
name: "
|
|
33
|
+
name: "V2",
|
|
34
|
+
platformId: exports.platform.id,
|
|
35
|
+
contractsRaw: [v2Contract],
|
|
36
|
+
};
|
|
37
|
+
exports.v3Service = {
|
|
38
|
+
id: "symmetry-v3",
|
|
39
|
+
name: "V3",
|
|
29
40
|
platformId: exports.platform.id,
|
|
30
|
-
contractsRaw: [
|
|
41
|
+
contractsRaw: [v3Contract],
|
|
31
42
|
};
|
|
32
|
-
exports.services = [exports.
|
|
43
|
+
exports.services = [exports.v2Service, exports.v3Service];
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.solVaultService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "yo",
|
|
7
|
+
name: "YO",
|
|
8
|
+
description: "YO is a DeFi protocol that helps you easily boost your crypto earnings without the hassle.",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://app.yo.xyz/",
|
|
11
|
+
twitter: "https://x.com/yield",
|
|
12
|
+
documentation: "https://docs.yo.xyz/",
|
|
13
|
+
},
|
|
14
|
+
tags: ["dapp"],
|
|
15
|
+
};
|
|
16
|
+
const contract = {
|
|
17
|
+
name: "SOL Vault",
|
|
18
|
+
address: "yvSoLSBaLoqZ2yQttGbaYzHDXr9Bo9UdqtiRDiVaMxP",
|
|
19
|
+
networkId: types_1.NetworkId.solana,
|
|
20
|
+
};
|
|
21
|
+
exports.solVaultService = {
|
|
22
|
+
id: `${exports.platform.id}-sol-vault`,
|
|
23
|
+
name: "yoSOL Vault",
|
|
24
|
+
platformId: exports.platform.id,
|
|
25
|
+
contractsRaw: [contract],
|
|
26
|
+
};
|
|
27
|
+
exports.services = [exports.solVaultService];
|