@jup-ag/platform-list 1.2.39 → 1.2.43

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/README.md CHANGED
@@ -42,10 +42,10 @@ We welcome contributions from the community! If you want to add a new platform,
42
42
 
43
43
  1. Fork the repository
44
44
  2. Create a platform file in `src/platforms/yourplatform.ts`
45
- 3. Add a 64x64 `.webp` image in `img/yourplatform.webp`
45
+ 3. Add a 400x400 `.webp` image in `img/yourplatform.webp`
46
46
  4. Follow the rules:
47
47
  - Platform IDs must be lowercase
48
- - Images must be `.webp` format, 64x64 pixels
48
+ - Images must be `.webp` format, 400x400 pixels
49
49
  5. Submit a Pull Request
50
50
 
51
51
  See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed instructions and examples.
@@ -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: "altude",
6
+ name: "Altude",
7
+ tags: ["tool"],
8
+ links: {
9
+ website: "https://altude.so/",
10
+ discord: "https://discord.gg/9gPsQeZD7x",
11
+ twitter: "https://x.com/altudeso",
12
+ github: "https://github.com/AltudePlatform",
13
+ },
14
+ };
15
+ exports.services = [];
@@ -13,7 +13,7 @@ exports.platform = {
13
13
  twitter: "https://x.com/Chopcorpsol",
14
14
  documentation: "https://chopcorp.io/about",
15
15
  },
16
- tokens: ["chopmfFa3T1CzZj9WUgq5e18aMvjufSHGfPTvyKkydL"],
16
+ tokens: ["1ogCsoK7ZqZwiYam9i7xq2j6Bf2LizT6iQtGSp6vCoT"],
17
17
  };
