@jup-ag/platform-list 1.2.48 → 1.2.49
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/adrastea.js +2 -1
- package/dist/platforms/akuma.js +1 -1
- package/dist/platforms/aldrin.js +1 -1
- package/dist/platforms/armada.js +1 -1
- package/dist/platforms/asgardfi.js +1 -1
- package/dist/platforms/banx.js +1 -1
- package/dist/platforms/baskt.js +2 -1
- package/dist/platforms/brawl.js +1 -1
- package/dist/platforms/btcsol.js +1 -1
- package/dist/platforms/bulktrade.js +1 -1
- package/dist/platforms/circuit.js +1 -1
- package/dist/platforms/citrus.js +1 -1
- package/dist/platforms/drift.js +1 -1
- package/dist/platforms/exponent.js +1 -1
- package/dist/platforms/flexlend.js +1 -1
- package/dist/platforms/futarchy.d.ts +1 -0
- package/dist/platforms/futarchy.js +19 -2
- package/dist/platforms/gauntlet.js +1 -1
- package/dist/platforms/genesysgo.js +1 -1
- package/dist/platforms/grass.js +1 -1
- package/dist/platforms/growcorp.js +1 -1
- package/dist/platforms/haven.js +1 -1
- package/dist/platforms/hedgehog.js +1 -1
- package/dist/platforms/hedgy.js +2 -1
- package/dist/platforms/huma.d.ts +1 -0
- package/dist/platforms/huma.js +14 -1
- package/dist/platforms/iloop.js +2 -2
- package/dist/platforms/index.js +3 -0
- package/dist/platforms/jet.js +1 -1
- package/dist/platforms/jito.js +1 -1
- package/dist/platforms/jupiter-exchange.js +1 -1
- package/dist/platforms/kamino.js +1 -1
- package/dist/platforms/katana.js +1 -1
- package/dist/platforms/larix.js +1 -1
- package/dist/platforms/lifinity.js +2 -1
- package/dist/platforms/lince.js +2 -1
- package/dist/platforms/lombard.js +1 -1
- package/dist/platforms/loopscale.js +2 -2
- package/dist/platforms/maestro.js +1 -1
- package/dist/platforms/maple.js +2 -1
- package/dist/platforms/marginfi.js +1 -1
- package/dist/platforms/melee.js +1 -1
- package/dist/platforms/metengine.js +1 -1
- package/dist/platforms/meteora.js +1 -1
- package/dist/platforms/mintech.js +2 -2
- package/dist/platforms/mooncake.js +1 -1
- package/dist/platforms/moose.js +2 -1
- package/dist/platforms/nirvana.js +2 -2
- package/dist/platforms/ondo-finance.js +1 -1
- package/dist/platforms/orca.js +1 -1
- package/dist/platforms/paraswap.js +1 -1
- package/dist/platforms/parcl.js +1 -1
- package/dist/platforms/parrot.js +1 -1
- package/dist/platforms/phoenix.js +2 -2
- package/dist/platforms/photon.js +1 -1
- package/dist/platforms/picasso.js +1 -1
- package/dist/platforms/piggybank.js +2 -1
- package/dist/platforms/port.js +1 -1
- package/dist/platforms/psy.js +1 -1
- package/dist/platforms/pumpkin.js +3 -2
- package/dist/platforms/pumpswap.js +1 -1
- package/dist/platforms/pyra.js +1 -1
- package/dist/platforms/pyth.js +2 -2
- package/dist/platforms/raydium.js +1 -1
- package/dist/platforms/reflect.js +2 -1
- package/dist/platforms/saber.js +1 -1
- package/dist/platforms/save.js +2 -1
- package/dist/platforms/serum.js +1 -1
- package/dist/platforms/sharky.js +2 -2
- package/dist/platforms/spice.js +1 -1
- package/dist/platforms/stakewise.js +1 -1
- package/dist/platforms/stakewiz.d.ts +3 -0
- package/dist/platforms/stakewiz.js +16 -0
- package/dist/platforms/switchboard.js +1 -1
- package/dist/platforms/thevault.js +2 -2
- package/dist/platforms/vaultka.js +2 -1
- package/dist/platforms/voltr.js +1 -1
- package/dist/platforms/whalesmarket.js +3 -3
- package/dist/platforms/zeta.js +2 -1
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ exports.platform = {
|
|
|
6
6
|
name: "Adrastea",
|
|
7
7
|
description: "Adrastea is a composable leverage protocol that facilitates isolated boosting, with a primary mission to simplify the process and amplify the yield.",
|
|
8
8
|
defiLlamaId: "adrastea",
|
|
9
|
-
tags: ["dapp"],
|
|
9
|
+
tags: ["dapp", "defi", "lending", "vault"],
|
|
10
10
|
links: {
|
|
11
11
|
website: "https://app.adrastea.fi/",
|
|
12
12
|
discord: "https://discord.gg/adrasteafinance",
|
|
@@ -14,5 +14,6 @@ exports.platform = {
|
|
|
14
14
|
github: "https://github.com/adrasteafinance",
|
|
15
15
|
documentation: "https://docs.adrastea.fi/",
|
|
16
16
|
},
|
|
17
|
+
isDeprecated: true,
|
|
17
18
|
};
|
|
18
19
|
exports.services = [];
|
package/dist/platforms/akuma.js
CHANGED
|
@@ -5,7 +5,7 @@ exports.platform = {
|
|
|
5
5
|
id: "akuma",
|
|
6
6
|
name: "Akuma",
|
|
7
7
|
description: "Akuma is an NFT collection blending Japanese folklore and technology, featuring staking rewards and play-to-earn gaming mechanics.",
|
|
8
|
-
tags: ["nft-collection"],
|
|
8
|
+
tags: ["nft-collection", "gaming"],
|
|
9
9
|
links: {
|
|
10
10
|
website: "https://staking.theakuma.xyz",
|
|
11
11
|
twitter: "https://x.com/TheAkumaXYZ",
|
package/dist/platforms/aldrin.js
CHANGED
package/dist/platforms/armada.js
CHANGED
|
@@ -7,7 +7,7 @@ exports.platform = {
|
|
|
7
7
|
name: "Armada",
|
|
8
8
|
description: "Armada is a no-code token staking and liquidity management platform offering professionally managed, non-custodial strategies.",
|
|
9
9
|
defiLlamaId: "armada-staking",
|
|
10
|
-
tags: ["dapp"],
|
|
10
|
+
tags: ["dapp", "liquidity-provider", "amm"],
|
|
11
11
|
isDeprecated: true,
|
|
12
12
|
links: {
|
|
13
13
|
website: "https://armada-alliance.com/",
|
|
@@ -6,7 +6,7 @@ exports.platform = {
|
|
|
6
6
|
name: "Asgard Finance",
|
|
7
7
|
description: "Asgard Finance is a leverage yield aggregation platform offering Credit Backed Positions (CBP) for capital-efficient DeFi strategies.",
|
|
8
8
|
defiLlamaId: "asgard-finance",
|
|
9
|
-
tags: ["dapp"],
|
|
9
|
+
tags: ["dapp", "defi", "vault"],
|
|
10
10
|
links: {
|
|
11
11
|
website: "https://asgardfi.com/",
|
|
12
12
|
twitter: "https://x.com/asgardfi",
|
package/dist/platforms/banx.js
CHANGED
|
@@ -7,7 +7,7 @@ exports.platform = {
|
|
|
7
7
|
name: "Banx",
|
|
8
8
|
description: "Banx is a DeFi lending protocol for borrowing and lending against tokens and NFTs with no expiration and no price-based liquidation.",
|
|
9
9
|
defiLlamaId: "banx",
|
|
10
|
-
tags: ["dapp"],
|
|
10
|
+
tags: ["dapp", "lending", "defi"],
|
|
11
11
|
links: {
|
|
12
12
|
website: "https://banx.gg/",
|
|
13
13
|
discord: "https://discord.com/invite/banxfromfrakt",
|
package/dist/platforms/baskt.js
CHANGED
|
@@ -5,7 +5,7 @@ exports.platform = {
|
|
|
5
5
|
id: "baskt",
|
|
6
6
|
name: "baskt",
|
|
7
7
|
description: "Baskt is a platform for creating and trading token baskets, enabling automated non-custodial narrative index investing across sectors like AI, DeSci, and memes.",
|
|
8
|
-
tags: ["dapp"],
|
|
8
|
+
tags: ["dapp", "defi"],
|
|
9
9
|
links: {
|
|
10
10
|
website: "https://www.baskt.fun/",
|
|
11
11
|
telegram: "https://t.me/basktfun",
|
|
@@ -13,5 +13,6 @@ exports.platform = {
|
|
|
13
13
|
documentation: "https://www.baskt.fun/about#features",
|
|
14
14
|
},
|
|
15
15
|
tokens: ["Ejq4Xr7KwHtLPkfGr3DGkKSgyGCuZvsndeyj92yXpump"],
|
|
16
|
+
isDeprecated: true,
|
|
16
17
|
};
|
|
17
18
|
exports.services = [];
|
package/dist/platforms/brawl.js
CHANGED
|
@@ -5,7 +5,7 @@ exports.platform = {
|
|
|
5
5
|
id: "brawl",
|
|
6
6
|
name: "Brawl AI",
|
|
7
7
|
description: "Brawl AI Layer is a Layer-3 blockchain platform integrating AI-driven solutions into Web3 applications with monetization through User and Developer Nodes.",
|
|
8
|
-
tags: ["tool"],
|
|
8
|
+
tags: ["tool", "infrastructure", "ai"],
|
|
9
9
|
links: {
|
|
10
10
|
website: "https://staking.brawlailayer.org/",
|
|
11
11
|
twitter: "https://x.com/BrawlAILayer",
|
package/dist/platforms/btcsol.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "btcsol",
|
|
7
7
|
name: "btcSOL",
|
|
8
8
|
description: "btcSOL is a liquid staking token that converts SOL staking yield into daily BTC rewards through automatic zBTC purchases.",
|
|
9
|
-
tags: ["dapp"],
|
|
9
|
+
tags: ["dapp", "lst", "defi"],
|
|
10
10
|
links: {
|
|
11
11
|
website: "https://btcsol.co/",
|
|
12
12
|
discord: "https://discord.com/invite/zeusnetwork",
|
|
@@ -5,7 +5,7 @@ exports.platform = {
|
|
|
5
5
|
id: "bulktrade",
|
|
6
6
|
name: "Bulk Trade",
|
|
7
7
|
description: "Bulk Trade is a perpetual futures DEX targeting sub-20ms latency and validator-integrated order matching.",
|
|
8
|
-
tags: ["dapp"],
|
|
8
|
+
tags: ["dapp", "dex", "trading"],
|
|
9
9
|
links: {
|
|
10
10
|
website: "https://www.bulk.trade/",
|
|
11
11
|
discord: "https://discord.gg/bulk",
|
package/dist/platforms/citrus.js
CHANGED
package/dist/platforms/drift.js
CHANGED
|
@@ -7,7 +7,7 @@ exports.platform = {
|
|
|
7
7
|
name: "Drift",
|
|
8
8
|
description: "Drift brings on-chain, cross-margined perpetual futures. Making futures DEXs the best way to trade.",
|
|
9
9
|
defiLlamaId: "parent#drift",
|
|
10
|
-
tags: ["dapp"],
|
|
10
|
+
tags: ["dapp", "dex", "trading", "vault", "defi"],
|
|
11
11
|
links: {
|
|
12
12
|
website: "https://www.drift.trade/",
|
|
13
13
|
discord: "https://discord.com/invite/fMcZBH8ErM",
|
|
@@ -2,4 +2,5 @@ import { PlatformRaw, ServiceRaw } from "../types";
|
|
|
2
2
|
export declare const platform: PlatformRaw;
|
|
3
3
|
export declare const launchpadService: ServiceRaw;
|
|
4
4
|
export declare const decisionMarketService: ServiceRaw;
|
|
5
|
+
export declare const ICOService: ServiceRaw;
|
|
5
6
|
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.decisionMarketService = exports.launchpadService = exports.platform = void 0;
|
|
3
|
+
exports.services = exports.ICOService = exports.decisionMarketService = exports.launchpadService = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "futarchy",
|
|
@@ -36,6 +36,11 @@ const ammContract = {
|
|
|
36
36
|
address: "AMMyu265tkBpRW21iGQxKGLaves3gKm2JcMUqfXNSpqD",
|
|
37
37
|
networkId: types_1.NetworkId.solana,
|
|
38
38
|
};
|
|
39
|
+
const ICOContract = {
|
|
40
|
+
name: "ICO",
|
|
41
|
+
address: "moontUzsdepotRGe5xsfip7vLPTJnVuafqdUWexVnPM",
|
|
42
|
+
networkId: types_1.NetworkId.solana,
|
|
43
|
+
};
|
|
39
44
|
exports.launchpadService = {
|
|
40
45
|
id: "futarchy-launchpad",
|
|
41
46
|
name: "Launchpad",
|
|
@@ -52,4 +57,16 @@ exports.decisionMarketService = {
|
|
|
52
57
|
link: "https://metadao.fi/",
|
|
53
58
|
description: "Prediction market governance system where proposals pass or fail based on their predicted impact on token price via conditional markets.",
|
|
54
59
|
};
|
|
55
|
-
exports.
|
|
60
|
+
exports.ICOService = {
|
|
61
|
+
id: "futarchy-ico",
|
|
62
|
+
name: "ICO",
|
|
63
|
+
platformId: exports.platform.id,
|
|
64
|
+
contractsRaw: [ICOContract],
|
|
65
|
+
link: "https://metadao.fi/",
|
|
66
|
+
description: "Raise money while putting ownership into the hands of your early users and believers.d",
|
|
67
|
+
};
|
|
68
|
+
exports.services = [
|
|
69
|
+
exports.launchpadService,
|
|
70
|
+
exports.decisionMarketService,
|
|
71
|
+
exports.ICOService,
|
|
72
|
+
];
|
package/dist/platforms/grass.js
CHANGED
|
@@ -13,7 +13,7 @@ exports.platform = {
|
|
|
13
13
|
documentation: "https://grass-foundation.gitbook.io/grass-docs",
|
|
14
14
|
},
|
|
15
15
|
tokens: ["Grass7B4RdKfBCjTKgSqnXkqjwiGvQyFbuSCUJr3XXjs"],
|
|
16
|
-
tags: ["tool", "dapp"],
|
|
16
|
+
tags: ["tool", "dapp", "depin"],
|
|
17
17
|
};
|
|
18
18
|
const contract = {
|
|
19
19
|
name: "Staking",
|
|
@@ -6,7 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "growcorp",
|
|
7
7
|
name: "Grow Corp",
|
|
8
8
|
description: "GROW CORP is a PvP farming game on Solana where players compete for 8 crop slots. Plant crops, earn $GROW tokens, and defend your harvest from other farmers.",
|
|
9
|
-
tags: ["tool"],
|
|
9
|
+
tags: ["tool", "gaming"],
|
|
10
10
|
links: {
|
|
11
11
|
website: "https://growcorp.org/",
|
|
12
12
|
twitter: "https://x.com/growingcorp",
|
package/dist/platforms/haven.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "haven",
|
|
7
7
|
name: "Haven",
|
|
8
8
|
description: "Haven is an automated leverage management platform powered by Solauto for self-rebalancing positions.",
|
|
9
|
-
tags: ["dapp"],
|
|
9
|
+
tags: ["dapp", "defi", "trading"],
|
|
10
10
|
links: {
|
|
11
11
|
website: "https://haven.trade/",
|
|
12
12
|
twitter: "https://x.com/haven_fi",
|
package/dist/platforms/hedgy.js
CHANGED
package/dist/platforms/huma.d.ts
CHANGED
|
@@ -4,4 +4,5 @@ export declare const service: ServiceRaw;
|
|
|
4
4
|
export declare const institutionalService: ServiceRaw;
|
|
5
5
|
export declare const airdropService: ServiceRaw;
|
|
6
6
|
export declare const stakingService: ServiceRaw;
|
|
7
|
+
export declare const primeService: ServiceRaw;
|
|
7
8
|
export declare const services: ServiceRaw[];
|
package/dist/platforms/huma.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.stakingService = exports.airdropService = exports.institutionalService = exports.service = exports.platform = void 0;
|
|
3
|
+
exports.services = exports.primeService = exports.stakingService = exports.airdropService = exports.institutionalService = exports.service = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "huma",
|
|
@@ -39,6 +39,11 @@ const stakingContract = {
|
|
|
39
39
|
address: "vsRJM68m7i18PwzTFphgPYXTujCgxEi28knpUwSmg3q",
|
|
40
40
|
networkId: types_1.NetworkId.solana,
|
|
41
41
|
};
|
|
42
|
+
const primeContract = {
|
|
43
|
+
name: "Prime",
|
|
44
|
+
address: "prm1azdDGzyqP76s3Hv2nuG3uLnBgR5u2d7pANwmmzC",
|
|
45
|
+
networkId: types_1.NetworkId.solana,
|
|
46
|
+
};
|
|
42
47
|
exports.service = {
|
|
43
48
|
id: `${exports.platform.id}-permissionless`,
|
|
44
49
|
name: "Permissionless",
|
|
@@ -68,9 +73,17 @@ exports.stakingService = {
|
|
|
68
73
|
contractsRaw: [stakingContract],
|
|
69
74
|
description: "HUMA token staking for governance participation and earning protocol revenue share.",
|
|
70
75
|
};
|
|
76
|
+
exports.primeService = {
|
|
77
|
+
id: `${exports.platform.id}-prime`,
|
|
78
|
+
name: "Prime",
|
|
79
|
+
platformId: exports.platform.id,
|
|
80
|
+
contractsRaw: [primeContract],
|
|
81
|
+
description: "Looping strategy vault for $PST.",
|
|
82
|
+
};
|
|
71
83
|
exports.services = [
|
|
72
84
|
exports.service,
|
|
73
85
|
exports.institutionalService,
|
|
74
86
|
exports.airdropService,
|
|
75
87
|
exports.stakingService,
|
|
88
|
+
exports.primeService,
|
|
76
89
|
];
|
package/dist/platforms/iloop.js
CHANGED
|
@@ -8,13 +8,13 @@ exports.platform = {
|
|
|
8
8
|
description: "ILoop is an AI-optimized vault platform for automated LST and DeFi yield strategies.",
|
|
9
9
|
defiLlamaId: "iloop",
|
|
10
10
|
links: {
|
|
11
|
-
website: "https://
|
|
11
|
+
website: "https://iloop.finance/",
|
|
12
12
|
discord: "https://discord.com/invite/ffDUZZ4kuu",
|
|
13
13
|
telegram: "https://t.me/iloophq",
|
|
14
14
|
twitter: "https://twitter.com/iLoop_HQ",
|
|
15
15
|
documentation: "https://iloop-1.gitbook.io/docs.iloop.finance",
|
|
16
16
|
},
|
|
17
|
-
tags: ["dapp"],
|
|
17
|
+
tags: ["dapp", "vault", "defi", "ai", "lst"],
|
|
18
18
|
};
|
|
19
19
|
const contract = {
|
|
20
20
|
name: "Lending",
|
package/dist/platforms/index.js
CHANGED
|
@@ -279,6 +279,7 @@ const spice = __importStar(require("./spice"));
|
|
|
279
279
|
const squads = __importStar(require("./squads"));
|
|
280
280
|
const stabble = __importStar(require("./stabble"));
|
|
281
281
|
const stakewise = __importStar(require("./stakewise"));
|
|
282
|
+
const stakewiz = __importStar(require("./stakewiz"));
|
|
282
283
|
const staratlas = __importStar(require("./staratlas"));
|
|
283
284
|
const stepfinance = __importStar(require("./stepfinance"));
|
|
284
285
|
const streamflow = __importStar(require("./streamflow"));
|
|
@@ -559,6 +560,7 @@ exports.platforms = [
|
|
|
559
560
|
squads.platform,
|
|
560
561
|
stabble.platform,
|
|
561
562
|
stakewise.platform,
|
|
563
|
+
stakewiz.platform,
|
|
562
564
|
staratlas.platform,
|
|
563
565
|
stepfinance.platform,
|
|
564
566
|
streamflow.platform,
|
|
@@ -840,6 +842,7 @@ exports.services = [
|
|
|
840
842
|
...squads.services,
|
|
841
843
|
...stabble.services,
|
|
842
844
|
...stakewise.services,
|
|
845
|
+
...stakewiz.services,
|
|
843
846
|
...staratlas.services,
|
|
844
847
|
...stepfinance.services,
|
|
845
848
|
...streamflow.services,
|
package/dist/platforms/jet.js
CHANGED
package/dist/platforms/jito.js
CHANGED
|
@@ -19,7 +19,7 @@ exports.platform = {
|
|
|
19
19
|
"jtojtomepa8beP8AuQc6eXt5FriJwfFMwQx2v2f9mCL",
|
|
20
20
|
"J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn",
|
|
21
21
|
],
|
|
22
|
-
tags: ["
|
|
22
|
+
tags: ["lst", "infrastructure", "dapp", "defi", "restaking"],
|
|
23
23
|
};
|
|
24
24
|
const contract = {
|
|
25
25
|
name: "Governance",
|
|
@@ -19,7 +19,7 @@ exports.platform = {
|
|
|
19
19
|
"jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v",
|
|
20
20
|
"JuprjznTrTSp2UFa3ZBUFgwdAmtZCq4MQCwysN55USD",
|
|
21
21
|
],
|
|
22
|
-
tags: ["dapp", "lending", "trading"],
|
|
22
|
+
tags: ["dapp", "lending", "trading", "stablecoin", "defi"],
|
|
23
23
|
};
|
|
24
24
|
exports.jupiterV7Contract = {
|
|
25
25
|
name: "Swap V7",
|
package/dist/platforms/kamino.js
CHANGED
|
@@ -15,7 +15,7 @@ exports.platform = {
|
|
|
15
15
|
documentation: "https://docs.kamino.finance/",
|
|
16
16
|
},
|
|
17
17
|
tokens: ["KMNo3nJsBXfcpJTVhZcXLW7RmTwTt4GVFE7suUBo9sS"],
|
|
18
|
-
tags: ["dapp"],
|
|
18
|
+
tags: ["dapp", "lending", "vault", "defi"],
|
|
19
19
|
};
|
|
20
20
|
exports.lendContract = {
|
|
21
21
|
name: "Kamino Lend",
|
package/dist/platforms/katana.js
CHANGED
package/dist/platforms/larix.js
CHANGED
package/dist/platforms/lince.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.platform = {
|
|
|
6
6
|
name: "Lombard",
|
|
7
7
|
description: "Lombard is a Bitcoin staking protocol that issues LBTC, a yield-bearing liquid Bitcoin token backed 1:1 by BTC and secured by a decentralized validator network.",
|
|
8
8
|
defiLlamaId: "parent#lombard-finance",
|
|
9
|
-
tags: ["dapp"],
|
|
9
|
+
tags: ["dapp", "defi"],
|
|
10
10
|
links: {
|
|
11
11
|
website: "https://www.lombard.finance/",
|
|
12
12
|
documentation: "https://docs.lombard.finance/",
|
|
@@ -7,13 +7,13 @@ exports.platform = {
|
|
|
7
7
|
name: "Loopscale",
|
|
8
8
|
description: "Loopscale is an order-book based lending protocol that matches lenders and borrowers directly for customizable loan terms on any asset.",
|
|
9
9
|
links: {
|
|
10
|
-
website: "https://
|
|
10
|
+
website: "https://loopscale.com/",
|
|
11
11
|
discord: "https://discord.gg/loopscale",
|
|
12
12
|
twitter: "https://x.com/Loopscale",
|
|
13
13
|
github: "https://github.com/bridgesplit",
|
|
14
14
|
documentation: "https://docs.loopscale.com/",
|
|
15
15
|
},
|
|
16
|
-
tags: ["dapp"],
|
|
16
|
+
tags: ["dapp", "lending", "defi"],
|
|
17
17
|
};
|
|
18
18
|
const contract = {
|
|
19
19
|
name: "Loopscale",
|
package/dist/platforms/maple.js
CHANGED
|
@@ -12,7 +12,8 @@ exports.platform = {
|
|
|
12
12
|
twitter: "https://x.com/maplefinance",
|
|
13
13
|
discord: "https://discord.gg/maple",
|
|
14
14
|
},
|
|
15
|
-
tags: ["dapp"],
|
|
15
|
+
tags: ["dapp", "lending", "institutional"],
|
|
16
|
+
tokens: ["AvZZF1YaZDziPY2RCK4oJrRVrbN3mTD9NL24hPeaZeUj"],
|
|
16
17
|
};
|
|
17
18
|
const contract = {
|
|
18
19
|
name: "Lending",
|
package/dist/platforms/melee.js
CHANGED
|
@@ -6,13 +6,13 @@ exports.platform = {
|
|
|
6
6
|
id: "melee",
|
|
7
7
|
name: "Melee",
|
|
8
8
|
description: "Melee is a prediction market platform offering leveraged bets on real-world events with high potential returns.",
|
|
9
|
-
tags: ["dapp"],
|
|
10
9
|
links: {
|
|
11
10
|
website: "https://alpha.melee.markets/",
|
|
12
11
|
telegram: "https://t.me/meleealpha",
|
|
13
12
|
twitter: "https://x.com/meleemarkets",
|
|
14
13
|
documentation: "https://melee-1.gitbook.io/melee-docs",
|
|
15
14
|
},
|
|
15
|
+
tags: ["dapp", "prediction", "defi"],
|
|
16
16
|
};
|
|
17
17
|
const contract = {
|
|
18
18
|
name: "Prediction",
|
|
@@ -14,7 +14,7 @@ exports.platform = {
|
|
|
14
14
|
github: "https://github.com/MeteoraAg",
|
|
15
15
|
documentation: "https://docs.meteora.ag/",
|
|
16
16
|
},
|
|
17
|
-
tags: ["dapp"],
|
|
17
|
+
tags: ["dapp", "dex", "amm", "vault", "launchpad"],
|
|
18
18
|
tokens: [
|
|
19
19
|
"METvsvVRapdj9cFLzq4Tr43xK4tAjQfwX76z3n6mWQL",
|
|
20
20
|
"MERt85fc5boKw3BW1eYdxonEuJNvXbiMbs6hvheau5K",
|
|
@@ -5,14 +5,14 @@ const types_1 = require("../types");
|
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "mintech",
|
|
7
7
|
name: "Mintech",
|
|
8
|
-
description: "Mintech is a
|
|
8
|
+
description: "Mintech is a trading bot offering automated NFT sniping and trading features.",
|
|
9
9
|
links: {
|
|
10
10
|
website: "https://www.mintechbots.com/",
|
|
11
11
|
discord: "https://discord.gg/mintech",
|
|
12
12
|
twitter: "https://x.com/mintechbots",
|
|
13
13
|
documentation: "https://mintechbots.gitbook.io/mintech-guide/getting-started/welcome",
|
|
14
14
|
},
|
|
15
|
-
tags: ["tool"],
|
|
15
|
+
tags: ["tool", "trading"],
|
|
16
16
|
};
|
|
17
17
|
const contract = {
|
|
18
18
|
name: "Router",
|
package/dist/platforms/moose.js
CHANGED
|
@@ -7,11 +7,11 @@ exports.platform = {
|
|
|
7
7
|
name: "Nirvana",
|
|
8
8
|
description: "Nirvana was a stablecoin protocol offering ANA, a partially-collateralized asset with a rising floor price, and NIRV superstable token.",
|
|
9
9
|
defiLlamaId: "parent#nirvana",
|
|
10
|
-
tags: ["dapp"],
|
|
10
|
+
tags: ["dapp", "defi"],
|
|
11
11
|
links: {
|
|
12
12
|
website: "https://www.nirvana.finance/",
|
|
13
13
|
discord: "http://discord.gg/nirvanadao",
|
|
14
|
-
twitter: "https://
|
|
14
|
+
twitter: "https://x.com/nirvana_fi",
|
|
15
15
|
github: "https://github.com/orgs/AdrenaFoundation",
|
|
16
16
|
documentation: "http://docs.nirvana.finance/",
|
|
17
17
|
telegram: "https://t.me/nirvanafi",
|
package/dist/platforms/orca.js
CHANGED
package/dist/platforms/parcl.js
CHANGED
package/dist/platforms/parrot.js
CHANGED
|
@@ -10,11 +10,11 @@ exports.platform = {
|
|
|
10
10
|
links: {
|
|
11
11
|
website: "https://www.phoenix.trade/",
|
|
12
12
|
discord: "https://discord.gg/ESaTYGzqpd",
|
|
13
|
-
twitter: "https://
|
|
13
|
+
twitter: "https://x.com/PhoenixTrade",
|
|
14
14
|
github: "https://github.com/Ellipsis-Labs",
|
|
15
15
|
documentation: "https://ellipsis-labs.gitbook.io/phoenix-dex/tRIkEFlLUzWK9uKO3W2V",
|
|
16
16
|
},
|
|
17
|
-
tags: ["dapp"],
|
|
17
|
+
tags: ["dapp", "dex", "trading", "defi"],
|
|
18
18
|
};
|
|
19
19
|
const contract = {
|
|
20
20
|
name: "Market",
|
package/dist/platforms/photon.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "picasso",
|
|
7
7
|
name: "Picasso",
|
|
8
8
|
description: "Picasso was a cross-chain protocol enabling IBC bridging and multi-asset restaking between Solana and Cosmos ecosystems.",
|
|
9
|
-
tags: ["dapp", "lst"],
|
|
9
|
+
tags: ["dapp", "lst", "bridge"],
|
|
10
10
|
links: {
|
|
11
11
|
website: "https://www.picasso.network/",
|
|
12
12
|
discord: "https://discord.com/invite/composable",
|
|
@@ -6,12 +6,13 @@ exports.platform = {
|
|
|
6
6
|
id: "piggybank",
|
|
7
7
|
name: "Piggybank",
|
|
8
8
|
description: "Piggybank is a DeFi platform offering vaults for xStocks and yield optimization strategies.",
|
|
9
|
-
tags: ["dapp", "
|
|
9
|
+
tags: ["dapp", "vault", "defi"],
|
|
10
10
|
links: {
|
|
11
11
|
website: "https://www.piggybank.fi/",
|
|
12
12
|
discord: "https://discord.gg/WNutXfvTgw",
|
|
13
13
|
twitter: "https://x.com/piggybank_fi",
|
|
14
14
|
},
|
|
15
|
+
addedAt: 1761652800000,
|
|
15
16
|
};
|
|
16
17
|
const legacyContract = {
|
|
17
18
|
name: "Vault",
|
package/dist/platforms/port.js
CHANGED
package/dist/platforms/psy.js
CHANGED
|
@@ -6,13 +6,14 @@ exports.platform = {
|
|
|
6
6
|
id: "pumpkin",
|
|
7
7
|
name: "Pumpkin",
|
|
8
8
|
description: "Token Launch Hub",
|
|
9
|
-
tags: ["dapp"],
|
|
9
|
+
tags: ["dapp", "launchpad", "trading", "defi"],
|
|
10
10
|
links: {
|
|
11
|
-
website: "https://
|
|
11
|
+
website: "https://pumpkin.fun/",
|
|
12
12
|
telegram: "https://t.me/pumpkindotfun",
|
|
13
13
|
documentation: "https://pumpkindotfun.gitbook.io/",
|
|
14
14
|
twitter: "https://x.com/pumpkindotfun",
|
|
15
15
|
},
|
|
16
|
+
tokens: ["2RBko3xoz56aH69isQMUpzZd9NYHahhwC23A5F3Spkin"],
|
|
16
17
|
};
|
|
17
18
|
const contract = {
|
|
18
19
|
name: "Staking",
|
package/dist/platforms/pyra.js
CHANGED
package/dist/platforms/pyth.js
CHANGED
|
@@ -10,12 +10,12 @@ exports.platform = {
|
|
|
10
10
|
links: {
|
|
11
11
|
website: "https://pyth.network/",
|
|
12
12
|
discord: "https://discord.com/invite/pythnetwork",
|
|
13
|
-
twitter: "https://
|
|
13
|
+
twitter: "https://x.com/PythNetwork",
|
|
14
14
|
github: "https://github.com/pyth-network",
|
|
15
15
|
documentation: "https://docs.pyth.network/home",
|
|
16
16
|
},
|
|
17
17
|
tokens: ["HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3"],
|
|
18
|
-
tags: ["tool", "dapp"],
|
|
18
|
+
tags: ["tool", "dapp", "infrastructure", "oracle", "defi"],
|
|
19
19
|
};
|
|
20
20
|
const contract = {
|
|
21
21
|
name: "Staking",
|
|
@@ -11,7 +11,8 @@ exports.platform = {
|
|
|
11
11
|
twitter: "https://x.com/reflectmoney",
|
|
12
12
|
documentation: "https://docs.reflect.money/",
|
|
13
13
|
},
|
|
14
|
-
tags: ["dapp"],
|
|
14
|
+
tags: ["dapp", "stablecoin", "defi"],
|
|
15
|
+
tokens: ["usd63SVWcKqLeyNHpmVhZGYAqfE5RHE8jwqjRA2ida2"],
|
|
15
16
|
};
|
|
16
17
|
const contract = {
|
|
17
18
|
name: "USDC+ Mint",
|
package/dist/platforms/saber.js
CHANGED
package/dist/platforms/save.js
CHANGED
|
@@ -7,7 +7,7 @@ exports.platform = {
|
|
|
7
7
|
name: "Save",
|
|
8
8
|
description: "Save (formerly Solend) is a decentralized lending and borrowing protocol with isolated pools and permissionless market creation.",
|
|
9
9
|
defiLlamaId: "save",
|
|
10
|
-
tags: ["dapp"],
|
|
10
|
+
tags: ["dapp", "lending", "defi", "lst"],
|
|
11
11
|
links: {
|
|
12
12
|
website: "https://save.finance/",
|
|
13
13
|
discord: "https://discord.com/invite/J7m48UUPkJ",
|
|
@@ -18,6 +18,7 @@ exports.platform = {
|
|
|
18
18
|
tokens: [
|
|
19
19
|
"SLNDpmoWTVADgEdndyvWzroNL7zSi1dF9PC3xHGtPwp",
|
|
20
20
|
"SAVEaeeqeXNKYb4Lyx28DkUms5gyZ76vGa6fCfdzWfK",
|
|
21
|
+
"SAVEDpx3nFNdzG3ymJfShYnrBuYy7LtQEABZQ3qtTFt",
|
|
21
22
|
],
|
|
22
23
|
};
|
|
23
24
|
exports.saveContract = {
|
package/dist/platforms/serum.js
CHANGED
package/dist/platforms/sharky.js
CHANGED
|
@@ -7,11 +7,11 @@ exports.platform = {
|
|
|
7
7
|
name: "Sharky",
|
|
8
8
|
description: "Sharky is an escrowless NFT lending and borrowing protocol where users can borrow SOL against NFTs or lend SOL to earn yield.",
|
|
9
9
|
defiLlamaId: "sharky",
|
|
10
|
-
tags: ["dapp"],
|
|
10
|
+
tags: ["dapp", "lending", "defi", "nft"],
|
|
11
11
|
links: {
|
|
12
12
|
website: "https://sharky.fi/",
|
|
13
13
|
discord: "https://discord.gg/sharkyfi",
|
|
14
|
-
twitter: "https://
|
|
14
|
+
twitter: "https://x.com/SharkyFi",
|
|
15
15
|
github: "https://github.com/SharkyFi",
|
|
16
16
|
},
|
|
17
17
|
tokens: ["SHARKSYJjqaNyxVfrpnBN9pjgkhwDhatnMyicWPnr1s"],
|
package/dist/platforms/spice.js
CHANGED
|
@@ -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: "stakewiz",
|
|
6
|
+
name: "Stakewiz",
|
|
7
|
+
description: "Stakewiz is a validator monitoring and analytics platform for Solana, providing real-time performance metrics, stake distribution data, and insights to help users make informed staking decisions.",
|
|
8
|
+
defiLlamaId: "stakewise",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://stakewiz.com/",
|
|
11
|
+
twitter: "https://x.com/laine_sa_",
|
|
12
|
+
},
|
|
13
|
+
tokens: ["LAinEtNLgpmCP9Rvsf5Hn8W6EhNiKLZQti1xfWMLy6X"],
|
|
14
|
+
tags: ["tool", "dapp", "lst"],
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|
|
@@ -15,7 +15,7 @@ exports.platform = {
|
|
|
15
15
|
medium: "https://switchboardxyz.medium.com/",
|
|
16
16
|
documentation: "https://docs.switchboard.xyz/",
|
|
17
17
|
},
|
|
18
|
-
tags: ["tool"],
|
|
18
|
+
tags: ["tool", "infrastructure", "oracle"],
|
|
19
19
|
tokens: ["SW1TCHLmRGTfW5xZknqQdpdarB8PD95sJYWpNp9TbFx"],
|
|
20
20
|
};
|
|
21
21
|
const contract = {
|
|
@@ -9,12 +9,12 @@ exports.platform = {
|
|
|
9
9
|
links: {
|
|
10
10
|
website: "https://thevault.finance/",
|
|
11
11
|
discord: "https://discord.gg/aQC53CGgQY",
|
|
12
|
-
twitter: "https://
|
|
12
|
+
twitter: "https://x.com/thevaultfinance",
|
|
13
13
|
github: "https://github.com/SolanaVault",
|
|
14
14
|
documentation: "https://docs.thevault.finance/",
|
|
15
15
|
},
|
|
16
16
|
tokens: ["vSoLxydx6akxyMD9XEcPvGYNGq6Nn66oqVb3UkGkei7"],
|
|
17
|
-
tags: ["dapp"],
|
|
17
|
+
tags: ["dapp", "lst"],
|
|
18
18
|
};
|
|
19
19
|
const unstakePoolContract = {
|
|
20
20
|
name: "Unstake Pool",
|
|
@@ -14,7 +14,8 @@ exports.platform = {
|
|
|
14
14
|
medium: "https://medium.com/@Vaultka",
|
|
15
15
|
documentation: "https://docs.vaultka.com/",
|
|
16
16
|
},
|
|
17
|
-
tags: ["dapp"],
|
|
17
|
+
tags: ["dapp", "lending", "vault"],
|
|
18
|
+
isDeprecated: true,
|
|
18
19
|
};
|
|
19
20
|
const lendingV1Contracts = [
|
|
20
21
|
"DE7BUY3Fa4CRc44RxRDpcknbCT6mYTY3LpZNFET7k3Hz",
|
package/dist/platforms/voltr.js
CHANGED
|
@@ -5,17 +5,17 @@ const types_1 = require("../types");
|
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "whalesmarket",
|
|
7
7
|
name: "Whales Market",
|
|
8
|
-
description: "
|
|
8
|
+
description: "Whales Market is a decentralized OTC trading platform for pre-TGE tokens and allocations, offering trustless P2P trading with smart contract-secured settlements, collateral locks, and on-chain transparency across multiple blockchain ecosystems.",
|
|
9
9
|
defiLlamaId: "whales-market",
|
|
10
10
|
links: {
|
|
11
11
|
website: "https://app.whales.market/",
|
|
12
12
|
discord: "https://discord.com/invite/whalesmarket",
|
|
13
|
-
twitter: "https://
|
|
13
|
+
twitter: "https://x.com/WhalesMarket",
|
|
14
14
|
github: "https://github.com/Whales-Market/",
|
|
15
15
|
documentation: "https://docs.whales.market/",
|
|
16
16
|
},
|
|
17
17
|
tokens: ["GTH3wG3NErjwcf7VGCoXEXkgXSHvYhx5gtATeeM5JAS1"],
|
|
18
|
-
tags: ["dapp"],
|
|
18
|
+
tags: ["dapp", "prediction", "trading"],
|
|
19
19
|
};
|
|
20
20
|
const contract = {
|
|
21
21
|
name: "Prediction Market",
|
package/dist/platforms/zeta.js
CHANGED
|
@@ -16,7 +16,8 @@ exports.platform = {
|
|
|
16
16
|
documentation: "https://docs.zeta.markets/",
|
|
17
17
|
},
|
|
18
18
|
tokens: ["ZEXy1pqteRu3n13kdyh4LwPQknkFk3GzmMYMuNadWPo"],
|
|
19
|
-
tags: ["dapp"],
|
|
19
|
+
tags: ["dapp", "dex", "trading"],
|
|
20
|
+
isDeprecated: true,
|
|
20
21
|
};
|
|
21
22
|
const mainContract = {
|
|
22
23
|
name: "Markets",
|
package/dist/types.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export type Platform = {
|
|
|
20
20
|
documentation?: string;
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
|
-
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";
|
|
23
|
+
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";
|
|
24
24
|
type Optional<T, K extends keyof T> = Pick<Partial<T>, K> & Omit<T, K>;
|
|
25
25
|
export type PlatformRaw = Omit<Optional<Platform, "isDeprecated">, "image">;
|
|
26
26
|
export type Service = {
|