@jup-ag/platform-list 1.2.75 → 1.2.76
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/cashcity.d.ts +4 -0
- package/dist/platforms/cashcity.js +28 -0
- package/dist/platforms/halo.js +1 -2
- package/dist/platforms/helius.js +1 -1
- package/dist/platforms/index.js +6 -0
- package/dist/platforms/rain.js +1 -1
- package/dist/platforms/recc.js +1 -0
- package/dist/platforms/smithii.d.ts +4 -0
- package/dist/platforms/smithii.js +20 -0
- package/dist/platforms/tender.js +2 -1
- package/package.json +1 -1
|
@@ -0,0 +1,28 @@
|
|
|
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: "cashcity",
|
|
7
|
+
name: "Cash City",
|
|
8
|
+
description: "Cash City is a competitive Trading Firm simulator built on Solana.",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://www.cashcity.fun/",
|
|
11
|
+
twitter: "https://x.com/cashcitydotfun",
|
|
12
|
+
documentation: "https://docs.cashcity.fun/",
|
|
13
|
+
},
|
|
14
|
+
tags: ["gaming"],
|
|
15
|
+
tokens: ["9QYybdHqCWB53h3bpJ6DY2ojgXavQKKe2yZR66xzDAKh"],
|
|
16
|
+
};
|
|
17
|
+
const contract = {
|
|
18
|
+
name: "Game",
|
|
19
|
+
address: "DGgwXnCW9ERZoqEbk47Z1Ny7tHmpptFLzBmq9ydua259",
|
|
20
|
+
networkId: types_1.NetworkId.solana,
|
|
21
|
+
};
|
|
22
|
+
exports.service = {
|
|
23
|
+
id: `${exports.platform.id}-game`,
|
|
24
|
+
name: "Game",
|
|
25
|
+
platformId: exports.platform.id,
|
|
26
|
+
contractsRaw: [contract],
|
|
27
|
+
};
|
|
28
|
+
exports.services = [exports.service];
|
package/dist/platforms/halo.js
CHANGED
|
@@ -7,10 +7,9 @@ exports.platform = {
|
|
|
7
7
|
name: "Halo Supply",
|
|
8
8
|
description: "Mining is the process by which new HALO tokens are created and distributed to users",
|
|
9
9
|
tags: ["tool"],
|
|
10
|
+
isDeprecated: true,
|
|
10
11
|
links: {
|
|
11
12
|
website: "https://halo.supply/",
|
|
12
|
-
twitter: "https://x.com/halosupply",
|
|
13
|
-
discord: "https://discord.gg/RU6DhKYz7u",
|
|
14
13
|
documentation: "https://halo.supply/about",
|
|
15
14
|
},
|
|
16
15
|
platformToken: "HALozDi7vZmnzdhmriUJGRDy7A5RXiTPj7ZGuiALGgyX",
|
package/dist/platforms/helius.js
CHANGED
|
@@ -8,7 +8,7 @@ exports.platform = {
|
|
|
8
8
|
links: {
|
|
9
9
|
website: "https://www.helius.dev/",
|
|
10
10
|
discord: "https://discord.gg/helius",
|
|
11
|
-
twitter: "https://x.com/
|
|
11
|
+
twitter: "https://x.com/Helius",
|
|
12
12
|
github: "https://github.com/helius-labs",
|
|
13
13
|
documentation: "https://www.helius.dev/docs",
|
|
14
14
|
},
|
package/dist/platforms/index.js
CHANGED
|
@@ -86,6 +86,7 @@ const byreal = __importStar(require("./byreal"));
|
|
|
86
86
|
const canary = __importStar(require("./canary"));
|
|
87
87
|
const candle = __importStar(require("./candle"));
|
|
88
88
|
const carrot = __importStar(require("./carrot"));
|
|
89
|
+
const cashcity = __importStar(require("./cashcity"));
|
|
89
90
|
const cashmere = __importStar(require("./cashmere"));
|
|
90
91
|
const cega = __importStar(require("./cega"));
|
|
91
92
|
const chopcorp = __importStar(require("./chopcorp"));
|
|
@@ -317,6 +318,7 @@ const sgforge = __importStar(require("./sgforge"));
|
|
|
317
318
|
const sharky = __importStar(require("./sharky"));
|
|
318
319
|
const sky = __importStar(require("./sky"));
|
|
319
320
|
const smb = __importStar(require("./smb"));
|
|
321
|
+
const smithii = __importStar(require("./smithii"));
|
|
320
322
|
const solana = __importStar(require("./solana"));
|
|
321
323
|
const solanaid = __importStar(require("./solanaid"));
|
|
322
324
|
const solanamobile = __importStar(require("./solanamobile"));
|
|
@@ -439,6 +441,7 @@ exports.platforms = [
|
|
|
439
441
|
canary.platform,
|
|
440
442
|
candle.platform,
|
|
441
443
|
carrot.platform,
|
|
444
|
+
cashcity.platform,
|
|
442
445
|
cashmere.platform,
|
|
443
446
|
cega.platform,
|
|
444
447
|
chopcorp.platform,
|
|
@@ -670,6 +673,7 @@ exports.platforms = [
|
|
|
670
673
|
sharky.platform,
|
|
671
674
|
sky.platform,
|
|
672
675
|
smb.platform,
|
|
676
|
+
smithii.platform,
|
|
673
677
|
solana.platform,
|
|
674
678
|
solanaid.platform,
|
|
675
679
|
solanamobile.platform,
|
|
@@ -793,6 +797,7 @@ exports.services = [
|
|
|
793
797
|
...canary.services,
|
|
794
798
|
...candle.services,
|
|
795
799
|
...carrot.services,
|
|
800
|
+
...cashcity.services,
|
|
796
801
|
...cashmere.services,
|
|
797
802
|
...cega.services,
|
|
798
803
|
...chopcorp.services,
|
|
@@ -1024,6 +1029,7 @@ exports.services = [
|
|
|
1024
1029
|
...sharky.services,
|
|
1025
1030
|
...sky.services,
|
|
1026
1031
|
...smb.services,
|
|
1032
|
+
...smithii.services,
|
|
1027
1033
|
...solana.services,
|
|
1028
1034
|
...solanaid.services,
|
|
1029
1035
|
...solanamobile.services,
|
package/dist/platforms/rain.js
CHANGED
|
@@ -10,12 +10,12 @@ exports.platform = {
|
|
|
10
10
|
links: {
|
|
11
11
|
website: "https://rain.fi/",
|
|
12
12
|
discord: "https://discord.gg/rainfi",
|
|
13
|
-
twitter: "https://x.com/RainFi_",
|
|
14
13
|
github: "https://github.com/rain-foundation",
|
|
15
14
|
medium: "https://medium.com/@rainfi_",
|
|
16
15
|
documentation: "https://docs.rain.fi/",
|
|
17
16
|
},
|
|
18
17
|
tags: ["dapp"],
|
|
18
|
+
isDeprecated: true,
|
|
19
19
|
};
|
|
20
20
|
const contractNftLending = {
|
|
21
21
|
name: "NFT Lending",
|
package/dist/platforms/recc.js
CHANGED
|
@@ -7,6 +7,7 @@ exports.platform = {
|
|
|
7
7
|
description: "RECC is a Solana-based, ETF-style real estate product that lets you access yields from real-world property deals through on-chain crowdfunding.",
|
|
8
8
|
links: {
|
|
9
9
|
website: "https://recc.finance/",
|
|
10
|
+
twitter: "https://x.com/RECCFinance",
|
|
10
11
|
telegram: "https://t.me/reccfinance",
|
|
11
12
|
discord: "https://discord.gg/zKV4B3etbX",
|
|
12
13
|
documentation: "https://docs.recc.finance/",
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "smithii",
|
|
6
|
+
name: "Smithii",
|
|
7
|
+
description: "Smithii is an all-in-one suite of tools designed for blockchain token creators to launch, edit, and manage the liquidity of their crypto projects quickly, affordably, and without the need for programming knowledge.",
|
|
8
|
+
defiLlamaId: "smithii",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://tools.smithii.io/",
|
|
11
|
+
twitter: "https://x.com/SmithiiTools",
|
|
12
|
+
discord: "https://discord.gg/fgwUfZT9Qw",
|
|
13
|
+
documentation: "https://docs.smithii.io/",
|
|
14
|
+
github: "https://github.com/SmithiiDev",
|
|
15
|
+
},
|
|
16
|
+
tags: ["dapp", "tool"],
|
|
17
|
+
addedAt: 1771329600000,
|
|
18
|
+
};
|
|
19
|
+
exports.services = [];
|
|
20
|
+
exports.default = exports.services;
|
package/dist/platforms/tender.js
CHANGED
|
@@ -8,10 +8,11 @@ exports.platform = {
|
|
|
8
8
|
defiLlamaId: "tendermerchant",
|
|
9
9
|
links: {
|
|
10
10
|
website: "https://tender.cash/",
|
|
11
|
+
twitter: "https://x.com/Tender_Merchant",
|
|
11
12
|
github: "https://github.com/Tender-cash/",
|
|
12
13
|
documentation: "https://docs.tender.cash/",
|
|
13
14
|
},
|
|
14
|
-
tags: ["tool"],
|
|
15
|
+
tags: ["payments", "tool"],
|
|
15
16
|
addedAt: 1770984000000,
|
|
16
17
|
};
|
|
17
18
|
exports.services = [];
|