18
18
  const v3Contract = {
19
19
  name: "V3",
@@ -6,6 +6,7 @@ exports.platform = {
6
6
  name: "CoinMarketCap",
7
7
  links: {
8
8
  website: "https://coinmarketcap.com/",
9
+ twitter: "https://x.com/CoinMarketCap",
9
10
  },
10
11
  tags: ["tool"],
11
12
  };
@@ -8,7 +8,7 @@ exports.platform = {
8
8
  description: "Hadeswap was an NFT AMM marketplace enabling instant NFT trading with liquidity pools.",
9
9
  links: {
10
10
  website: "https://www.hadeswap.com/",
11
- twitter: "https://x.com/hadeswap/",
11
+ twitter: "https://x.com/hadeswap",
12
12
  github: "https://github.com/hadeswap-solana",
13
13
  },
14
14
  tags: ["dapp", "nft-marketplace"],
@@ -44,6 +44,7 @@ const akuma = __importStar(require("./akuma"));
44
44
  const aldrin = __importStar(require("./aldrin"));
45
45
  const allbridge = __importStar(require("./allbridge"));
46
46
  const alldomains = __importStar(require("./alldomains"));
47
+ const altude = __importStar(require("./altude"));
47
48
  const amulet = __importStar(require("./amulet"));
48
49
  const armada = __importStar(require("./armada"));
49
50
  const artrade = __importStar(require("./artrade"));
@@ -290,6 +291,7 @@ const tiplink = __importStar(require("./tiplink"));
290
291
  const titan = __importStar(require("./titan"));
291
292
  const triad = __importStar(require("./triad"));
292
293
  const tribeca = __importStar(require("./tribeca"));
294
+ const trustfun = __importStar(require("./trustfun"));
293
295
  const tuktuk = __importStar(require("./tuktuk"));
294
296
  const tulip = __importStar(require("./tulip"));
295
297
  const underdog = __importStar(require("./underdog"));
@@ -321,6 +323,7 @@ exports.platforms = [
321
323
  aldrin.platform,
322
324
  allbridge.platform,
323
325
  alldomains.platform,
326
+ altude.platform,
324
327
  amulet.platform,
325
328
  armada.platform,
326
329
  artrade.platform,
@@ -567,6 +570,7 @@ exports.platforms = [
567
570
  titan.platform,
568
571
  triad.platform,
569
572
  tribeca.platform,
573
+ trustfun.platform,
570
574
  tuktuk.platform,
571
575
  tulip.platform,
572
576
  underdog.platform,
@@ -599,6 +603,7 @@ exports.services = [
599
603
  ...aldrin.services,
600
604
  ...allbridge.services,
601
605
  ...alldomains.services,
606
+ ...altude.services,
602
607
  ...amulet.services,
603
608
  ...armada.services,
604
609
  ...artrade.services,
@@ -845,6 +850,7 @@ exports.services = [
845
850
  ...titan.services,
846
851
  ...triad.services,
847
852
  ...tribeca.services,
853
+ ...trustfun.services,
848
854
  ...tuktuk.services,
849
855
  ...tulip.services,
850
856
  ...underdog.services,
@@ -5,7 +5,7 @@ const types_1 = require("../types");
5
5
  exports.platform = {
6
6
  id: "jupiter-exchange",
7
7
  name: "Jupiter",
8
- description: "Jupiter is a DEX aggregator that routes trades across multiple liquidity pools to find optimal swap prices, also offering perpetuals, DCA, and limit orders.",
8
+ description: "Jupiter is building the infrastructure for an open financial future. With over $1 trillion in annual volume, Jupiter delivers a unified superapp experience that is simple to use, built to last, and proven at scale by operating a full-stack onchain product suite spanning self-custody, spot, perpetuals, lend, stake, stablecoin, token creation, prediction markets, developer APIs",
9
9
  defiLlamaId: "parent#jupiter",
10
10
  links: {
11
11
  website: "https://jup.ag/",
@@ -17,6 +17,7 @@ exports.platform = {
17
17
  tokens: [
18
18
  "27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4",
19
19
  "jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v",
20
+ "JuprjznTrTSp2UFa3ZBUFgwdAmtZCq4MQCwysN55USD",
20
21
  ],
21
22
  tags: ["dapp"],
22
23
  };
@@ -120,6 +121,11 @@ exports.rewardsHubContract = {
120
121
  address: "GenieRGuCtgfDGThwjp2GLreQMFtJoG1fqFE8MF1gAzG",
121
122
  networkId: types_1.NetworkId.solana,
122
123
  };
124
+ const deltaNeutralVaultContract = {
125
+ name: "Delta Neutral Vault",
126
+ address: "BUNDeH5A4c47bcEoAjBhN3sCjLgYnRsmt9ibMztqVkC9",
127
+ networkId: types_1.NetworkId.solana,
128
+ };
123
129
  exports.swapV7Service = {
124
130
  id: `${exports.platform.id}-swap-v7`,
125
131
  name: "Swap v7",
@@ -284,6 +290,13 @@ exports.rewardsHubService = {
284
290
  platformId: exports.platform.id,
285
291
  contractsRaw: [exports.rewardsHubContract],
286
292
  };
293
+ const deltaNeutralVaultService = {
294
+ id: `${exports.platform.id}-delta-neutral-vault`,
295
+ name: "Delta Neutral Vault",
296
+ platformId: exports.platform.id,
297
+ contractsRaw: [deltaNeutralVaultContract],
298
+ description: "Delta Neutral Vaults providing hedged investment strategies to minimize market risk.",
299
+ };
287
300
  exports.services = [
288
301
  exports.swapV7Service,
289
302
  exports.swapV6Service,
@@ -309,4 +322,5 @@ exports.services = [
309
322
  exports.inviteService,
310
323
  exports.lendService,
311
324
  exports.rewardsHubService,
325
+ deltaNeutralVaultService,
312
326
  ];
@@ -10,7 +10,7 @@ exports.platform = {
10
10
  links: {
11
11
  website: "https://kamino.finance/",
12
12
  discord: "https://discord.com/invite/kaminofinance",
13
- twitter: "https://x.com/KaminoFinance",
13
+ twitter: "https://x.com/kamino",
14
14
  github: "https://github.com/Kamino-Finance",
15
15
  documentation: "https://docs.kamino.finance/",
16
16
  },
@@ -9,6 +9,7 @@ exports.platform = {
9
9
  links: {
10
10
  website: "https://app.mooncake.fi/",
11
11
  documentation: "https://docs.mooncake.fi/",
12
+ twitter: "https://x.com/mooncake_fi",
12
13
  },
13
14
  tags: ["dapp"],
14
15
  };
@@ -8,6 +8,7 @@ exports.platform = {
8
8
  description: "OKX DEX is a multi-chain aggregator finding optimal trading routes across 400+ DEXs and 30+ networks including Solana.",
9
9
  links: {
10
10
  website: "https://web3.okx.com/dex-swap/bridge",
11
+ twitter: "https://x.com/wallet",
11
12
  },
12
13
  tags: ["bridge", "dapp"],
13
14
  };
@@ -9,6 +9,7 @@ exports.platform = {
9
9
  links: {
10
10
  documentation: "https://docs.near.org/chain-abstraction/omnibridge/overview",
11
11
  website: "https://docs.near.org/chain-abstraction/omnibridge/overview",
12
+ twitter: "https://x.com/nearprotocol",
12
13
  },
13
14
  tags: ["bridge", "dapp"],
14
15
  };
@@ -11,6 +11,7 @@ exports.platform = {
11
11
  links: {
12
12
  website: "https://mainnet.port.finance/lending",
13
13
  github: "https://github.com/port-finance",
14
+ twitter: "https://x.com/port_finance",
14
15
  },
15
16
  tokens: ["PoRTjZMPXb9T7dyU7tpLEZRQj7e6ssfAE62j2oQuc6y"],
16
17
  };
@@ -7,6 +7,7 @@ exports.platform = {
7
7
  name: "Puff",
8
8
  links: {
9
9
  website: "https://staking.puffcoin.fun/",
10
+ twitter: "https://x.com/PuffCoin_",
10
11
  },
11
12
  tags: ["memecoin"],
12
13
  };
@@ -11,6 +11,7 @@ exports.platform = {
11
11
  links: {
12
12
  website: "https://swap.pump.fun/",
13
13
  telegram: "https://t.me/pumpfunsupport",
14
+ twitter: "https://x.com/pumpdotfun",
14
15
  },
15
16
  };
16
17
  const contract = {
@@ -13,6 +13,7 @@ exports.platform = {
13
13
  telegram: "https://t.me/raydiumprotocol",
14
14
  github: "https://github.com/raydium-io",
15
15
  documentation: "https://docs.raydium.io/raydium/",
16
+ twitter: "https://x.com/Raydium",
16
17
  },
17
18
  tokens: ["4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R"],
18
19
  tags: ["dapp"],
@@ -12,6 +12,7 @@ exports.platform = {
12
12
  discord: "https://discord.gg/6UZHcNJFr8",
13
13
  github: "https://github.com/Mythic-Project",
14
14
  documentation: "https://docs.realms.today/",
15
+ twitter: "https://x.com/RealmsDAOs",
15
16
  },
16
17
  tags: ["dao", "tool", "dapp"],
17
18
  };
@@ -10,6 +10,7 @@ exports.platform = {
10
10
  tags: ["dapp"],
11
11
  links: {
12
12
  website: "https://saberdao.io/",
13
+ twitter: "https://x.com/thesaberdao",
13
14
  },
14
15
  tokens: ["Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1"],
15
16
  };
@@ -9,6 +9,7 @@ exports.platform = {
9
9
  isDeprecated: true,
10
10
  links: {
11
11
  website: "https://projectserum.com/",
12
+ twitter: "https://x.com/projectserum",
12
13
  },
13
14
  tags: ["dapp"],
14
15
  tokens: ["SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt"],
@@ -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: "trustfun",
6
+ name: "TrustFUN",
7
+ description: "Token launch platform enabling new projects to bootstrap liquidity and distribute tokens through fair launch mechanics.",
8
+ links: {
9
+ website: "https://trustfun.xyz/",
10
+ documentation: "https://trustfun.xyz/terms-conditions",
11
+ twitter: "https://x.com/trustfun_xyz",
12
+ },
13
+ tags: ["launchpad", "memecoin", "dapp"],
14
+ };
15
+ exports.services = [];
@@ -7,6 +7,7 @@ exports.platform = {
7
7
  isDeprecated: true,
8
8
  links: {
9
9
  website: "https://yield.fan/dashboard",
10
+ twitter: "https://x.com/yieldfan",
10
11
  },
11
12
  tags: ["dapp"],
12
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/platform-list",
3
- "version": "1.2.39",
3
+ "version": "1.2.43",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -54,6 +54,7 @@
54
54
  "globals": "^16.0.0",
55
55
  "jest": "^29.7.0",
56
56
  "prettier": "3.5.3",
57
+ "sharp": "^0.34.5",
57
58
  "ts-jest": "^29.2.6",
58
59
  "ts-node": "^10.9.2",
59
60
  "typescript": "^5.8.2",