@jup-ag/platform-list 1.2.62 → 1.2.64

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 (38) hide show
  1. package/dist/platforms/21shares.d.ts +3 -0
  2. package/dist/platforms/21shares.js +14 -0
  3. package/dist/platforms/alphaledger.d.ts +3 -0
  4. package/dist/platforms/alphaledger.js +14 -0
  5. package/dist/platforms/archer.d.ts +3 -0
  6. package/dist/platforms/archer.js +14 -0
  7. package/dist/platforms/bonkfun.js +1 -1
  8. package/dist/platforms/canary.d.ts +3 -0
  9. package/dist/platforms/canary.js +14 -0
  10. package/dist/platforms/coinshares.d.ts +3 -0
  11. package/dist/platforms/coinshares.js +14 -0
  12. package/dist/platforms/defidevcorp.d.ts +3 -0
  13. package/dist/platforms/defidevcorp.js +14 -0
  14. package/dist/platforms/digitalkidu.d.ts +3 -0
  15. package/dist/platforms/digitalkidu.js +13 -0
  16. package/dist/platforms/etherfuse.d.ts +3 -0
  17. package/dist/platforms/etherfuse.js +14 -0
  18. package/dist/platforms/forwardindustries.d.ts +3 -0
  19. package/dist/platforms/forwardindustries.js +13 -0
  20. package/dist/platforms/galaxy.d.ts +3 -0
  21. package/dist/platforms/galaxy.js +14 -0
  22. package/dist/platforms/grayscale.d.ts +3 -0
  23. package/dist/platforms/grayscale.js +14 -0
  24. package/dist/platforms/index.js +48 -0
  25. package/dist/platforms/jupiter-jupuary.js +0 -1
  26. package/dist/platforms/jupiter-launchpad.js +0 -1
  27. package/dist/platforms/pathfinders.d.ts +3 -0
  28. package/dist/platforms/pathfinders.js +15 -0
  29. package/dist/platforms/robinhood.d.ts +3 -0
  30. package/dist/platforms/robinhood.js +14 -0
  31. package/dist/platforms/superstate.d.ts +3 -0
  32. package/dist/platforms/superstate.js +14 -0
  33. package/dist/platforms/sygnum.d.ts +3 -0
  34. package/dist/platforms/sygnum.js +14 -0
  35. package/dist/platforms/triad.js +1 -1
  36. package/dist/platforms/vaneck.d.ts +3 -0
  37. package/dist/platforms/vaneck.js +14 -0
  38. package/package.json +1 -1
