@jup-ag/platform-list 1.2.58 → 1.2.61

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.
Files changed (75) hide show
  1. package/dist/platforms/01.js +0 -1
  2. package/dist/platforms/adrastea.js +1 -1
  3. package/dist/platforms/akuma.js +1 -1
  4. package/dist/platforms/aldrin.js +1 -1
  5. package/dist/platforms/antfun.d.ts +3 -0
  6. package/dist/platforms/antfun.js +15 -0
  7. package/dist/platforms/axiom.d.ts +4 -0
  8. package/dist/platforms/axiom.js +29 -0
  9. package/dist/platforms/backpack.js +2 -1
  10. package/dist/platforms/bags.d.ts +3 -0
  11. package/dist/platforms/bags.js +16 -0
  12. package/dist/platforms/banger.js +0 -1
  13. package/dist/platforms/bonkbot.js +1 -0
  14. package/dist/platforms/bonkfun.d.ts +3 -0
  15. package/dist/platforms/bonkfun.js +15 -0
  16. package/dist/platforms/boop.js +1 -0
  17. package/dist/platforms/bskt.js +1 -1
  18. package/dist/platforms/btcsol.js +1 -0
  19. package/dist/platforms/byreal.js +1 -0
  20. package/dist/platforms/chopcorp.js +1 -0
  21. package/dist/platforms/collectorcrypt.js +1 -0
  22. package/dist/platforms/cytonic.js +1 -1
  23. package/dist/platforms/defituna.js +1 -0
  24. package/dist/platforms/dflow.d.ts +6 -0
  25. package/dist/platforms/dflow.js +14 -2
  26. package/dist/platforms/futarchy.js +1 -0
  27. package/dist/platforms/godl.js +1 -0
  28. package/dist/platforms/guano.js +0 -1
  29. package/dist/platforms/helio.js +1 -0
  30. package/dist/platforms/helium.js +1 -0
  31. package/dist/platforms/helius.js +1 -0
  32. package/dist/platforms/hylo.js +1 -0
  33. package/dist/platforms/index.js +21 -3
  34. package/dist/platforms/loopscale.js +1 -0
  35. package/dist/platforms/magiceden.js +1 -0
  36. package/dist/platforms/manifest.js +1 -0
  37. package/dist/platforms/maxbid.js +1 -0
  38. package/dist/platforms/mayan.js +0 -1
  39. package/dist/platforms/metaplex.js +1 -0
  40. package/dist/platforms/mooncake.js +1 -0
  41. package/dist/platforms/okx.js +1 -0
  42. package/dist/platforms/ondo-finance.js +1 -1
  43. package/dist/platforms/onre.js +1 -0
  44. package/dist/platforms/oobit.d.ts +3 -0
  45. package/dist/platforms/oobit.js +14 -0
  46. package/dist/platforms/openloop.js +1 -0
  47. package/dist/platforms/oresupply.js +1 -0
  48. package/dist/platforms/oro.js +1 -0
  49. package/dist/platforms/pancakeswap.js +1 -0
  50. package/dist/platforms/paxos.js +2 -1
  51. package/dist/platforms/phantom.js +1 -0
  52. package/dist/platforms/photon.js +1 -0
  53. package/dist/platforms/phygitals.js +1 -0
  54. package/dist/platforms/playsolana.js +1 -0
  55. package/dist/platforms/project0.js +1 -1
  56. package/dist/platforms/ratex.d.ts +1 -0
  57. package/dist/platforms/ratex.js +13 -2
  58. package/dist/platforms/remora.js +1 -0
  59. package/dist/platforms/sandglass.js +1 -0
  60. package/dist/platforms/securitize.js +1 -0
  61. package/dist/platforms/solana.js +1 -1
  62. package/dist/platforms/solanaid.js +1 -1
  63. package/dist/platforms/solstice.js +1 -0
  64. package/dist/platforms/solv.js +1 -0
  65. package/dist/platforms/squads.js +2 -2
  66. package/dist/platforms/titan.js +1 -0
  67. package/dist/platforms/trojan.js +1 -0
  68. package/dist/platforms/trove.d.ts +3 -0
  69. package/dist/platforms/trove.js +16 -0
  70. package/dist/platforms/xstocks.d.ts +3 -0
  71. package/dist/platforms/xstocks.js +16 -0
  72. package/dist/platforms/zeus.js +1 -0
  73. package/package.json +1 -1
  74. package/dist/platforms/yawww.d.ts +0 -22
  75. package/dist/platforms/yawww.js +0 -26
