@jup-ag/platform-list 1.2.57 → 1.2.58

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.
@@ -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: "amppay",
6
+ name: "Amp Pay",
7
+ description: "Save. Spend. Swap.",
8
+ links: {
9
+ website: "https://www.getamppay.com/#black-card",
10
+ twitter: "https://x.com/GetAmpPay",
11
+ },
12
+ tags: ["card"],
13
+ };
14
+ exports.services = [];
@@ -14,6 +14,7 @@ exports.platform = {
14
14
  documentation: "https://citrus.famousfoxes.com/faq",
15
15
  },
16
16
  tags: ["dapp", "lending", "defi"],
17
+ platformToken: "FoXyMu5xwXre7zEoSvzViRk3nGawHUp9kUh97y2NDhcq",
17
18
  };
18
19
  const lendingContract = {
19
20
  name: "Lending",
@@ -5,7 +5,7 @@ exports.platform = {
5
5
  id: "fuse",
6
6
  name: "Fuse",
7
7
  description: "A Solana wallet designed for ease of use.",
8
- tags: ["wallet"],
8
+ tags: ["wallet", "card"],
9
9
  links: {
10
10
  website: "https://fusewallet.com/",
11
11
  twitter: "https://x.com/fusewallet",
@@ -46,6 +46,7 @@ const aldrin = __importStar(require("./aldrin"));
46
46
  const allbridge = __importStar(require("./allbridge"));
47
47
  const alldomains = __importStar(require("./alldomains"));
48
48
  const altude = __importStar(require("./altude"));
49
+ const amppay = __importStar(require("./amppay"));
49
50
  const amulet = __importStar(require("./amulet"));
50
51
  const armada = __importStar(require("./armada"));
51
52
  const artrade = __importStar(require("./artrade"));
@@ -170,6 +171,7 @@ const jupiterLaunchpad = __importStar(require("./jupiter-launchpad"));
170
171
  const jupiterPm = __importStar(require("./jupiter-pm"));
171
172
  const jupiterWallet = __importStar(require("./jupiter-wallet"));
172
173
  const kamino = __importStar(require("./kamino"));
174
+ const kast = __importStar(require("./kast"));
173
175
  const katana = __importStar(require("./katana"));
174
176
  const kineko = __importStar(require("./kineko"));
175
177
  const kishu = __importStar(require("./kishu"));
@@ -281,6 +283,7 @@ const solana = __importStar(require("./solana"));
281
283
  const solanaid = __importStar(require("./solanaid"));
282
284
  const solanart = __importStar(require("./solanart"));
283
285
  const solayer = __importStar(require("./solayer"));
286
+ const solcard = __importStar(require("./solcard"));
284
287
  const solcasino = __importStar(require("./solcasino"));
285
288
  const solflare = __importStar(require("./solflare"));
286
289
  const solincinerator = __importStar(require("./solincinerator"));
@@ -314,6 +317,7 @@ const trojan = __importStar(require("./trojan"));
314
317
  const trustfun = __importStar(require("./trustfun"));
315
318
  const tuktuk = __importStar(require("./tuktuk"));
316
319
  const tulip = __importStar(require("./tulip"));
320
+ const tuyo = __importStar(require("./tuyo"));
317
321
  const underdog = __importStar(require("./underdog"));
318
322
  const uprock = __importStar(require("./uprock"));
319
323
  const uxd = __importStar(require("./uxd"));
@@ -345,6 +349,7 @@ exports.platforms = [
345
349
  allbridge.platform,
346
350
  alldomains.platform,
347
351
  altude.platform,
352
+ amppay.platform,
348
353
  amulet.platform,
349
354
  armada.platform,
350
355
  artrade.platform,
@@ -469,6 +474,7 @@ exports.platforms = [
469
474
  jupiterPm.platform,
470
475
  jupiterWallet.platform,
471
476
  kamino.platform,
477
+ kast.platform,
472
478
  katana.platform,
473
479
  kineko.platform,
474
480
  kishu.platform,
@@ -580,6 +586,7 @@ exports.platforms = [
580
586
  solanaid.platform,
581
587
  solanart.platform,
582
588
  solayer.platform,
589
+ solcard.platform,
583
590
  solcasino.platform,
584
591
  solflare.platform,
585
592
  solincinerator.platform,
@@ -613,6 +620,7 @@ exports.platforms = [
613
620
  trustfun.platform,
614
621
  tuktuk.platform,
615
622
  tulip.platform,
623
+ tuyo.platform,
616
624
  underdog.platform,
617
625
  uprock.platform,
618
626
  uxd.platform,
@@ -645,6 +653,7 @@ exports.services = [
645
653
  ...allbridge.services,
646
654
  ...alldomains.services,
647
655
  ...altude.services,
656
+ ...amppay.services,
648
657
  ...amulet.services,
649
658
  ...armada.services,
650
659
  ...artrade.services,
@@ -769,6 +778,7 @@ exports.services = [
769
778
  ...jupiterPm.services,
770
779
  ...jupiterWallet.services,
771
780
  ...kamino.services,
781
+ ...kast.services,
772
782
  ...katana.services,
773
783
  ...kineko.services,
774
784
  ...kishu.services,
@@ -880,6 +890,7 @@ exports.services = [
880
890
  ...solanaid.services,
881
891
  ...solanart.services,
882
892
  ...solayer.services,
893
+ ...solcard.services,
883
894
  ...solcasino.services,
884
895
  ...solflare.services,
885
896
  ...solincinerator.services,
@@ -913,6 +924,7 @@ exports.services = [
913
924
  ...trustfun.services,
914
925
  ...tuktuk.services,
915
926
  ...tulip.services,
927
+ ...tuyo.services,
916
928
  ...underdog.services,
917
929
  ...uprock.services,
918
930
  ...uxd.services,
@@ -19,6 +19,7 @@ exports.platform = {
19
19
  "jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v",
20
20
  "JuprjznTrTSp2UFa3ZBUFgwdAmtZCq4MQCwysN55USD",
21
21
  ],
22
+ platformToken: "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
22
23
  tags: ["dapp", "lending", "trading", "stablecoin", "defi", "lst"],
23
24
  };
24
25
  exports.jupiterV7Contract = {
@@ -10,6 +10,7 @@ exports.platform = {
10
10
  website: "https://jupuary.jup.ag/",
11
11
  twitter: "https://x.com/JupiterExchange",
12
12
  },
13
+ platformToken: "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
13
14
  tags: ["dao"],
14
15
  };
15
16
  const jupiterJupuaryContract = {
@@ -10,6 +10,7 @@ exports.platform = {
10
10
  website: "https://lfg.jup.ag/",
11
11
  twitter: "https://x.com/JupiterExchange",
12
12
  },
13
+ platformToken: "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
13
14
  tags: ["tool"],
14
15
  };
15
16
  const lfgContract = {
@@ -9,9 +9,10 @@ exports.platform = {
9
9
  links: {
10
10
  website: "https://jup.ag/prediction",
11
11
  discord: "https://discord.gg/jup",
12
- twitter: "https://x.com/JupiterExchange",
12
+ twitter: "https://x.com/jup_predict",
13
13
  github: "https://github.com/jup-ag",
14
14
  },
15
+ platformToken: "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
15
16
  tags: ["dapp", "prediction"],
16
17
  };
17
18
  const contract = {
@@ -8,6 +8,7 @@ exports.platform = {
8
8
  links: {
9
9
  website: "https://chromewebstore.google.com/detail/Jupiter%20Wallet/iledlaeogohbilgbfhmbgkgmpplbfboh",
10
10
  },
11
+ platformToken: "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
11
12
  tags: ["wallet"],
12
13
  };
13
14
  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: "kast",
6
+ name: "Kast",
7
+ description: "Unlock rewards and benefits with the Solana Cards.",
8
+ links: {
9
+ website: "https://www.kast.xyz/solana",
10
+ discord: "https://discord.com/invite/KASTxyz",
11
+ twitter: "https://x.com/KASTxyz",
12
+ telegram: "https://t.me/KASTCommunity",
13
+ },
14
+ tags: ["card"],
15
+ };
16
+ exports.services = [];
@@ -13,7 +13,12 @@ exports.platform = {
13
13
  twitter: "https://x.com/kyrosfi",
14
14
  discord: "https://discord.gg/kyros",
15
15
  },
16
- tokens: ["kySo1nETpsZE2NWe5vj2C64mPSciH1SppmHb4XieQ7B"],
16
+ tokens: [
17
+ "kySo1nETpsZE2NWe5vj2C64mPSciH1SppmHb4XieQ7B",
18
+ "kyJtowDDACsJDm2jr3VZdpCA6pZcKAaNftQwrJ8KBQP",
19
+ "kyKYFGGhy5YAg6Yotedj7ZtByUBepsraT4BFkF3Uxmk",
20
+ ],
21
+ platformToken: "kyrosJC2dtm6EoLV5wffZsS4RZVm2hRafKZCLsc38JE",
17
22
  };
18
23
  const contract = {
19
24
  name: "Airdrop",
@@ -12,6 +12,7 @@ exports.platform = {
12
12
  twitter: "https://x.com/mooncake_fi",
13
13
  },
14
14
  tags: ["dapp", "trading", "defi", "vault"],
15
+ platformToken: "J1wnHdKvP34fg7TtYdX63UPJMTdXNzJGEqfNJB22vKjU",
15
16
  };
16
17
  const contract = {
17
18
  name: "Mooncake",
@@ -14,6 +14,7 @@ exports.platform = {
14
14
  telegram: "https://t.me/nodepaycommunitychat",
15
15
  },
16
16
  addedAt: 1761912000000,
17
+ platformToken: "B89Hd5Juz7JP2dxCZXFJWk4tMTcbw7feDhuWGb3kq5qE",
17
18
  };
18
19
  const stakingContract = {
19
20
  name: "Staking",
@@ -13,6 +13,7 @@ exports.platform = {
13
13
  github: "https://github.com/pancakeswap/",
14
14
  },
15
15
  tags: ["dex", "dapp"],
16
+ platformToken: "4qQeZ5LwSz6HuupUu8jCtgXyW1mYQcNbFAW1sWZp89HL",
16
17
  };
17
18
  const contract = {
18
19
  name: `PancakeSwap`,
@@ -14,5 +14,6 @@ exports.platform = {
14
14
  documentation: "https://developers.paraswap.network/",
15
15
  },
16
16
  tags: ["tool", "dex", "dapp", "defi", "bridge"],
17
+ isDeprecated: true,
17
18
  };
18
19
  exports.services = [];
@@ -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",
@@ -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",
@@ -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,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: "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 = [];
@@ -9,6 +9,6 @@ exports.platform = {
9
9
  website: "https://www.solflare.com/",
10
10
  twitter: "https://x.com/solflare",
11
11
  },
12
- tags: ["wallet"],
12
+ tags: ["wallet", "card"],
13
13
  };
14
14
  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,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 = [];
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/platform-list",
3
- "version": "1.2.57",
3
+ "version": "1.2.58",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",