@jup-ag/platform-list 1.2.98 → 1.2.100
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/binance.d.ts +4 -0
- package/dist/platforms/binance.js +26 -0
- package/dist/platforms/cesto.d.ts +3 -0
- package/dist/platforms/cesto.js +15 -0
- package/dist/platforms/glow.d.ts +2 -1
- package/dist/platforms/glow.js +16 -5
- package/dist/platforms/index.js +12 -0
- package/dist/platforms/jupiter-exchange.d.ts +11 -0
- package/dist/platforms/jupiter-exchange.js +29 -1
- package/dist/platforms/printr.d.ts +4 -0
- package/dist/platforms/printr.js +27 -0
- package/dist/platforms/sunrise.d.ts +3 -0
- package/dist/platforms/sunrise.js +17 -0
- package/package.json +1 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.mainService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "binance",
|
|
7
|
+
name: "Binance",
|
|
8
|
+
description: "Binance is a cryptocurrency exchange offering spot, futures, and derivatives trading along with staking and lending services.",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://www.binance.com/",
|
|
11
|
+
twitter: "https://x.com/binance",
|
|
12
|
+
},
|
|
13
|
+
tags: ["cex"],
|
|
14
|
+
};
|
|
15
|
+
const mainContract = {
|
|
16
|
+
name: "Binance Alpha 2.0",
|
|
17
|
+
address: "BN111TK638zTi7uSXCKkzXYPSRt3rKNSDBK6VsjS772b",
|
|
18
|
+
networkId: types_1.NetworkId.solana,
|
|
19
|
+
};
|
|
20
|
+
exports.mainService = {
|
|
21
|
+
id: `${exports.platform.id}-alpha-2`,
|
|
22
|
+
name: "Binance Alpha 2.0",
|
|
23
|
+
platformId: exports.platform.id,
|
|
24
|
+
contractsRaw: [mainContract],
|
|
25
|
+
};
|
|
26
|
+
exports.services = [exports.mainService];
|
|
@@ -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: "cesto",
|
|
6
|
+
name: "Cesto",
|
|
7
|
+
description: "Cesto lets you invest in baskets of assets built around themes, narratives, and convictions.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://cesto.co/",
|
|
10
|
+
twitter: "https://x.com/cesto_co",
|
|
11
|
+
documentation: "https://docs.cesto.co/",
|
|
12
|
+
},
|
|
13
|
+
tags: ["dapp"],
|
|
14
|
+
};
|
|
15
|
+
exports.services = [];
|
package/dist/platforms/glow.d.ts
CHANGED
|
@@ -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 marketsService: ServiceRaw;
|
|
4
|
+
export declare const liquidRestakingService: ServiceRaw;
|
|
4
5
|
export declare const services: ServiceRaw[];
|
package/dist/platforms/glow.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.
|
|
3
|
+
exports.services = exports.liquidRestakingService = exports.marketsService = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "glow",
|
|
@@ -13,15 +13,26 @@ exports.platform = {
|
|
|
13
13
|
discord: "https://discord.gg/glowfinance",
|
|
14
14
|
},
|
|
15
15
|
};
|
|
16
|
-
const
|
|
16
|
+
const marketsContract = {
|
|
17
17
|
name: "Markets",
|
|
18
18
|
address: "GLoWMgcn3VbyFKiC2FGMgfKxYSyTJS7uKFwKY2CSkq9X",
|
|
19
19
|
networkId: types_1.NetworkId.solana,
|
|
20
20
|
};
|
|
21
|
-
exports.
|
|
21
|
+
exports.marketsService = {
|
|
22
22
|
id: `${exports.platform.id}-markets`,
|
|
23
23
|
name: "Markets",
|
|
24
24
|
platformId: exports.platform.id,
|
|
25
|
-
contractsRaw: [
|
|
25
|
+
contractsRaw: [marketsContract],
|
|
26
26
|
};
|
|
27
|
-
|
|
27
|
+
const liquidRestakingContract = {
|
|
28
|
+
name: "Glow Liquid Restaking",
|
|
29
|
+
address: "LRtc6q4AhSr3k9dSLXpTRoAP1hBrgbQSiFkuQpuHaq3",
|
|
30
|
+
networkId: types_1.NetworkId.solana,
|
|
31
|
+
};
|
|
32
|
+
exports.liquidRestakingService = {
|
|
33
|
+
id: `${exports.platform.id}-liquid-restaking`,
|
|
34
|
+
name: "Glow Liquid Restaking",
|
|
35
|
+
platformId: exports.platform.id,
|
|
36
|
+
contractsRaw: [liquidRestakingContract],
|
|
37
|
+
};
|
|
38
|
+
exports.services = [exports.marketsService, exports.liquidRestakingService];
|
package/dist/platforms/index.js
CHANGED
|
@@ -70,6 +70,7 @@ const banger = __importStar(require("./banger"));
|
|
|
70
70
|
const banx = __importStar(require("./banx"));
|
|
71
71
|
const baskt = __importStar(require("./baskt"));
|
|
72
72
|
const believe = __importStar(require("./believe"));
|
|
73
|
+
const binance = __importStar(require("./binance"));
|
|
73
74
|
const bio = __importStar(require("./bio"));
|
|
74
75
|
const bitgo = __importStar(require("./bitgo"));
|
|
75
76
|
const blackrock = __importStar(require("./blackrock"));
|
|
@@ -96,6 +97,7 @@ const carrot = __importStar(require("./carrot"));
|
|
|
96
97
|
const cashcity = __importStar(require("./cashcity"));
|
|
97
98
|
const cashmere = __importStar(require("./cashmere"));
|
|
98
99
|
const cega = __importStar(require("./cega"));
|
|
100
|
+
const cesto = __importStar(require("./cesto"));
|
|
99
101
|
const chopcorp = __importStar(require("./chopcorp"));
|
|
100
102
|
const circle = __importStar(require("./circle"));
|
|
101
103
|
const circuit = __importStar(require("./circuit"));
|
|
@@ -312,6 +314,7 @@ const poolparty = __importStar(require("./poolparty"));
|
|
|
312
314
|
const port = __importStar(require("./port"));
|
|
313
315
|
const portalBridge = __importStar(require("./portal-bridge"));
|
|
314
316
|
const portals = __importStar(require("./portals"));
|
|
317
|
+
const printr = __importStar(require("./printr"));
|
|
315
318
|
const privacycash = __importStar(require("./privacycash"));
|
|
316
319
|
const privy = __importStar(require("./privy"));
|
|
317
320
|
const project0 = __importStar(require("./project0"));
|
|
@@ -389,6 +392,7 @@ const stepfinance = __importStar(require("./stepfinance"));
|
|
|
389
392
|
const streamflow = __importStar(require("./streamflow"));
|
|
390
393
|
const stripe = __importStar(require("./stripe"));
|
|
391
394
|
const sunny = __importStar(require("./sunny"));
|
|
395
|
+
const sunrise = __importStar(require("./sunrise"));
|
|
392
396
|
const superstate = __importStar(require("./superstate"));
|
|
393
397
|
const switchboard = __importStar(require("./switchboard"));
|
|
394
398
|
const sygnum = __importStar(require("./sygnum"));
|
|
@@ -478,6 +482,7 @@ exports.platforms = [
|
|
|
478
482
|
banx.platform,
|
|
479
483
|
baskt.platform,
|
|
480
484
|
believe.platform,
|
|
485
|
+
binance.platform,
|
|
481
486
|
bio.platform,
|
|
482
487
|
bitgo.platform,
|
|
483
488
|
blackrock.platform,
|
|
@@ -504,6 +509,7 @@ exports.platforms = [
|
|
|
504
509
|
cashcity.platform,
|
|
505
510
|
cashmere.platform,
|
|
506
511
|
cega.platform,
|
|
512
|
+
cesto.platform,
|
|
507
513
|
chopcorp.platform,
|
|
508
514
|
circle.platform,
|
|
509
515
|
circuit.platform,
|
|
@@ -720,6 +726,7 @@ exports.platforms = [
|
|
|
720
726
|
port.platform,
|
|
721
727
|
portalBridge.platform,
|
|
722
728
|
portals.platform,
|
|
729
|
+
printr.platform,
|
|
723
730
|
privacycash.platform,
|
|
724
731
|
privy.platform,
|
|
725
732
|
project0.platform,
|
|
@@ -797,6 +804,7 @@ exports.platforms = [
|
|
|
797
804
|
streamflow.platform,
|
|
798
805
|
stripe.platform,
|
|
799
806
|
sunny.platform,
|
|
807
|
+
sunrise.platform,
|
|
800
808
|
superstate.platform,
|
|
801
809
|
switchboard.platform,
|
|
802
810
|
sygnum.platform,
|
|
@@ -887,6 +895,7 @@ exports.services = [
|
|
|
887
895
|
...banx.services,
|
|
888
896
|
...baskt.services,
|
|
889
897
|
...believe.services,
|
|
898
|
+
...binance.services,
|
|
890
899
|
...bio.services,
|
|
891
900
|
...bitgo.services,
|
|
892
901
|
...blackrock.services,
|
|
@@ -913,6 +922,7 @@ exports.services = [
|
|
|
913
922
|
...cashcity.services,
|
|
914
923
|
...cashmere.services,
|
|
915
924
|
...cega.services,
|
|
925
|
+
...cesto.services,
|
|
916
926
|
...chopcorp.services,
|
|
917
927
|
...circle.services,
|
|
918
928
|
...circuit.services,
|
|
@@ -1129,6 +1139,7 @@ exports.services = [
|
|
|
1129
1139
|
...port.services,
|
|
1130
1140
|
...portalBridge.services,
|
|
1131
1141
|
...portals.services,
|
|
1142
|
+
...printr.services,
|
|
1132
1143
|
...privacycash.services,
|
|
1133
1144
|
...privy.services,
|
|
1134
1145
|
...project0.services,
|
|
@@ -1206,6 +1217,7 @@ exports.services = [
|
|
|
1206
1217
|
...streamflow.services,
|
|
1207
1218
|
...stripe.services,
|
|
1208
1219
|
...sunny.services,
|
|
1220
|
+
...sunrise.services,
|
|
1209
1221
|
...superstate.services,
|
|
1210
1222
|
...switchboard.services,
|
|
1211
1223
|
...sygnum.services,
|
|
@@ -41,6 +41,16 @@ export declare const lendContract: {
|
|
|
41
41
|
address: string;
|
|
42
42
|
networkId: "solana";
|
|
43
43
|
};
|
|
44
|
+
export declare const lendEthenaContract: {
|
|
45
|
+
name: string;
|
|
46
|
+
address: string;
|
|
47
|
+
networkId: "solana";
|
|
48
|
+
};
|
|
49
|
+
export declare const lendLiquidityEthenaContract: {
|
|
50
|
+
name: string;
|
|
51
|
+
address: string;
|
|
52
|
+
networkId: "solana";
|
|
53
|
+
};
|
|
44
54
|
export declare const rewardsHubContract: {
|
|
45
55
|
name: string;
|
|
46
56
|
address: string;
|
|
@@ -71,5 +81,6 @@ export declare const perpsService: ServiceRaw;
|
|
|
71
81
|
export declare const airdropService: ServiceRaw;
|
|
72
82
|
export declare const inviteService: ServiceRaw;
|
|
73
83
|
export declare const lendService: ServiceRaw;
|
|
84
|
+
export declare const lendEthenaService: ServiceRaw;
|
|
74
85
|
export declare const rewardsHubService: ServiceRaw;
|
|
75
86
|
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.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.gaslessSendService = 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.lendEthenaService = 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.gaslessSendService = exports.gaslessSwapService = exports.swapV1Service = exports.swapV2Service = exports.swapV3Service = exports.swapV4Service = exports.swapV5Service = exports.swapV6Service = exports.swapV7Service = exports.rewardsHubContract = exports.lendLiquidityEthenaContract = exports.lendEthenaContract = 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",
|
|
@@ -112,11 +112,26 @@ const lendVaultsContract = {
|
|
|
112
112
|
address: "jupr81YtYssSyPt8jbnGuiWon5f6x9TcDEFxYe3Bdzi",
|
|
113
113
|
networkId: types_1.NetworkId.solana,
|
|
114
114
|
};
|
|
115
|
+
const lendEthenaVaultsContract = {
|
|
116
|
+
name: "Lend Ethena Vaults",
|
|
117
|
+
address: "jupo974WCqAUMD3RtpayTap1me7StQCWtEkBbDb6Ba3",
|
|
118
|
+
networkId: types_1.NetworkId.solana,
|
|
119
|
+
};
|
|
115
120
|
exports.lendContract = {
|
|
116
121
|
name: "Lend",
|
|
117
122
|
address: "jup3YeL8QhtSx1e253b2FDvsMNC87fDrgQZivbrndc9",
|
|
118
123
|
networkId: types_1.NetworkId.solana,
|
|
119
124
|
};
|
|
125
|
+
exports.lendEthenaContract = {
|
|
126
|
+
name: "Lend Ethena",
|
|
127
|
+
address: "jup97Zx1NixM8UJMQFw8TtKzqTiRT3ETAJR7cVx3PfQ",
|
|
128
|
+
networkId: types_1.NetworkId.solana,
|
|
129
|
+
};
|
|
130
|
+
exports.lendLiquidityEthenaContract = {
|
|
131
|
+
name: "Lend Liquidity Ethena",
|
|
132
|
+
address: "jup6QF1sNDGpkkcu6F4qaFHcRBmnSS1VgyB4uFbBvNS",
|
|
133
|
+
networkId: types_1.NetworkId.solana,
|
|
134
|
+
};
|
|
120
135
|
exports.rewardsHubContract = {
|
|
121
136
|
name: "Rewards Hub",
|
|
122
137
|
address: "GenieRGuCtgfDGThwjp2GLreQMFtJoG1fqFE8MF1gAzG",
|
|
@@ -297,6 +312,18 @@ exports.lendService = {
|
|
|
297
312
|
link: "https://jup.ag/lend",
|
|
298
313
|
description: "The lend service allows users to lend their cryptocurrencies to earn interest, providing a way to generate passive income from idle assets. This service facilitates liquidity provision and supports the broader DeFi ecosystem.",
|
|
299
314
|
};
|
|
315
|
+
exports.lendEthenaService = {
|
|
316
|
+
id: `${exports.platform.id}-lend-ethena`,
|
|
317
|
+
name: "Lend",
|
|
318
|
+
platformId: exports.platform.id,
|
|
319
|
+
contractsRaw: [
|
|
320
|
+
exports.lendEthenaContract,
|
|
321
|
+
lendEthenaVaultsContract,
|
|
322
|
+
exports.lendLiquidityEthenaContract,
|
|
323
|
+
],
|
|
324
|
+
link: "https://jup.ag/lend/ethena/market",
|
|
325
|
+
description: "Institutional-grade lending for Ethena assets in a fully isolated market, co-curated with Bitwise.",
|
|
326
|
+
};
|
|
300
327
|
exports.rewardsHubService = {
|
|
301
328
|
id: `${exports.platform.id}-rewards-hub`,
|
|
302
329
|
name: "Rewards Hub",
|
|
@@ -335,6 +362,7 @@ exports.services = [
|
|
|
335
362
|
exports.airdropService,
|
|
336
363
|
exports.inviteService,
|
|
337
364
|
exports.lendService,
|
|
365
|
+
exports.lendEthenaService,
|
|
338
366
|
exports.rewardsHubService,
|
|
339
367
|
deltaNeutralVaultService,
|
|
340
368
|
exports.reclaimService,
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.mainService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "printr",
|
|
7
|
+
name: "Printr",
|
|
8
|
+
description: "Printr is the most configurable launchpad on Solana.",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://www.printr.money/",
|
|
11
|
+
twitter: "https://x.com/printr",
|
|
12
|
+
documentation: "https://printr.gitbook.io/printr-docs",
|
|
13
|
+
},
|
|
14
|
+
tags: ["dapp", "launchpad"],
|
|
15
|
+
};
|
|
16
|
+
const mainContract = {
|
|
17
|
+
name: "Printr Program",
|
|
18
|
+
address: "T8HsGYv7sMk3kTnyaRqZrbRPuntYzdh12evXBkprint",
|
|
19
|
+
networkId: types_1.NetworkId.solana,
|
|
20
|
+
};
|
|
21
|
+
exports.mainService = {
|
|
22
|
+
id: `${exports.platform.id}-program`,
|
|
23
|
+
name: "Printr Program",
|
|
24
|
+
platformId: exports.platform.id,
|
|
25
|
+
contractsRaw: [mainContract],
|
|
26
|
+
};
|
|
27
|
+
exports.services = [exports.mainService];
|
|
@@ -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: "sunrise",
|
|
6
|
+
name: "Sunrise",
|
|
7
|
+
description: "Any asset, any chain. Live on Solana from day one. DeFi asset gateway for token listings, day-one liquidity, and canonical markets.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.sunrisedefi.com/",
|
|
10
|
+
twitter: "https://x.com/sunrisedefi",
|
|
11
|
+
telegram: "https://t.me/sunrise_defi",
|
|
12
|
+
discord: "https://discord.gg/sunrise-defi",
|
|
13
|
+
},
|
|
14
|
+
tags: ["bridge"],
|
|
15
|
+
parentId: "wormhole",
|
|
16
|
+
};
|
|
17
|
+
exports.services = [];
|