@@ -5,7 +5,6 @@ exports.platform = {
5
5
  id: "01",
6
6
  name: "01",
7
7
  description: "01 Exchange is a next-gen trading experience with the speed of centralized exchanges and the integrity of decentralized finance, powered by Nord Engine.",
8
- defiLlamaId: "01",
9
8
  isDeprecated: true,
10
9
  tags: ["dapp"],
11
10
  links: {
@@ -5,7 +5,7 @@ exports.platform = {
5
5
  id: "adrastea",
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
- defiLlamaId: "adrastea",
8
+ defiLlamaId: "adrastea-finance",
9
9
  tags: ["dapp", "defi", "lending", "vault"],
10
10
  links: {
11
11
  website: "https://app.adrastea.fi/",
@@ -8,7 +8,7 @@ exports.platform = {
8
8
  tags: ["nft-collection", "gaming"],
9
9
  links: {
10
10
  website: "https://staking.theakuma.xyz",
11
- twitter: "https://x.com/TheAkumaXYZ",
12
11
  },
12
+ platformToken: "AKUjRM9ZcE8t4mQWGX8ToroNjrTSYvNR3bBfFMzY7ahb",
13
13
  };
14
14
  exports.services = [];
@@ -8,8 +8,8 @@ exports.platform = {
8
8
  description: "Aldrin was a DEX that offered AMM pools, limit orders, and trading analytics with a centralized orderbook.",
9
9
  links: {
10
10
  website: "https://x.com/Aldrin_Exchange",
11
- twitter: "https://x.com/Aldrin_Exchange",
12
11
  },
12
+ defiLlamaId: "aldrin",
13
13
  platformToken: "E5ndSkaB17Dm7CsD22dvcjfrYSDLCxFcMd6z8ddCk5wp",
14
14
  tags: ["dapp", "dex", "amm"],
15
15
  isDeprecated: true,
@@ -0,0 +1,3 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: ServiceRaw[];
@@ -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: "antfun",
6
+ name: "AntFun",
7
+ links: {
8
+ website: "https://ant.fun/sol/",
9
+ twitter: "https://x.com/ant_fun_trade",
10
+ },
11
+ defiLlamaId: "antfun",
12
+ description: "Ant.fun is a mobile-first decentralized trading app offering real-time on-chain swap.",
13
+ tags: ["dex"],
14
+ };
15
+ exports.services = [];
@@ -0,0 +1,4 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const service: ServiceRaw;
4
+ export declare const services: ServiceRaw[];
@@ -0,0 +1,29 @@
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: "axiom",
7
+ name: "Axiom",
8
+ links: {
9
+ website: "https://axiom.trade/",
10
+ twitter: "https://x.com/axiomexchange",
11
+ discord: "https://discord.gg/axiomtrade",
12
+ documentation: "https://docs.axiom.trade/",
13
+ },
14
+ defiLlamaId: "axiom-pro",
15
+ description: "Axiom is the fastest and most feature-rich hybrid web trading experience.",
16
+ tags: ["dex"],
17
+ };
18
+ const contract = {
19
+ name: "Trade",
20
+ address: "FLASHX8DrLbgeR8FcfNV1F5krxYcYMUdBkrP1EPBtxB9",
21
+ networkId: types_1.NetworkId.solana,
22
+ };
23
+ exports.service = {
24
+ id: `${exports.platform.id}-trade`,
25
+ name: "Trade",
26
+ platformId: exports.platform.id,
27
+ contractsRaw: [contract],
28
+ };
29
+ exports.services = [exports.service];
@@ -10,6 +10,7 @@ exports.platform = {
10
10
  twitter: "https://x.com/backpack",
11
11
  discord: "https://discord.com/invite/backpack",
12
12
  },
13
- tags: ["wallet"],
13
+ defiLlamaId: "backpack",
14
+ tags: ["wallet", "cex"],
14
15
  };
15
16
  exports.services = [];
@@ -0,0 +1,3 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: ServiceRaw[];
@@ -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: "bags",
6
+ name: "Bags",
7
+ links: {
8
+ website: "https://bags.fm/",
9
+ documentation: "https://docs.bags.fm/",
10
+ twitter: "https://x.com/BagsApp",
11
+ },
12
+ defiLlamaId: "bags",
13
+ description: "Launch, Trade, Earn, and Discover the Next Big Thing.",
14
+ tags: ["dex"],
15
+ };
16
+ exports.services = [];
@@ -9,7 +9,6 @@ exports.platform = {
9
9
  tags: ["social", "dapp"],
10
10
  links: {
11
11
  website: "https://www.banger.lol/",
12
- twitter: "https://x.com/bangerdotlol",
13
12
  documentation: "https://banger.gitbook.io/banger-docs",
14
13
  },
15
14
  };
@@ -11,6 +11,7 @@ exports.platform = {
11
11
  twitter: "https://x.com/bonkbot_io",
12
12
  documentation: "https://docs.bonkbot.io/",
13
13
  },
14
+ defiLlamaId: "bonkbot",
14
15
  tags: ["tool", "dapp"],
15
16
  };
