@jup-ag/platform-list 1.2.57 → 1.2.59
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/01.js +0 -1
- package/dist/platforms/adrastea.js +1 -1
- package/dist/platforms/akuma.js +1 -1
- package/dist/platforms/aldrin.js +1 -1
- package/dist/platforms/amppay.d.ts +3 -0
- package/dist/platforms/amppay.js +14 -0
- package/dist/platforms/antfun.d.ts +3 -0
- package/dist/platforms/antfun.js +15 -0
- package/dist/platforms/axiom.d.ts +4 -0
- package/dist/platforms/axiom.js +29 -0
- package/dist/platforms/backpack.js +2 -1
- package/dist/platforms/bags.d.ts +3 -0
- package/dist/platforms/bags.js +16 -0
- package/dist/platforms/banger.js +0 -1
- package/dist/platforms/bonkbot.js +1 -0
- package/dist/platforms/bonkfun.d.ts +3 -0
- package/dist/platforms/bonkfun.js +15 -0
- package/dist/platforms/boop.js +1 -0
- package/dist/platforms/bskt.js +1 -1
- package/dist/platforms/btcsol.js +1 -0
- package/dist/platforms/byreal.js +1 -0
- package/dist/platforms/chopcorp.js +1 -0
- package/dist/platforms/citrus.js +1 -0
- package/dist/platforms/collectorcrypt.js +1 -0
- package/dist/platforms/cytonic.js +1 -1
- package/dist/platforms/defituna.js +1 -0
- package/dist/platforms/dflow.js +1 -0
- package/dist/platforms/fuse.js +1 -1
- package/dist/platforms/futarchy.js +1 -0
- package/dist/platforms/godl.js +1 -0
- package/dist/platforms/guano.js +0 -1
- package/dist/platforms/helio.js +1 -0
- package/dist/platforms/helium.js +1 -0
- package/dist/platforms/helius.js +1 -0
- package/dist/platforms/hylo.js +1 -0
- package/dist/platforms/index.js +30 -3
- package/dist/platforms/jupiter-exchange.js +1 -0
- package/dist/platforms/jupiter-jupuary.js +1 -0
- package/dist/platforms/jupiter-launchpad.js +1 -0
- package/dist/platforms/jupiter-pm.js +2 -1
- package/dist/platforms/jupiter-wallet.js +1 -0
- package/dist/platforms/kast.d.ts +3 -0
- package/dist/platforms/kast.js +16 -0
- package/dist/platforms/kyros.js +6 -1
- package/dist/platforms/loopscale.js +1 -0
- package/dist/platforms/magiceden.js +1 -0
- package/dist/platforms/manifest.js +1 -0
- package/dist/platforms/maxbid.js +1 -0
- package/dist/platforms/mayan.js +0 -1
- package/dist/platforms/metaplex.js +1 -0
- package/dist/platforms/mooncake.js +2 -0
- package/dist/platforms/nodepay.js +1 -0
- package/dist/platforms/okx.js +1 -0
- package/dist/platforms/ondo-finance.js +1 -1
- package/dist/platforms/onre.js +1 -0
- package/dist/platforms/oobit.d.ts +3 -0
- package/dist/platforms/oobit.js +14 -0
- package/dist/platforms/openloop.js +1 -0
- package/dist/platforms/oresupply.js +1 -0
- package/dist/platforms/oro.js +1 -0
- package/dist/platforms/pancakeswap.js +2 -0
- package/dist/platforms/paraswap.js +1 -0
- package/dist/platforms/paxos.js +2 -1
- package/dist/platforms/phantom.js +1 -0
- package/dist/platforms/photon.js +1 -0
- package/dist/platforms/phygitals.js +1 -0
- package/dist/platforms/project0.js +1 -1
- package/dist/platforms/pudgy.js +1 -1
- package/dist/platforms/pyra.js +1 -1
- package/dist/platforms/remora.js +1 -0
- package/dist/platforms/sandglass.js +1 -0
- package/dist/platforms/solana.js +1 -1
- package/dist/platforms/solayer.js +1 -1
- package/dist/platforms/solcard.d.ts +3 -0
- package/dist/platforms/solcard.js +16 -0
- package/dist/platforms/solflare.js +1 -1
- package/dist/platforms/solstice.js +1 -0
- package/dist/platforms/solv.js +1 -0
- package/dist/platforms/squads.js +2 -2
- package/dist/platforms/titan.js +1 -0
- package/dist/platforms/trojan.js +1 -0
- package/dist/platforms/tuyo.d.ts +3 -0
- package/dist/platforms/tuyo.js +14 -0
- package/dist/platforms/xstocks.d.ts +3 -0
- package/dist/platforms/xstocks.js +16 -0
- package/dist/platforms/zeus.js +1 -0
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
- package/dist/platforms/yawww.d.ts +0 -22
- package/dist/platforms/yawww.js +0 -26
package/dist/platforms/kyros.js
CHANGED
|
@@ -13,7 +13,12 @@ exports.platform = {
|
|
|
13
13
|
twitter: "https://x.com/kyrosfi",
|
|
14
14
|
discord: "https://discord.gg/kyros",
|
|
15
15
|
},
|
|
16
|
-
tokens: [
|
|
16
|
+
tokens: [
|
|
17
|
+
"kySo1nETpsZE2NWe5vj2C64mPSciH1SppmHb4XieQ7B",
|
|
18
|
+
"kyJtowDDACsJDm2jr3VZdpCA6pZcKAaNftQwrJ8KBQP",
|
|
19
|
+
"kyKYFGGhy5YAg6Yotedj7ZtByUBepsraT4BFkF3Uxmk",
|
|
20
|
+
],
|
|
21
|
+
platformToken: "kyrosJC2dtm6EoLV5wffZsS4RZVm2hRafKZCLsc38JE",
|
|
17
22
|
};
|
|
18
23
|
const contract = {
|
|
19
24
|
name: "Airdrop",
|
|
@@ -6,6 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "loopscale",
|
|
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
|
+
defiLlamaId: "loopscale",
|
|
9
10
|
links: {
|
|
10
11
|
website: "https://loopscale.com/",
|
|
11
12
|
discord: "https://discord.gg/loopscale",
|
|
@@ -7,6 +7,7 @@ exports.platform = {
|
|
|
7
7
|
name: "Manifest",
|
|
8
8
|
description: "Manifest is the 3rd-generation on-chain orderbook built on Solana.",
|
|
9
9
|
tags: ["dex"],
|
|
10
|
+
defiLlamaId: "manifest-trade",
|
|
10
11
|
links: {
|
|
11
12
|
website: "https://manifest.trade/",
|
|
12
13
|
telegram: "https://t.me/manifest_trade",
|
package/dist/platforms/maxbid.js
CHANGED
|
@@ -5,6 +5,7 @@ exports.platform = {
|
|
|
5
5
|
id: "maxbid",
|
|
6
6
|
name: "Maxbid Pro",
|
|
7
7
|
description: "Maxbid Pro is a decentralized leverage trading platform specializing in memecoins, offering non-custodial spot margin trading via Jupiter routing.",
|
|
8
|
+
defiLlamaId: "maxbid",
|
|
8
9
|
links: {
|
|
9
10
|
website: "https://maxbid.pro/trade",
|
|
10
11
|
twitter: "https://x.com/maxbidbro",
|
package/dist/platforms/mayan.js
CHANGED
|
@@ -8,7 +8,6 @@ exports.platform = {
|
|
|
8
8
|
description: "Composable, auction-driven transfers that optimize speed and cost for a seamless multichain experience.",
|
|
9
9
|
links: {
|
|
10
10
|
website: "https://mayan.finance/",
|
|
11
|
-
twitter: "https://x.com/mayanfinance",
|
|
12
11
|
discord: "https://discord.gg/mayanfinance",
|
|
13
12
|
documentation: "https://docs.mayan.finance/",
|
|
14
13
|
},
|
|
@@ -6,6 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "metaplex",
|
|
7
7
|
name: "Metaplex",
|
|
8
8
|
description: "Metaplex is the NFT standard and infrastructure protocol for Solana, providing token metadata, compressed NFTs (Bubblegum), and Candy Machine for minting.",
|
|
9
|
+
defiLlamaId: "metaplex",
|
|
9
10
|
links: {
|
|
10
11
|
website: "https://metaplex.com",
|
|
11
12
|
discord: "https://discord.gg/metaplex",
|
|
@@ -6,12 +6,14 @@ exports.platform = {
|
|
|
6
6
|
id: "mooncake",
|
|
7
7
|
name: "Mooncake",
|
|
8
8
|
description: "Mooncake is a permissionless tokenized perpetual market offering leveraged tokens for long and short exposure.",
|
|
9
|
+
defiLlamaId: "mooncake",
|
|
9
10
|
links: {
|
|
10
11
|
website: "https://app.mooncake.fi/",
|
|
11
12
|
documentation: "https://docs.mooncake.fi/",
|
|
12
13
|
twitter: "https://x.com/mooncake_fi",
|
|
13
14
|
},
|
|
14
15
|
tags: ["dapp", "trading", "defi", "vault"],
|
|
16
|
+
platformToken: "J1wnHdKvP34fg7TtYdX63UPJMTdXNzJGEqfNJB22vKjU",
|
|
15
17
|
};
|
|
16
18
|
const contract = {
|
|
17
19
|
name: "Mooncake",
|
package/dist/platforms/okx.js
CHANGED
|
@@ -6,6 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "okx",
|
|
7
7
|
name: "OKX",
|
|
8
8
|
description: "OKX DEX is a multi-chain aggregator finding optimal trading routes across 400+ DEXs and 30+ networks including Solana.",
|
|
9
|
+
defiLlamaId: "okx",
|
|
9
10
|
links: {
|
|
10
11
|
website: "https://web3.okx.com/dex-swap/bridge",
|
|
11
12
|
twitter: "https://x.com/wallet",
|
package/dist/platforms/onre.js
CHANGED
|
@@ -6,6 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "onre",
|
|
7
7
|
name: "OnRe",
|
|
8
8
|
description: "OnRe is a yield-bearing stablecoin protocol offering a dollar-pegged asset with built-in yield.",
|
|
9
|
+
defiLlamaId: "onre",
|
|
9
10
|
links: {
|
|
10
11
|
website: "https://www.onre.finance/",
|
|
11
12
|
twitter: "https://x.com/onrefinance",
|
|
@@ -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: "oobit",
|
|
6
|
+
name: "SolCard",
|
|
7
|
+
description: "The Solana Debit Card, built for privacy.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.oobit.com/crypto-card",
|
|
10
|
+
twitter: "https://x.com/oobit",
|
|
11
|
+
},
|
|
12
|
+
tags: ["card"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
|
@@ -6,6 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "oresupply",
|
|
7
7
|
name: "OreSupply",
|
|
8
8
|
description: "ORE Supply is the original proof-of-work mining protocol enabling users to mine ORE tokens using computational puzzles.",
|
|
9
|
+
defiLlamaId: "ore-protocol",
|
|
9
10
|
tags: ["tool"],
|
|
10
11
|
links: {
|
|
11
12
|
website: "https://ore.supply/",
|
package/dist/platforms/oro.js
CHANGED
|
@@ -6,6 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "oro",
|
|
7
7
|
name: "Oro",
|
|
8
8
|
description: "Regulated tokenized gold protocol with yield-bearing tokens backed by physical gold",
|
|
9
|
+
defiLlamaId: "oro-finance",
|
|
9
10
|
links: {
|
|
10
11
|
website: "https://app.oro.finance/",
|
|
11
12
|
twitter: "https://x.com/orogoldapp",
|
|
@@ -6,6 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "pancakeswap",
|
|
7
7
|
name: "PancakeSwap",
|
|
8
8
|
description: "PancakeSwap is a multi-chain DEX offering token swaps, liquidity provision, and yield farming across multiple networks.",
|
|
9
|
+
defiLlamaId: "pancakeswap",
|
|
9
10
|
links: {
|
|
10
11
|
website: "https://solana.pancakeswap.finance/",
|
|
11
12
|
twitter: "https://x.com/pancakeswap",
|
|
@@ -13,6 +14,7 @@ exports.platform = {
|
|
|
13
14
|
github: "https://github.com/pancakeswap/",
|
|
14
15
|
},
|
|
15
16
|
tags: ["dex", "dapp"],
|
|
17
|
+
platformToken: "4qQeZ5LwSz6HuupUu8jCtgXyW1mYQcNbFAW1sWZp89HL",
|
|
16
18
|
};
|
|
17
19
|
const contract = {
|
|
18
20
|
name: `PancakeSwap`,
|
package/dist/platforms/paxos.js
CHANGED
|
@@ -5,11 +5,12 @@ exports.platform = {
|
|
|
5
5
|
id: "paxos",
|
|
6
6
|
name: "Paxos",
|
|
7
7
|
description: "Paxos is a financial technology company that specializes in blockchain infrastructure and digital asset solutions.",
|
|
8
|
+
defiLlamaId: "paxos-gold",
|
|
8
9
|
links: {
|
|
9
10
|
website: "https://www.paxos.com/",
|
|
10
11
|
twitter: "https://x.com/Paxos",
|
|
11
12
|
},
|
|
12
|
-
tags: ["institutional"],
|
|
13
|
+
tags: ["institutional", "rwa"],
|
|
13
14
|
tokens: ["2u1tszSeqZ3qBWF3uNGPFc8TzMk2tdiwknnRMWGWjGWH"],
|
|
14
15
|
};
|
|
15
16
|
exports.services = [];
|
|
@@ -6,6 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "phantom",
|
|
7
7
|
name: "Phantom",
|
|
8
8
|
description: "Phantom is a non-custodial wallet that allows users to store, send, and receive cryptocurrencies on multiple blockchains, including Solana, Ethereum, and Polygon. It also provides a built-in decentralized exchange (DEX) for trading assets directly from the wallet interface.",
|
|
9
|
+
defiLlamaId: "phantom",
|
|
9
10
|
links: {
|
|
10
11
|
website: "https://phantom.com/",
|
|
11
12
|
twitter: "https://x.com/phantom",
|
package/dist/platforms/photon.js
CHANGED
|
@@ -6,6 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "photon",
|
|
7
7
|
name: "Photon",
|
|
8
8
|
description: "Photon is a trading terminal offering fast token swaps with advanced trading features for memecoins and new launches.",
|
|
9
|
+
defiLlamaId: "photon",
|
|
9
10
|
links: {
|
|
10
11
|
website: "https://photon-sol.tinyastro.io/",
|
|
11
12
|
twitter: "https://x.com/tradewithPhoton",
|
|
@@ -6,9 +6,9 @@ exports.platform = {
|
|
|
6
6
|
name: "Project 0",
|
|
7
7
|
description: "Project 0 is a DeFi-native prime broker enabling users to borrow against their entire DeFi portfolio across multiple venues with unified margin.",
|
|
8
8
|
tags: ["dapp"],
|
|
9
|
+
defiLlamaId: "project-0",
|
|
9
10
|
links: {
|
|
10
11
|
website: "https://www.0.xyz/",
|
|
11
|
-
twitter: "https://x.com/0dotxyz",
|
|
12
12
|
discord: "https://discord.gg/project0",
|
|
13
13
|
},
|
|
14
14
|
};
|
package/dist/platforms/pudgy.js
CHANGED
|
@@ -11,8 +11,8 @@ exports.platform = {
|
|
|
11
11
|
discord: "https://discord.gg/pudgypenguins",
|
|
12
12
|
twitter: "https://x.com/pudgypenguins",
|
|
13
13
|
},
|
|
14
|
-
tokens: ["2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv"],
|
|
15
14
|
tags: ["nft-collection"],
|
|
15
|
+
platformToken: "2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv",
|
|
16
16
|
};
|
|
17
17
|
const contract = {
|
|
18
18
|
name: "Airdrop",
|
package/dist/platforms/pyra.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "pyra",
|
|
7
7
|
name: "Pyra",
|
|
8
8
|
description: "Credit card and DeFi protocol",
|
|
9
|
-
tags: ["dapp", "defi", "payments", "lending"],
|
|
9
|
+
tags: ["dapp", "defi", "payments", "lending", "card"],
|
|
10
10
|
links: {
|
|
11
11
|
website: "https://www.pyra.fi/",
|
|
12
12
|
discord: "https://discord.gg/GetPyra",
|
package/dist/platforms/remora.js
CHANGED
|
@@ -6,6 +6,7 @@ exports.platform = {
|
|
|
6
6
|
name: "Remora Markets",
|
|
7
7
|
description: "Remora is issuing tokenized stocks on Solana, enabling users to trade traditional equities in a decentralized manner.",
|
|
8
8
|
tags: ["dapp", "rwa", "defi"],
|
|
9
|
+
defiLlamaId: "remora-markets",
|
|
9
10
|
links: {
|
|
10
11
|
website: "https://remoramarkets.xyz",
|
|
11
12
|
twitter: "https://x.com/RemoraMarkets",
|
|
@@ -6,6 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "sandglass",
|
|
7
7
|
name: "Sandglass",
|
|
8
8
|
description: "A yield trading protocol on Solana that enables users to trade future yields",
|
|
9
|
+
defiLlamaId: "sandglass",
|
|
9
10
|
links: {
|
|
10
11
|
website: "https://sandglass.so/",
|
|
11
12
|
discord: "https://discord.gg/jSNe84QZ67",
|
package/dist/platforms/solana.js
CHANGED
|
@@ -10,7 +10,7 @@ exports.platform = {
|
|
|
10
10
|
website: "https://solana.com/",
|
|
11
11
|
discord: "https://solana.com/discord",
|
|
12
12
|
telegram: "https://solana.com/telegram",
|
|
13
|
-
twitter: "https://
|
|
13
|
+
twitter: "https://x.com/solana",
|
|
14
14
|
github: "https://solana.com/github",
|
|
15
15
|
documentation: "https://solana.com/docs",
|
|
16
16
|
},
|
|
@@ -7,7 +7,7 @@ exports.platform = {
|
|
|
7
7
|
name: "Solayer",
|
|
8
8
|
description: "Solayer is a restaking protocol securing both endogenous AVS (dApps) through stake-weighted quality of service and exogenous AVS via POS primitives.",
|
|
9
9
|
defiLlamaId: "solayer",
|
|
10
|
-
tags: ["dapp", "lst", "defi", "restaking", "vault"],
|
|
10
|
+
tags: ["dapp", "lst", "defi", "restaking", "vault", "card"],
|
|
11
11
|
links: {
|
|
12
12
|
website: "https://solayer.org/",
|
|
13
13
|
discord: "https://discord.com/invite/solayerlabs",
|
|
@@ -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: "solcard",
|
|
6
|
+
name: "SolCard",
|
|
7
|
+
description: "The Solana Debit Card, built for privacy.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.solcard.cc/",
|
|
10
|
+
twitter: "https://x.com/solcard",
|
|
11
|
+
telegram: "https://t.me/solcardcc",
|
|
12
|
+
},
|
|
13
|
+
tags: ["card"],
|
|
14
|
+
platformToken: "DLUNTKRQt7CrpqSX1naHUYoBznJ9pvMP65uCeWQgYnRK",
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|
package/dist/platforms/solv.js
CHANGED
package/dist/platforms/squads.js
CHANGED
|
@@ -8,9 +8,9 @@ exports.platform = {
|
|
|
8
8
|
description: "Squads is a multisig and smart account protocol for secure team treasury management, program upgrades, and on-chain governance.",
|
|
9
9
|
tags: ["tool", "dapp"],
|
|
10
10
|
links: {
|
|
11
|
-
website: "https://squads.
|
|
11
|
+
website: "https://squads.xyz/",
|
|
12
12
|
discord: "https://discord.gg/squads",
|
|
13
|
-
twitter: "https://x.com/
|
|
13
|
+
twitter: "https://x.com/multisig",
|
|
14
14
|
github: "https://github.com/Squads-Protocol",
|
|
15
15
|
documentation: "https://docs.squads.so/main/basics/welcome-to-squads",
|
|
16
16
|
},
|
package/dist/platforms/titan.js
CHANGED
package/dist/platforms/trojan.js
CHANGED
|
@@ -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: "tuyo",
|
|
6
|
+
name: "Tuyo",
|
|
7
|
+
description: "The universal stablecoin account. Spend, earn, trade, and bank with Tuyo.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://tuyo.com/card",
|
|
10
|
+
twitter: "https://x.com/itstuyo",
|
|
11
|
+
},
|
|
12
|
+
tags: ["card"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
|
@@ -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: "xstocks",
|
|
6
|
+
name: "xStocks",
|
|
7
|
+
defiLlamaId: "xstocks",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://xstocks.com/",
|
|
10
|
+
twitter: "https://x.com/xstocksfi",
|
|
11
|
+
telegram: "https://t.me/xstocksfi",
|
|
12
|
+
},
|
|
13
|
+
description: "xStocks provide onchain exposure to the world's top equities, backed 1:1 by the underlying security.",
|
|
14
|
+
tags: ["rwa"],
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|
package/dist/platforms/zeus.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.platform = {
|
|
|
13
13
|
discord: "https://discord.com/invite/zeusnetwork",
|
|
14
14
|
medium: "https://medium.com/@zeus-network",
|
|
15
15
|
},
|
|
16
|
+
defiLlamaId: "zeus-network",
|
|
16
17
|
platformToken: "ZEUS1aR7aX8DFFJf5QjWj2ftDDdNTroMNGo8YoQm3Gq",
|
|
17
18
|
description: "Zeus is a multichain layer enabling cross-chain interoperability.",
|
|
18
19
|
tags: ["dapp", "infrastructure", "bitcoin"],
|
package/dist/types.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ export type Platform = {
|
|
|
21
21
|
documentation?: string;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
-
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" | "bitcoin";
|
|
24
|
+
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" | "bitcoin" | "card";
|
|
25
25
|
type Optional<T, K extends keyof T> = Pick<Partial<T>, K> & Omit<T, K>;
|
|
26
26
|
export type PlatformRaw = Omit<Optional<Platform, "isDeprecated">, "image">;
|
|
27
27
|
export type Service = {
|
package/package.json
CHANGED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { PlatformRaw } from "../types";
|
|
2
|
-
export declare const platform: PlatformRaw;
|
|
3
|
-
export declare const mainService: {
|
|
4
|
-
id: string;
|
|
5
|
-
name: string;
|
|
6
|
-
platformId: string;
|
|
7
|
-
contractsRaw: {
|
|
8
|
-
name: string;
|
|
9
|
-
address: string;
|
|
10
|
-
networkId: "solana";
|
|
11
|
-
}[];
|
|
12
|
-
};
|
|
13
|
-
export declare const services: {
|
|
14
|
-
id: string;
|
|
15
|
-
name: string;
|
|
16
|
-
platformId: string;
|
|
17
|
-
contractsRaw: {
|
|
18
|
-
name: string;
|
|
19
|
-
address: string;
|
|
20
|
-
networkId: "solana";
|
|
21
|
-
}[];
|
|
22
|
-
}[];
|
package/dist/platforms/yawww.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
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: "yawww",
|
|
7
|
-
name: "Yawww",
|
|
8
|
-
links: {
|
|
9
|
-
website: "https://x.com/yawwwnft",
|
|
10
|
-
twitter: "https://x.com/yawwwnft",
|
|
11
|
-
},
|
|
12
|
-
tags: ["dapp"],
|
|
13
|
-
isDeprecated: true,
|
|
14
|
-
};
|
|
15
|
-
const mainContract = {
|
|
16
|
-
name: "Main",
|
|
17
|
-
address: "5SKmrbAxnHV2sgqyDXkGrLrokZYtWWVEEk5Soed7VLVN",
|
|
18
|
-
networkId: types_1.NetworkId.solana,
|
|
19
|
-
};
|
|
20
|
-
exports.mainService = {
|
|
21
|
-
id: `${exports.platform.id}-main`,
|
|
22
|
-
name: "Main",
|
|
23
|
-
platformId: exports.platform.id,
|
|
24
|
-
contractsRaw: [mainContract],
|
|
25
|
-
};
|
|
26
|
-
exports.services = [exports.mainService];
|