@@ -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: "21shares",
6
+ name: "21Shares",
7
+ description: "21Shares is a global leader in cryptocurrency exchange-traded products (ETPs), offering physically-backed digital asset investment vehicles.",
8
+ links: {
9
+ website: "https://www.21shares.com/",
10
+ twitter: "https://x.com/21shares",
11
+ },
12
+ tags: ["institutional"],
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,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.services = exports.platform = void 0;
4
+ exports.platform = {
5
+ id: "alphaledger",
6
+ name: "AlphaLedger",
7
+ description: "AlphaLedger is a regulated broker-dealer specializing in tokenizing real-world assets on Solana, including municipal debt and investment funds.",
8
+ links: {
9
+ website: "https://www.alphaledger.com/",
10
+ twitter: "https://x.com/alpha_ledger",
11
+ },
12
+ tags: ["rwa", "institutional"],
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,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.services = exports.platform = void 0;
4
+ exports.platform = {
5
+ id: "archer",
6
+ name: "Archer",
7
+ description: "Archer eliminates latency races and brings you the most competitive prices for trading spots/perps",
8
+ links: {
9
+ website: "https://www.archer.exchange/",
10
+ twitter: "https://x.com/ArcherExchange_",
11
+ },
12
+ tags: ["dex"],
13
+ };
14
+ exports.services = [];
@@ -7,7 +7,7 @@ exports.platform = {
7
7
  description: "Meme token launchpad.",
8
8
  links: {
9
9
  website: "https://bonk.fun/",
10
- twitter: "https://x.com/bonk_fun",
10
+ twitter: "https://x.com/bonkfun",
11
11
  },
12
12
  defiLlamaId: "letsbonk.fun",
13
13
  tags: ["launchpad", "dapp"],
@@ -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: "canary",
6
+ name: "Canary Capital",
7
+ description: "Canary Capital is a digital asset investment firm offering exposure to cryptocurrencies through ETFs and private funds.",
8
+ links: {
9
+ website: "https://www.canary.capital/",
10
+ twitter: "https://x.com/CanaryFunds",
11
+ },
12
+ tags: ["institutional"],
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,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.services = exports.platform = void 0;
4
+ exports.platform = {
5
+ id: "coinshares",
6
+ name: "CoinShares",
7
+ description: "CoinShares is the leading European asset manager specializing in digital assets, offering crypto ETPs and investment strategies.",
8
+ links: {
9
+ website: "https://coinshares.com/",
10
+ twitter: "https://x.com/CoinSharesCo",
11
+ },
12
+ tags: ["institutional"],
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,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.services = exports.platform = void 0;
4
+ exports.platform = {
5
+ id: "defidevcorp",
6
+ name: "DeFi Development Corp",
7
+ description: "DeFi Development Corp (DFDV) is the first public Digital Asset Treasury built to accumulate Solana through capital markets, validator operations, and strategic partnerships.",
8
+ links: {
9
+ website: "https://defidevcorp.com/",
10
+ twitter: "https://x.com/defidevcorp",
11
+ },
12
+ tags: ["institutional"],
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,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.services = exports.platform = void 0;
4
+ exports.platform = {
5
+ id: "digitalkidu",
6
+ name: "DK Bank",
7
+ description: "DK Bank (Digital Kidu) is Bhutan's first digital bank, offering innovative financial services including the TER gold-backed token on Solana.",
8
+ links: {
9
+ website: "https://www.digitalkidu.bt/",
10
+ },
11
+ tags: ["institutional", "rwa"],
12
+ };
13
+ 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: "etherfuse",
6
+ name: "Etherfuse",
7
+ description: "Etherfuse bridges traditional finance and blockchain, issuing stablebonds and sovereign coins backed by tokenized government bonds.",
8
+ links: {
9
+ website: "https://www.etherfuse.com/",
10
+ twitter: "https://x.com/etherfuse",
11
+ },
12
+ tags: ["rwa", "institutional"],
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,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.services = exports.platform = void 0;
4
+ exports.platform = {
5
+ id: "forwardindustries",
6
+ name: "Forward Industries",
7
+ description: "Forward Industries (Forte, NASDAQ: FWDI) is a Solana treasury company specializing in digital asset treasury management.",
8
+ links: {
9
+ website: "https://www.forwardindustries.com/",
10
+ },
11
+ tags: ["institutional"],
12
+ };
13
+ 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: "galaxy",
6
+ name: "Galaxy",
7
+ description: "Galaxy is a global leader in digital assets and data center infrastructure, offering financial services and investment management solutions.",
8
+ links: {
9
+ website: "https://www.galaxy.com/",
10
+ twitter: "https://x.com/galaxyhq",
11
+ },
12
+ tags: ["institutional"],
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,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.services = exports.platform = void 0;
4
+ exports.platform = {
5
+ id: "grayscale",
6
+ name: "Grayscale",
7
+ description: "Grayscale is the world's largest digital asset-focused investment platform, offering crypto investment trusts and ETFs.",
8
+ links: {
9
+ website: "https://www.grayscale.com/",
10
+ twitter: "https://x.com/Grayscale",
11
+ },
12
+ tags: ["institutional"],
13
+ };
14
+ exports.services = [];
@@ -37,6 +37,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.services = exports.platforms = void 0;
38
38
  const _01 = __importStar(require("./01"));
39
39
  const _1inch = __importStar(require("./1inch"));
40
+ const _21shares = __importStar(require("./21shares"));
40
41
  const accessprotocol = __importStar(require("./accessprotocol"));
41
42
  const adrastea = __importStar(require("./adrastea"));
42
43
  const adrena = __importStar(require("./adrena"));
@@ -45,10 +46,12 @@ const akuma = __importStar(require("./akuma"));
45
46
  const aldrin = __importStar(require("./aldrin"));
46
47
  const allbridge = __importStar(require("./allbridge"));
47
48
  const alldomains = __importStar(require("./alldomains"));
49
+ const alphaledger = __importStar(require("./alphaledger"));
48
50
  const altude = __importStar(require("./altude"));
49
51
  const amppay = __importStar(require("./amppay"));
50
52
  const amulet = __importStar(require("./amulet"));
51
53
  const antfun = __importStar(require("./antfun"));
54
+ const archer = __importStar(require("./archer"));
52
55
  const armada = __importStar(require("./armada"));
53
56
  const artrade = __importStar(require("./artrade"));
54
57
  const asgardfi = __importStar(require("./asgardfi"));
@@ -80,6 +83,7 @@ const bskt = __importStar(require("./bskt"));
80
83
  const btcsol = __importStar(require("./btcsol"));
81
84
  const bulktrade = __importStar(require("./bulktrade"));
82
85
  const byreal = __importStar(require("./byreal"));
86
+ const canary = __importStar(require("./canary"));
83
87
  const candle = __importStar(require("./candle"));
84
88
  const carrot = __importStar(require("./carrot"));
85
89
  const cashmere = __importStar(require("./cashmere"));
@@ -92,6 +96,7 @@ const claimyoursols = __importStar(require("./claimyoursols"));
92
96
  const claynosaurz = __importStar(require("./claynosaurz"));
93
97
  const clone = __importStar(require("./clone"));
94
98
  const coinmarketcap = __importStar(require("./coinmarketcap"));
99
+ const coinshares = __importStar(require("./coinshares"));
95
100
  const collectorcrypt = __importStar(require("./collectorcrypt"));
96
101
  const cropper = __importStar(require("./cropper"));
97
102
  const cudis = __importStar(require("./cudis"));
@@ -99,12 +104,14 @@ const cushion = __importStar(require("./cushion"));
99
104
  const cyberfrogs = __importStar(require("./cyberfrogs"));
100
105
  const cytonic = __importStar(require("./cytonic"));
101
106
  const debridge = __importStar(require("./debridge"));
107
+ const defidevcorp = __importStar(require("./defidevcorp"));
102
108
  const defiland = __importStar(require("./defiland"));
103
109
  const defituna = __importStar(require("./defituna"));
104
110
  const degenapeacademy = __importStar(require("./degenapeacademy"));
105
111
  const degencoinflip = __importStar(require("./degencoinflip"));
106
112
  const degods = __importStar(require("./degods"));
107
113
  const dflow = __importStar(require("./dflow"));
114
+ const digitalkidu = __importStar(require("./digitalkidu"));
108
115
  const diversifi = __importStar(require("./diversifi"));
109
116
  const divvy = __importStar(require("./divvy"));
110
117
  const domin8 = __importStar(require("./domin8"));
@@ -115,6 +122,7 @@ const dumpy = __importStar(require("./dumpy"));
115
122
  const elemental = __importStar(require("./elemental"));
116
123
  const ensofi = __importStar(require("./ensofi"));
117
124
  const epicentral = __importStar(require("./epicentral"));
125
+ const etherfuse = __importStar(require("./etherfuse"));
118
126
  const exoticmarkets = __importStar(require("./exoticmarkets"));
119
127
  const exponent = __importStar(require("./exponent"));
120
128
  const famousfoxfederation = __importStar(require("./famousfoxfederation"));
@@ -124,6 +132,7 @@ const flash = __importStar(require("./flash"));
124
132
  const flexlend = __importStar(require("./flexlend"));
125
133
  const flowmatic = __importStar(require("./flowmatic"));
126
134
  const fluxbeam = __importStar(require("./fluxbeam"));
135
+ const forwardindustries = __importStar(require("./forwardindustries"));
127
136
  const fragmetric = __importStar(require("./fragmetric"));
128
137
  const francium = __importStar(require("./francium"));
129
138
  const franklintempleton = __importStar(require("./franklintempleton"));
@@ -131,6 +140,7 @@ const frax = __importStar(require("./frax"));
131
140
  const friktion = __importStar(require("./friktion"));
132
141
  const fuse = __importStar(require("./fuse"));
133
142
  const futarchy = __importStar(require("./futarchy"));
143
+ const galaxy = __importStar(require("./galaxy"));
134
144
  const gary = __importStar(require("./gary"));
135
145
  const gauntlet = __importStar(require("./gauntlet"));
136
146
  const gecko = __importStar(require("./gecko"));
@@ -144,6 +154,7 @@ const goosefx = __importStar(require("./goosefx"));
144
154
  const gpool = __importStar(require("./gpool"));
145
155
  const graphite = __importStar(require("./graphite"));
146
156
  const grass = __importStar(require("./grass"));
157
+ const grayscale = __importStar(require("./grayscale"));
147
158
  const growcorp = __importStar(require("./growcorp"));
148
159
  const guano = __importStar(require("./guano"));
149
160
  const hadeswap = __importStar(require("./hadeswap"));
@@ -239,6 +250,7 @@ const pancakeswap = __importStar(require("./pancakeswap"));
239
250
  const paraswap = __importStar(require("./paraswap"));
240
251
  const parcl = __importStar(require("./parcl"));
241
252
  const parrot = __importStar(require("./parrot"));
253
+ const pathfinders = __importStar(require("./pathfinders"));
242
254
  const paxos = __importStar(require("./paxos"));
243
255
  const perena = __importStar(require("./perena"));
244
256
  const phantom = __importStar(require("./phantom"));
@@ -274,6 +286,7 @@ const reflect = __importStar(require("./reflect"));
274
286
  const relay = __importStar(require("./relay"));
275
287
  const remora = __importStar(require("./remora"));
276
288
  const renzo = __importStar(require("./renzo"));
289
+ const robinhood = __importStar(require("./robinhood"));
277
290
  const runemine = __importStar(require("./runemine"));
278
291
  const saber = __importStar(require("./saber"));
279
292
  const sanctum = __importStar(require("./sanctum"));
@@ -312,7 +325,9 @@ const staratlas = __importStar(require("./staratlas"));
312
325
  const stepfinance = __importStar(require("./stepfinance"));
313
326
  const streamflow = __importStar(require("./streamflow"));
314
327
  const sunny = __importStar(require("./sunny"));
328
+ const superstate = __importStar(require("./superstate"));
315
329
  const switchboard = __importStar(require("./switchboard"));
330
+ const sygnum = __importStar(require("./sygnum"));
316
331
  const symmetry = __importStar(require("./symmetry"));
317
332
  const tensor = __importStar(require("./tensor"));
318
333
  const texture = __importStar(require("./texture"));
@@ -331,6 +346,7 @@ const tuyo = __importStar(require("./tuyo"));
331
346
  const underdog = __importStar(require("./underdog"));
332
347
  const uprock = __importStar(require("./uprock"));
333
348
  const uxd = __importStar(require("./uxd"));
349
+ const vaneck = __importStar(require("./vaneck"));
334
350
  const vaultka = __importStar(require("./vaultka"));
335
351
  const vectis = __importStar(require("./vectis"));
336
352
  const vidar = __importStar(require("./vidar"));
@@ -350,6 +366,7 @@ const zeus = __importStar(require("./zeus"));
350
366
  exports.platforms = [
351
367
  _01.platform,
352
368
  _1inch.platform,
369
+ _21shares.platform,
353
370
  accessprotocol.platform,
354
371
  adrastea.platform,
355
372
  adrena.platform,
@@ -358,10 +375,12 @@ exports.platforms = [
358
375
  aldrin.platform,
359
376
  allbridge.platform,
360
377
  alldomains.platform,
378
+ alphaledger.platform,
361
379
  altude.platform,
362
380
  amppay.platform,
363
381
  amulet.platform,
364
382
  antfun.platform,
383
+ archer.platform,
365
384
  armada.platform,
366
385
  artrade.platform,
367
386
  asgardfi.platform,
@@ -393,6 +412,7 @@ exports.platforms = [
393
412
  btcsol.platform,
394
413
  bulktrade.platform,
395
414
  byreal.platform,
415
+ canary.platform,
396
416
  candle.platform,
397
417
  carrot.platform,
398
418
  cashmere.platform,
@@ -405,6 +425,7 @@ exports.platforms = [
405
425
  claynosaurz.platform,
406
426
  clone.platform,
407
427
  coinmarketcap.platform,
428
+ coinshares.platform,
408
429
  collectorcrypt.platform,
409
430
  cropper.platform,
410
431
  cudis.platform,
@@ -412,12 +433,14 @@ exports.platforms = [
412
433
  cyberfrogs.platform,
413
434
  cytonic.platform,
414
435
  debridge.platform,
436
+ defidevcorp.platform,
415
437
  defiland.platform,
416
438
  defituna.platform,
417
439
  degenapeacademy.platform,
418
440
  degencoinflip.platform,
419
441
  degods.platform,
420
442
  dflow.platform,
443
+ digitalkidu.platform,
421
444
  diversifi.platform,
422
445
  divvy.platform,
423
446
  domin8.platform,
@@ -428,6 +451,7 @@ exports.platforms = [
428
451
  elemental.platform,
429
452
  ensofi.platform,
430
453
  epicentral.platform,
454
+ etherfuse.platform,
431
455
  exoticmarkets.platform,
432
456
  exponent.platform,
433
457
  famousfoxfederation.platform,
@@ -437,6 +461,7 @@ exports.platforms = [
437
461
  flexlend.platform,
438
462
  flowmatic.platform,
439
463
  fluxbeam.platform,
464
+ forwardindustries.platform,
440
465
  fragmetric.platform,
441
466
  francium.platform,
442
467
  franklintempleton.platform,
@@ -444,6 +469,7 @@ exports.platforms = [
444
469
  friktion.platform,
445
470
  fuse.platform,
446
471
  futarchy.platform,
472
+ galaxy.platform,
447
473
  gary.platform,
448
474
  gauntlet.platform,
449
475
  gecko.platform,
@@ -457,6 +483,7 @@ exports.platforms = [
457
483
  gpool.platform,
458
484
  graphite.platform,
459
485
  grass.platform,
486
+ grayscale.platform,
460
487
  growcorp.platform,
461
488
  guano.platform,
462
489
  hadeswap.platform,
@@ -552,6 +579,7 @@ exports.platforms = [
552
579
  paraswap.platform,
553
580
  parcl.platform,
554
581
  parrot.platform,
582
+ pathfinders.platform,
555
583
  paxos.platform,
556
584
  perena.platform,
557
585
  phantom.platform,
@@ -587,6 +615,7 @@ exports.platforms = [
587
615
  relay.platform,
588
616
  remora.platform,
589
617
  renzo.platform,
618
+ robinhood.platform,
590
619
  runemine.platform,
591
620
  saber.platform,
592
621
  sanctum.platform,
@@ -625,7 +654,9 @@ exports.platforms = [
625
654
  stepfinance.platform,
626
655
  streamflow.platform,
627
656
  sunny.platform,
657
+ superstate.platform,
628
658
  switchboard.platform,
659
+ sygnum.platform,
629
660
  symmetry.platform,
630
661
  tensor.platform,
631
662
  texture.platform,
@@ -644,6 +675,7 @@ exports.platforms = [
644
675
  underdog.platform,
645
676
  uprock.platform,
646
677
  uxd.platform,
678
+ vaneck.platform,
647
679
  vaultka.platform,
648
680
  vectis.platform,
649
681
  vidar.platform,
@@ -664,6 +696,7 @@ exports.platforms = [
664
696
  exports.services = [
665
697
  ..._01.services,
666
698
  ..._1inch.services,
699
+ ..._21shares.services,
667
700
  ...accessprotocol.services,
668
701
  ...adrastea.services,
669
702
  ...adrena.services,
@@ -672,10 +705,12 @@ exports.services = [
672
705
  ...aldrin.services,
673
706
  ...allbridge.services,
674
707
  ...alldomains.services,
708
+ ...alphaledger.services,
675
709
  ...altude.services,
676
710
  ...amppay.services,
677
711
  ...amulet.services,
678
712
  ...antfun.services,
713
+ ...archer.services,
679
714
  ...armada.services,
680
715
  ...artrade.services,
681
716
  ...asgardfi.services,
@@ -707,6 +742,7 @@ exports.services = [
707
742
  ...btcsol.services,
708
743
  ...bulktrade.services,
709
744
  ...byreal.services,
745
+ ...canary.services,
710
746
  ...candle.services,
711
747
  ...carrot.services,
712
748
  ...cashmere.services,
@@ -719,6 +755,7 @@ exports.services = [
719
755
  ...claynosaurz.services,
720
756
  ...clone.services,
721
757
  ...coinmarketcap.services,
758
+ ...coinshares.services,
722
759
  ...collectorcrypt.services,
723
760
  ...cropper.services,
724
761
  ...cudis.services,
@@ -726,12 +763,14 @@ exports.services = [
726
763
  ...cyberfrogs.services,
727
764
  ...cytonic.services,
728
765
  ...debridge.services,
766
+ ...defidevcorp.services,
729
767
  ...defiland.services,
730
768
  ...defituna.services,
731
769
  ...degenapeacademy.services,
732
770
  ...degencoinflip.services,
733
771
  ...degods.services,
734
772
  ...dflow.services,
773
+ ...digitalkidu.services,
735
774
  ...diversifi.services,
736
775
  ...divvy.services,
737
776
  ...domin8.services,
@@ -742,6 +781,7 @@ exports.services = [
742
781
  ...elemental.services,
743
782
  ...ensofi.services,
744
783
  ...epicentral.services,
784
+ ...etherfuse.services,
745
785
  ...exoticmarkets.services,
746
786
  ...exponent.services,
747
787
  ...famousfoxfederation.services,
@@ -751,6 +791,7 @@ exports.services = [
751
791
  ...flexlend.services,
752
792
  ...flowmatic.services,
753
793
  ...fluxbeam.services,
794
+ ...forwardindustries.services,
754
795
  ...fragmetric.services,
755
796
  ...francium.services,
756
797
  ...franklintempleton.services,
@@ -758,6 +799,7 @@ exports.services = [
758
799
  ...friktion.services,
759
800
  ...fuse.services,
760
801
  ...futarchy.services,
802
+ ...galaxy.services,
761
803
  ...gary.services,
762
804
  ...gauntlet.services,
763
805
  ...gecko.services,
@@ -771,6 +813,7 @@ exports.services = [
771
813
  ...gpool.services,
772
814
  ...graphite.services,
773
815
  ...grass.services,
816
+ ...grayscale.services,
774
817
  ...growcorp.services,
775
818
  ...guano.services,
776
819
  ...hadeswap.services,
@@ -866,6 +909,7 @@ exports.services = [
866
909
  ...paraswap.services,
867
910
  ...parcl.services,
868
911
  ...parrot.services,
912
+ ...pathfinders.services,
869
913
  ...paxos.services,
870
914
  ...perena.services,
871
915
  ...phantom.services,
@@ -901,6 +945,7 @@ exports.services = [
901
945
  ...relay.services,
902
946
  ...remora.services,
903
947
  ...renzo.services,
948
+ ...robinhood.services,
904
949
  ...runemine.services,
905
950
  ...saber.services,
906
951
  ...sanctum.services,
@@ -939,7 +984,9 @@ exports.services = [
939
984
  ...stepfinance.services,
940
985
  ...streamflow.services,
941
986
  ...sunny.services,
987
+ ...superstate.services,
942
988
  ...switchboard.services,
989
+ ...sygnum.services,
943
990
  ...symmetry.services,
944
991
  ...tensor.services,
945
992
  ...texture.services,
@@ -958,6 +1005,7 @@ exports.services = [
958
1005
  ...underdog.services,
959
1006
  ...uprock.services,
960
1007
  ...uxd.services,
1008
+ ...vaneck.services,
961
1009
  ...vaultka.services,
962
1010
  ...vectis.services,
963
1011
  ...vidar.services,
@@ -8,7 +8,6 @@ exports.platform = {
8
8
  description: "Jupuary is Jupiter's annual airdrop event for their governance token.",
9
9
  links: {
10
10
  website: "https://jupuary.jup.ag/",
11
- twitter: "https://x.com/JupiterExchange",
12
11
  },
13
12
  tags: ["dao"],
14
13
  };
@@ -8,7 +8,6 @@ exports.platform = {
8
8
  description: "Ultimate decentralised distribution stack",
9
9
  links: {
10
10
  website: "https://lfg.jup.ag/",
11
- twitter: "https://x.com/JupiterExchange",
12
11
  },
13
12
  tags: ["tool"],
14
13
  };
@@ -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: "pathfinders",
6
+ name: "Pathfinders",
7
+ links: {
8
+ website: "https://pathfinders.gg",
9
+ twitter: "https://x.com/Pathfinders__",
10
+ },
11
+ tags: ["nft-collection"],
12
+ tokens: ["pathdXw4He1Xk3eX84pDdDZnGKEme3GivBamGCVPZ5a"],
13
+ isDeprecated: true,
14
+ };
15
+ 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: "robinhood",
6
+ name: "Robinhood",
7
+ description: "Robinhood is a financial services platform offering commission-free trading of stocks, ETFs, and cryptocurrencies.",
8
+ links: {
9
+ website: "https://robinhood.com/",
10
+ twitter: "https://x.com/RobinhoodApp",
11
+ },
12
+ tags: ["cex"],
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,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.services = exports.platform = void 0;
4
+ exports.platform = {
5
+ id: "superstate",
6
+ name: "Superstate",
7
+ description: "Superstate connects financial assets with crypto capital markets through onchain public listings and tokenized investment products.",
8
+ links: {
9
+ website: "https://superstate.com/",
10
+ twitter: "https://x.com/superstateinc",
11
+ },
12
+ tags: ["rwa", "institutional"],
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,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.services = exports.platform = void 0;
4
+ exports.platform = {
5
+ id: "sygnum",
6
+ name: "Sygnum Bank",
7
+ description: "Sygnum is the world's first regulated digital asset bank, offering secure crypto trading, custody, staking, and tokenization services.",
8
+ links: {
9
+ website: "https://www.sygnum.com/",
10
+ twitter: "https://x.com/sygnumofficial",
11
+ },
12
+ tags: ["institutional"],
13
+ };
14
+ exports.services = [];
@@ -11,7 +11,7 @@ exports.platform = {
11
11
  website: "https://app.triadfi.co/",
12
12
  discord: "http://discord.gg/triadfi",
13
13
  telegram: "https://t.me/triad369",
14
- twitter: "https://x.com/triadfi",
14
+ twitter: "https://x.com/triadmarkets",
15
15
  github: "https://github.com/triadxyz",
16
16
  documentation: "https://docs.triadfi.co/",
17
17
  },
@@ -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: "vaneck",
6
+ name: "VanEck",
7
+ description: "VanEck is a global investment management firm offering ETFs and mutual funds, including digital asset investment products.",
8
+ links: {
9
+ website: "https://www.vaneck.com/",
10
+ twitter: "https://x.com/vaneck_us",
11
+ },
12
+ tags: ["institutional"],
13
+ };
14
+ exports.services = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/platform-list",
3
- "version": "1.2.62",
3
+ "version": "1.2.64",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",