16
17
  const contract = {
@@ -0,0 +1,3 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: ServiceRaw[];
@@ -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: "bonkfun",
6
+ name: "BONKfun",
7
+ description: "Meme token launchpad.",
8
+ links: {
9
+ website: "https://bonk.fun/",
10
+ twitter: "https://x.com/bonk_fun",
11
+ },
12
+ defiLlamaId: "letsbonk.fun",
13
+ tags: ["launchpad", "dapp"],
14
+ };
15
+ exports.services = [];
@@ -6,6 +6,7 @@ exports.platform = {
6
6
  id: "boop",
7
7
  name: "Boop",
8
8
  description: "Boop is a memecoin launchpad that gamifies token creation through community-driven dynamics, allowing users to launch tokens and earn rewards through staking.",
9
+ defiLlamaId: "boop.fun",
9
10
  tags: ["memecoin", "launchpad", "dapp"],
10
11
  links: {
11
12
  website: "https://boop.fun/",
@@ -8,7 +8,7 @@ exports.platform = {
8
8
  description: "BSKT is a protocol for creating baskets of assets in a portfolio with cross-chain liquidity bridging.",
9
9
  tags: ["dapp"],
10
10
  links: {
11
- website: "https://claim.bskt.fi/",
11
+ website: "https://www.bskt.fi/",
12
12
  discord: "https://discord.gg/VdSdWqpqQ6",
13
13
  telegram: "https://t.me/BSKT_FI",
14
14
  twitter: "https://x.com/bsktfi",
@@ -13,6 +13,7 @@ exports.platform = {
13
13
  twitter: "https://x.com/btcsol_co",
14
14
  documentation: "https://docs.btcsol.co/",
15
15
  },
16
+ defiLlamaId: "zeus-btcsol",
16
17
  tokens: ["BSoLov7Es6mGLkBq7Z89PSWDmk6Vsw4jVxdfE2UHrJTX"],
17
18
  };
18
19
  const earnContract = {
@@ -7,6 +7,7 @@ exports.platform = {
7
7
  name: "Byreal",
8
8
  description: "Byreal is a hybrid DEX by Bybit combining concentrated liquidity (CLMM) with Request-for-Quote (RFQ) routing for low-slippage, MEV-protected trades.",
9
9
  tags: ["dapp"],
10
+ defiLlamaId: "byreal",
10
11
  links: {
11
12
  website: "https://www.byreal.io/",
12
13
  telegram: "https://t.me/Byreal_Community",
@@ -7,6 +7,7 @@ exports.platform = {
7
7
  name: "Chopcorp",
8
8
  description: "LOG is a digital commodity on the Solana blockchain.",
9
9
  tags: ["tool"],
10
+ defiLlamaId: "chopcorp",
10
11
  links: {
11
12
  website: "https://chopcorp.io/",
12
13
  discord: "https://discord.gg/fCNHMaYE7v",
@@ -11,6 +11,7 @@ exports.platform = {
11
11
  discord: "https://discord.gg/dzYKMkQQKk",
12
12
  telegram: "https://t.me/CollectorChat",
13
13
  },
14
+ defiLlamaId: "collector-crypt",
14
15
  tags: ["rwa", "nft-marketplace"],
15
16
  platformToken: "CARDSccUMFKoPRZxt5vt3ksUbxEFEcnZ3H2pd3dKxYjp",
16
17
  };
@@ -6,7 +6,7 @@ exports.platform = {
6
6
  id: "cytonic",
7
7
  name: "Cytonic",
8
8
  description: "Cytonic is a multi-virtual-machine Layer 1 blockchain enabling atomic cross-chain swaps between EVM and SVM chains like Ethereum and Solana.",
9
- tags: ["bridge", "tool", "dapp", "bridge", "infrastructure"],
9
+ tags: ["bridge", "tool", "dapp", "infrastructure"],
10
10
  links: {
11
11
  website: "https://www.cytonic.com/",
12
12
  discord: "https://discord.com/invite/cytonic",
@@ -12,6 +12,7 @@ exports.platform = {
12
12
  twitter: "https://x.com/DeFiTuna",
13
13
  documentation: "https://defituna.gitbook.io/defituna-docs",
14
14
  },
15
+ defiLlamaId: "defituna",
15
16
  tags: ["dapp", "dex", "amm", "defi", "lending"],
16
17
  platformToken: "TUNAfXDZEdQizTMTh3uEvNvYqJmqFHZbEJt8joP4cyx",
17
18
  };
@@ -5,5 +5,11 @@ export declare const contract: {
5
5
  address: string;
6
6
  networkId: "solana";
7
7
  };
8
+ export declare const predictionsContract: {
9
+ name: string;
10
+ address: string;
11
+ networkId: "solana";
12
+ };
8
13
  export declare const service: ServiceRaw;
14
+ export declare const predictionsService: ServiceRaw;
9
15
  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.service = exports.contract = exports.platform = void 0;
3
+ exports.services = exports.predictionsService = exports.service = exports.predictionsContract = exports.contract = exports.platform = void 0;
4
4
  const types_1 = require("../types");
5
5
  exports.platform = {
6
6
  id: "dflow",
@@ -11,6 +11,7 @@ exports.platform = {
11
11
  discord: "https://discord.gg/dflow",
12
12
  twitter: "https://x.com/dflow",
13
13
  },
14
+ defiLlamaId: "dflow",
14
15
  tags: ["dapp", "bridge", "prediction"],
15
16
  };
16
17
  exports.contract = {
@@ -18,10 +19,21 @@ exports.contract = {
18
19
  address: "DF1ow4tspfHX9JwWJsAb9epbkA8hmpSEAtxXy1V27QBH",
19
20
  networkId: types_1.NetworkId.solana,
20
21
  };
22
+ exports.predictionsContract = {
23
+ name: "Predictions",
24
+ address: "pReDicTmksnPfkfiz33ndSdbe2dY43KYPg4U2dbvHvb",
25
+ networkId: types_1.NetworkId.solana,
26
+ };
21
27
  exports.service = {
22
28
  id: `${exports.platform.id}-aggregator`,
23
29
  name: "Aggregator",
24
30
  platformId: exports.platform.id,
25
31
  contractsRaw: [exports.contract],
26
32
  };
27
- exports.services = [exports.service];
33
+ exports.predictionsService = {
34
+ id: `${exports.platform.id}-predictions`,
35
+ name: "Predictions",
36
+ platformId: exports.platform.id,
37
+ contractsRaw: [exports.predictionsContract],
38
+ };
39
+ exports.services = [exports.service, exports.predictionsService];
@@ -13,6 +13,7 @@ exports.platform = {
13
13
  github: "https://github.com/metaDAOproject",
14
14
  documentation: "https://docs.metadao.fi/",
15
15
  },
16
+ defiLlamaId: "metadao",
16
17
  platformToken: "METAwkXcqyXKy1AtsSgJ8JiUHwGCafnZL38n3vYmeta",
17
18
  tokens: ["METADDFL6wWMWEoKTFJwcThTbUmtarRJZjRpzUvkxhr"],
18
19
  tags: ["dapp", "dao"],
@@ -13,6 +13,7 @@ exports.platform = {
13
13
  twitter: "https://x.com/GODLsupply",
14
14
  documentation: "https://www.godl.supply/about",
15
15
  },
16
+ defiLlamaId: "godl-protocol",
16
17
  platformToken: "GodL6KZ9uuUoQwELggtVzQkKmU1LfqmDokPibPeDKkhF",
17
18
  addedAt: 1764244800000,
18
19
  };
@@ -8,7 +8,6 @@ exports.platform = {
8
8
  description: "Memecoin with staking functionality on Solana",
9
9
  links: {
10
10
  website: "https://www.guanocoin.com/",
11
- twitter: "https://x.com/guanocoin",
12
11
  },
13
12
  tags: ["memecoin"],
14
13
  };
@@ -7,6 +7,7 @@ exports.platform = {
7
7
  name: "MoonPay Commerce (Helio)",
8
8
  description: "MoonPay Commerce (formerly Helio) is a crypto payment infrastructure enabling merchants to accept cryptocurrency payments.",
9
9
  tags: ["tool", "infrastructure", "payments"],
10
+ defiLlamaId: "helio",
10
11
  links: {
11
12
  website: "https://www.hel.io/",
12
13
  twitter: "https://x.com/MoonPayCommerce",
@@ -13,6 +13,7 @@ exports.platform = {
13
13
  github: "https://github.com/helium",
14
14
  documentation: "https://docs.helium.com/",
15
15
  },
16
+ defiLlamaId: "helium-network",
16
17
  platformToken: "hntyVP6YFm1Hg25TN9WGLqM12b8TQmcknKrdu1oxWux",
17
18
  tokens: [
18
19
  "iotEVVZLEywoTn1QdwNPddxPWszn3zFhEot3MfL9fns",
@@ -12,6 +12,7 @@ exports.platform = {
12
12
  github: "https://github.com/helius-labs",
13
13
  documentation: "https://www.helius.dev/docs",
14
14
  },
15
+ tokens: ["he1iusmfkpAdwvxLNGV8Y1iSbj4rUy6yMhEA3fotn9A"],
15
16
  tags: ["tool", "infrastructure", "lst"],
16
17
  };
17
18
  exports.billingService = {
@@ -12,6 +12,7 @@ exports.platform = {
12
12
  telegram: "https://t.me/hylo_announcements",
13
13
  github: "https://github.com/hylo-so",
14
14
  },
15
+ defiLlamaId: "hylo",
15
16
  tags: ["dapp", "stablecoin", "defi", "lst"],
16
17
  tokens: [
17
18
  "HnnGv3HrSqjRpgdFmx7vQGjntNEoex1SU4e9Lxcxuihz",
@@ -48,14 +48,17 @@ const alldomains = __importStar(require("./alldomains"));
48
48
  const altude = __importStar(require("./altude"));
49
49
  const amppay = __importStar(require("./amppay"));
50
50
  const amulet = __importStar(require("./amulet"));
51
+ const antfun = __importStar(require("./antfun"));
51
52
  const armada = __importStar(require("./armada"));
52
53
  const artrade = __importStar(require("./artrade"));
53
54
  const asgardfi = __importStar(require("./asgardfi"));
54
55
  const atrix = __importStar(require("./atrix"));
55
56
  const aurory = __importStar(require("./aurory"));
57
+ const axiom = __importStar(require("./axiom"));
56
58
  const backedfinance = __importStar(require("./backedfinance"));
57
59
  const backpack = __importStar(require("./backpack"));
58
60
  const backwoods = __importStar(require("./backwoods"));
61
+ const bags = __importStar(require("./bags"));
59
62
  const bananagun = __importStar(require("./bananagun"));
60
63
  const banger = __importStar(require("./banger"));
61
64
  const banx = __importStar(require("./banx"));
@@ -68,6 +71,7 @@ const bloom = __importStar(require("./bloom"));
68
71
  const blueshift = __importStar(require("./blueshift"));
69
72
  const bonfida = __importStar(require("./bonfida"));
70
73
  const bonkbot = __importStar(require("./bonkbot"));
74
+ const bonkfun = __importStar(require("./bonkfun"));
71
75
  const bonkrewards = __importStar(require("./bonkrewards"));
72
76
  const boop = __importStar(require("./boop"));
73
77
  const bouncebit = __importStar(require("./bouncebit"));
@@ -220,6 +224,7 @@ const okx = __importStar(require("./okx"));
220
224
  const omni = __importStar(require("./omni"));
221
225
  const ondoFinance = __importStar(require("./ondo-finance"));
222
226
  const onre = __importStar(require("./onre"));
227
+ const oobit = __importStar(require("./oobit"));
223
228
  const openbook = __importStar(require("./openbook"));
224
229
  const openloop = __importStar(require("./openloop"));
225
230
  const orca = __importStar(require("./orca"));
@@ -314,6 +319,7 @@ const trepa = __importStar(require("./trepa"));
314
319
  const triad = __importStar(require("./triad"));
315
320
  const tribeca = __importStar(require("./tribeca"));
316
321
  const trojan = __importStar(require("./trojan"));
322
+ const trove = __importStar(require("./trove"));
317
323
  const trustfun = __importStar(require("./trustfun"));
318
324
  const tuktuk = __importStar(require("./tuktuk"));
319
325
  const tulip = __importStar(require("./tulip"));
@@ -330,9 +336,9 @@ const whalesmarket = __importStar(require("./whalesmarket"));
330
336
  const wink = __importStar(require("./wink"));
331
337
  const wintermute = __importStar(require("./wintermute"));
332
338
  const wormhole = __importStar(require("./wormhole"));
339
+ const xstocks = __importStar(require("./xstocks"));
333
340
  const y00ts = __importStar(require("./y00ts"));
334
341
  const yaku = __importStar(require("./yaku"));
335
- const yawww = __importStar(require("./yawww"));
336
342
  const yieldfan = __importStar(require("./yieldfan"));
337
343
  const zelo = __importStar(require("./zelo"));
338
344
  const zeta = __importStar(require("./zeta"));
@@ -351,14 +357,17 @@ exports.platforms = [
351
357
  altude.platform,
352
358
  amppay.platform,
353
359
  amulet.platform,
360
+ antfun.platform,
354
361
  armada.platform,
355
362
  artrade.platform,
356
363
  asgardfi.platform,
357
364
  atrix.platform,
358
365
  aurory.platform,
366
+ axiom.platform,
359
367
  backedfinance.platform,
360
368
  backpack.platform,
361
369
  backwoods.platform,
370
+ bags.platform,
362
371
  bananagun.platform,
363
372
  banger.platform,
364
373
  banx.platform,
@@ -371,6 +380,7 @@ exports.platforms = [
371
380
  blueshift.platform,
372
381
  bonfida.platform,
373
382
  bonkbot.platform,
383
+ bonkfun.platform,
374
384
  bonkrewards.platform,
375
385
  boop.platform,
376
386
  bouncebit.platform,
@@ -523,6 +533,7 @@ exports.platforms = [
523
533
  omni.platform,
524
534
  ondoFinance.platform,
525
535
  onre.platform,
536
+ oobit.platform,
526
537
  openbook.platform,
527
538
  openloop.platform,
528
539
  orca.platform,
@@ -617,6 +628,7 @@ exports.platforms = [
617
628
  triad.platform,
618
629
  tribeca.platform,
619
630
  trojan.platform,
631
+ trove.platform,
620
632
  trustfun.platform,
621
633
  tuktuk.platform,
622
634
  tulip.platform,
@@ -633,9 +645,9 @@ exports.platforms = [
633
645
  wink.platform,
634
646
  wintermute.platform,
635
647
  wormhole.platform,
648
+ xstocks.platform,
636
649
  y00ts.platform,
637
650
  yaku.platform,
638
- yawww.platform,
639
651
  yieldfan.platform,
640
652
  zelo.platform,
641
653
  zeta.platform,
@@ -655,14 +667,17 @@ exports.services = [
655
667
  ...altude.services,
656
668
  ...amppay.services,
657
669
  ...amulet.services,
670
+ ...antfun.services,
658
671
  ...armada.services,
659
672
  ...artrade.services,
660
673
  ...asgardfi.services,
661
674
  ...atrix.services,
662
675
  ...aurory.services,
676
+ ...axiom.services,
663
677
  ...backedfinance.services,
664
678
  ...backpack.services,
665
679
  ...backwoods.services,
680
+ ...bags.services,
666
681
  ...bananagun.services,
667
682
  ...banger.services,
668
683
  ...banx.services,
@@ -675,6 +690,7 @@ exports.services = [
675
690
  ...blueshift.services,
676
691
  ...bonfida.services,
677
692
  ...bonkbot.services,
693
+ ...bonkfun.services,
678
694
  ...bonkrewards.services,
679
695
  ...boop.services,
680
696
  ...bouncebit.services,
@@ -827,6 +843,7 @@ exports.services = [
827
843
  ...omni.services,
828
844
  ...ondoFinance.services,
829
845
  ...onre.services,
846
+ ...oobit.services,
830
847
  ...openbook.services,
831
848
  ...openloop.services,
832
849
  ...orca.services,
@@ -921,6 +938,7 @@ exports.services = [
921
938
  ...triad.services,
922
939
  ...tribeca.services,
923
940
  ...trojan.services,
941
+ ...trove.services,
924
942
  ...trustfun.services,
925
943
  ...tuktuk.services,
926
944
  ...tulip.services,
@@ -937,9 +955,9 @@ exports.services = [
937
955
  ...wink.services,
938
956
  ...wintermute.services,
939
957
  ...wormhole.services,
958
+ ...xstocks.services,
940
959
  ...y00ts.services,
941
960
  ...yaku.services,
942
- ...yawww.services,
943
961
  ...yieldfan.services,
944
962
  ...zelo.services,
945
963
  ...zeta.services,
@@ -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",
@@ -6,6 +6,7 @@ exports.platform = {
6
6
  id: "magiceden",
7
7
  name: "MagicEden",
8
8
  description: "The NFT Marketplace.",
9
+ defiLlamaId: "magiceden",
9
10
  links: {
10
11
  website: "https://magiceden.io/solana",
11
12
  discord: "https://discord.gg/magiceden",
@@ -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",
@@ -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",
@@ -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,6 +6,7 @@ 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/",
@@ -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",
@@ -16,6 +16,6 @@ exports.platform = {
16
16
  "A1KLoBrKBde8Ty9qtNQUtq3C2ortoC3u7twggz7sEto6",
17
17
  "i7u4r16TcsJTgq1kAG8opmVZyVnAKBwLKu6ZPMwzxNc",
18
18
  ],
19
- tags: ["dapp", "rwa", "institutional", "rwa"],
19
+ tags: ["dapp", "rwa", "institutional"],
20
20
  };
21
21
  exports.services = [];
@@ -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,3 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: ServiceRaw[];
@@ -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 = [];
@@ -9,6 +9,7 @@ exports.platform = {
9
9
  links: {
10
10
  website: "https://openloop.so/",
11
11
  },
12
+ isDeprecated: true,
12
13
  tags: ["depin"],
13
14
  };
14
15
  const contract = {
@@ -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/",
@@ -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",
@@ -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",
@@ -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",
@@ -5,6 +5,7 @@ exports.platform = {
5
5
  id: "phygitals",
6
6
  name: "Phygitals",
7
7
  description: "RWA cards on Solana",
8
+ defiLlamaId: "phygitals",
8
9
  links: {
9
10
  website: "https://www.phygitals.com/",
10
11
  twitter: "https://x.com/phygitals",
@@ -12,6 +12,7 @@ exports.platform = {
12
12
  discord: "https://discord.com/invite/playsolanaofficial",
13
13
  twitter: "https://www.x.com/playsolana",
14
14
  },
15
+ platformToken: "PLAYs3GSSadH2q2JLS7djp7yzeT75NK78XgrE5YLrfq",
15
16
  };
16
17
  const contract = {
17
18
  name: "Main",
@@ -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
  };
@@ -2,4 +2,5 @@ import { PlatformRaw, ServiceRaw } from "../types";
2
2
  export declare const platform: PlatformRaw;
3
3
  export declare const programIds: string[];
4
4
  export declare const service: ServiceRaw;
5
+ export declare const withdrawableTokensService: 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.service = exports.programIds = exports.platform = void 0;
3
+ exports.services = exports.withdrawableTokensService = exports.service = exports.programIds = exports.platform = void 0;
4
4
  const types_1 = require("../types");
5
5
  exports.platform = {
6
6
  id: "ratex",
@@ -61,6 +61,11 @@ exports.programIds = [
61
61
  "raTEkEMFeDsvsELyQ5CMk4dS8Yhh3wyXXRL6QESd7p2",
62
62
  "rAtEYiVSYnNEDcwqrFGwCbi7gFDYCssu2vmdozzyv4Q",
63
63
  ];
64
+ const withdrawableTokensContract = {
65
+ name: "Withdrawable Tokens",
66
+ address: "raTejbjhXcMjSSq9SzkkdzxeWzttF1jz94F8CtvU9Ss",
67
+ networkId: types_1.NetworkId.solana,
68
+ };
64
69
  exports.service = {
65
70
  id: `ratex-main`,
66
71
  name: "RateX",
@@ -71,4 +76,10 @@ exports.service = {
71
76
  networkId: types_1.NetworkId.solana,
72
77
  })),
73
78
  };
74
- exports.services = [exports.service];
79
+ exports.withdrawableTokensService = {
80
+ id: `ratex-withdrawable-tokens`,
81
+ name: "Withdrawable Tokens",
82
+ platformId: "ratex",
83
+ contractsRaw: [withdrawableTokensContract],
84
+ };
85
+ exports.services = [exports.service, exports.withdrawableTokensService];
@@ -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",
@@ -14,6 +14,7 @@ exports.platform = {
14
14
  "GyWgeqpy5GueU2YbkE8xqUeVEokCMMCEeUrfbtMw6phr",
15
15
  "FubtUcvhSCr3VPXEcxouoQjKQ7NWTCzXyECe76B7L3f8",
16
16
  "34mJztT9am2jybSukvjNqRjgJBZqHJsHnivArx1P4xy1",
17
+ "8yXrtJ54jZtE84xEBzTESKuegjcAkAuDrdAhRd8i8n3T",
17
18
  ],
18
19
  };
19
20
  exports.services = [];
@@ -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://solana.com/twitter",
13
+ twitter: "https://x.com/solana",
14
14
  github: "https://solana.com/github",
15
15
  documentation: "https://solana.com/docs",
16
16
  },
@@ -13,7 +13,7 @@ exports.platform = {
13
13
  telegram: "https://t.me/+NKjmb1u7LZw5YTU6",
14
14
  },
15
15
  tags: ["dapp"],
16
- tokens: ["SoLiDMWBct5TurG1LNcocemBK7QmTn4P33GSrRrcd2n"],
16
+ platformToken: "SoLiDMWBct5TurG1LNcocemBK7QmTn4P33GSrRrcd2n",
17
17
  };
18
18
  const contract = {
19
19
  name: "Staking",
@@ -6,6 +6,7 @@ exports.platform = {
6
6
  id: "solstice",
7
7
  name: "Solstice",
8
8
  tags: ["dapp", "stablecoin", "institutional", "defi"],
9
+ defiLlamaId: "solstice-usx",
9
10
  links: {
10
11
  website: "https://solstice.finance/",
11
12
  twitter: "https://x.com/solsticefi",
@@ -7,6 +7,7 @@ exports.platform = {
7
7
  name: "Solv",
8
8
  description: "Bitcoin liquid staking protocol on Solana",
9
9
  tags: ["dapp", "defi", "bitcoin"],
10
+ defiLlamaId: "solv-protocol",
10
11
  links: {
11
12
  website: "https://solv.finance/",
12
13
  twitter: "https://x.com/SolvProtocol",
@@ -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.so/",
11
+ website: "https://squads.xyz/",
12
12
  discord: "https://discord.gg/squads",
13
- twitter: "https://x.com/SquadsProtocol",
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
  },
@@ -6,6 +6,7 @@ exports.platform = {
6
6
  id: "titan",
7
7
  name: "Titan",
8
8
  description: "Titan is a decentralized exchange and liquidity aggregator.",
9
+ defiLlamaId: "titan-exchange",
9
10
  links: {
10
11
  website: "https://titan.exchange/",
11
12
  twitter: "https://x.com/Titan_Exchange",
@@ -6,6 +6,7 @@ exports.platform = {
6
6
  id: "trojan",
7
7
  name: "Trojan",
8
8
  description: "Trojan's Terminal is a high-performance, intuitive crypto trading platform.",
9
+ defiLlamaId: "trojan",
9
10
  links: {
10
11
  website: "https://trojan.com/",
11
12
  documentation: "https://docs.trojan.com/",
@@ -0,0 +1,3 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: ServiceRaw[];
@@ -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: "trove",
6
+ name: "Trove",
7
+ description: "Trove is a leverage trading platform for RWAs, Equities and Collectibles.",
8
+ links: {
9
+ website: "https://trovemarkets.com/trade",
10
+ twitter: "https://x.com/trovemarkets",
11
+ },
12
+ tags: ["trading", "dapp", "defi", "rwa", "nft"],
13
+ platformToken: "Trove4jcQhE1dZGrjBwe8LUEAZizcFDZ35gUHezmjhZ",
14
+ addedAt: 1768910400000,
15
+ };
16
+ exports.services = [];
@@ -0,0 +1,3 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: ServiceRaw[];
@@ -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 = [];
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/platform-list",
3
- "version": "1.2.58",
3
+ "version": "1.2.61",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -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
- }[];
@@ -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];