@jup-ag/platform-list 1.2.63 → 1.2.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/platforms/21shares.d.ts +3 -0
- package/dist/platforms/21shares.js +14 -0
- package/dist/platforms/alphaledger.d.ts +3 -0
- package/dist/platforms/alphaledger.js +14 -0
- package/dist/platforms/canary.d.ts +3 -0
- package/dist/platforms/canary.js +14 -0
- package/dist/platforms/coinshares.d.ts +3 -0
- package/dist/platforms/coinshares.js +14 -0
- package/dist/platforms/defidevcorp.d.ts +3 -0
- package/dist/platforms/defidevcorp.js +14 -0
- package/dist/platforms/digitalkidu.d.ts +3 -0
- package/dist/platforms/digitalkidu.js +13 -0
- package/dist/platforms/etherfuse.d.ts +3 -0
- package/dist/platforms/etherfuse.js +14 -0
- package/dist/platforms/forwardindustries.d.ts +3 -0
- package/dist/platforms/forwardindustries.js +13 -0
- package/dist/platforms/galaxy.d.ts +3 -0
- package/dist/platforms/galaxy.js +14 -0
- package/dist/platforms/grayscale.d.ts +3 -0
- package/dist/platforms/grayscale.js +14 -0
- package/dist/platforms/index.js +42 -0
- package/dist/platforms/jupiter-governance.js +2 -1
- package/dist/platforms/jupiter-jupuary.js +2 -0
- package/dist/platforms/jupiter-launchpad.js +2 -0
- package/dist/platforms/jupiter-mobile.js +2 -0
- package/dist/platforms/jupiter-pm.js +2 -0
- package/dist/platforms/jupiter-wallet.js +2 -0
- package/dist/platforms/robinhood.d.ts +3 -0
- package/dist/platforms/robinhood.js +14 -0
- package/dist/platforms/superstate.d.ts +3 -0
- package/dist/platforms/superstate.js +14 -0
- package/dist/platforms/sygnum.d.ts +3 -0
- package/dist/platforms/sygnum.js +14 -0
- package/dist/platforms/vaneck.d.ts +3 -0
- package/dist/platforms/vaneck.js +14 -0
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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,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,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,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,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,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,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,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,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,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 = [];
|
package/dist/platforms/index.js
CHANGED
|
@@ -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,6 +46,7 @@ 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"));
|
|
@@ -81,6 +83,7 @@ const bskt = __importStar(require("./bskt"));
|
|
|
81
83
|
const btcsol = __importStar(require("./btcsol"));
|
|
82
84
|
const bulktrade = __importStar(require("./bulktrade"));
|
|
83
85
|
const byreal = __importStar(require("./byreal"));
|
|
86
|
+
const canary = __importStar(require("./canary"));
|
|
84
87
|
const candle = __importStar(require("./candle"));
|
|
85
88
|
const carrot = __importStar(require("./carrot"));
|
|
86
89
|
const cashmere = __importStar(require("./cashmere"));
|
|
@@ -93,6 +96,7 @@ const claimyoursols = __importStar(require("./claimyoursols"));
|
|
|
93
96
|
const claynosaurz = __importStar(require("./claynosaurz"));
|
|
94
97
|
const clone = __importStar(require("./clone"));
|
|
95
98
|
const coinmarketcap = __importStar(require("./coinmarketcap"));
|
|
99
|
+
const coinshares = __importStar(require("./coinshares"));
|
|
96
100
|
const collectorcrypt = __importStar(require("./collectorcrypt"));
|
|
97
101
|
const cropper = __importStar(require("./cropper"));
|
|
98
102
|
const cudis = __importStar(require("./cudis"));
|
|
@@ -100,12 +104,14 @@ const cushion = __importStar(require("./cushion"));
|
|
|
100
104
|
const cyberfrogs = __importStar(require("./cyberfrogs"));
|
|
101
105
|
const cytonic = __importStar(require("./cytonic"));
|
|
102
106
|
const debridge = __importStar(require("./debridge"));
|
|
107
|
+
const defidevcorp = __importStar(require("./defidevcorp"));
|
|
103
108
|
const defiland = __importStar(require("./defiland"));
|
|
104
109
|
const defituna = __importStar(require("./defituna"));
|
|
105
110
|
const degenapeacademy = __importStar(require("./degenapeacademy"));
|
|
106
111
|
const degencoinflip = __importStar(require("./degencoinflip"));
|
|
107
112
|
const degods = __importStar(require("./degods"));
|
|
108
113
|
const dflow = __importStar(require("./dflow"));
|
|
114
|
+
const digitalkidu = __importStar(require("./digitalkidu"));
|
|
109
115
|
const diversifi = __importStar(require("./diversifi"));
|
|
110
116
|
const divvy = __importStar(require("./divvy"));
|
|
111
117
|
const domin8 = __importStar(require("./domin8"));
|
|
@@ -116,6 +122,7 @@ const dumpy = __importStar(require("./dumpy"));
|
|
|
116
122
|
const elemental = __importStar(require("./elemental"));
|
|
117
123
|
const ensofi = __importStar(require("./ensofi"));
|
|
118
124
|
const epicentral = __importStar(require("./epicentral"));
|
|
125
|
+
const etherfuse = __importStar(require("./etherfuse"));
|
|
119
126
|
const exoticmarkets = __importStar(require("./exoticmarkets"));
|
|
120
127
|
const exponent = __importStar(require("./exponent"));
|
|
121
128
|
const famousfoxfederation = __importStar(require("./famousfoxfederation"));
|
|
@@ -125,6 +132,7 @@ const flash = __importStar(require("./flash"));
|
|
|
125
132
|
const flexlend = __importStar(require("./flexlend"));
|
|
126
133
|
const flowmatic = __importStar(require("./flowmatic"));
|
|
127
134
|
const fluxbeam = __importStar(require("./fluxbeam"));
|
|
135
|
+
const forwardindustries = __importStar(require("./forwardindustries"));
|
|
128
136
|
const fragmetric = __importStar(require("./fragmetric"));
|
|
129
137
|
const francium = __importStar(require("./francium"));
|
|
130
138
|
const franklintempleton = __importStar(require("./franklintempleton"));
|
|
@@ -132,6 +140,7 @@ const frax = __importStar(require("./frax"));
|
|
|
132
140
|
const friktion = __importStar(require("./friktion"));
|
|
133
141
|
const fuse = __importStar(require("./fuse"));
|
|
134
142
|
const futarchy = __importStar(require("./futarchy"));
|
|
143
|
+
const galaxy = __importStar(require("./galaxy"));
|
|
135
144
|
const gary = __importStar(require("./gary"));
|
|
136
145
|
const gauntlet = __importStar(require("./gauntlet"));
|
|
137
146
|
const gecko = __importStar(require("./gecko"));
|
|
@@ -145,6 +154,7 @@ const goosefx = __importStar(require("./goosefx"));
|
|
|
145
154
|
const gpool = __importStar(require("./gpool"));
|
|
146
155
|
const graphite = __importStar(require("./graphite"));
|
|
147
156
|
const grass = __importStar(require("./grass"));
|
|
157
|
+
const grayscale = __importStar(require("./grayscale"));
|
|
148
158
|
const growcorp = __importStar(require("./growcorp"));
|
|
149
159
|
const guano = __importStar(require("./guano"));
|
|
150
160
|
const hadeswap = __importStar(require("./hadeswap"));
|
|
@@ -276,6 +286,7 @@ const reflect = __importStar(require("./reflect"));
|
|
|
276
286
|
const relay = __importStar(require("./relay"));
|
|
277
287
|
const remora = __importStar(require("./remora"));
|
|
278
288
|
const renzo = __importStar(require("./renzo"));
|
|
289
|
+
const robinhood = __importStar(require("./robinhood"));
|
|
279
290
|
const runemine = __importStar(require("./runemine"));
|
|
280
291
|
const saber = __importStar(require("./saber"));
|
|
281
292
|
const sanctum = __importStar(require("./sanctum"));
|
|
@@ -314,7 +325,9 @@ const staratlas = __importStar(require("./staratlas"));
|
|
|
314
325
|
const stepfinance = __importStar(require("./stepfinance"));
|
|
315
326
|
const streamflow = __importStar(require("./streamflow"));
|
|
316
327
|
const sunny = __importStar(require("./sunny"));
|
|
328
|
+
const superstate = __importStar(require("./superstate"));
|
|
317
329
|
const switchboard = __importStar(require("./switchboard"));
|
|
330
|
+
const sygnum = __importStar(require("./sygnum"));
|
|
318
331
|
const symmetry = __importStar(require("./symmetry"));
|
|
319
332
|
const tensor = __importStar(require("./tensor"));
|
|
320
333
|
const texture = __importStar(require("./texture"));
|
|
@@ -333,6 +346,7 @@ const tuyo = __importStar(require("./tuyo"));
|
|
|
333
346
|
const underdog = __importStar(require("./underdog"));
|
|
334
347
|
const uprock = __importStar(require("./uprock"));
|
|
335
348
|
const uxd = __importStar(require("./uxd"));
|
|
349
|
+
const vaneck = __importStar(require("./vaneck"));
|
|
336
350
|
const vaultka = __importStar(require("./vaultka"));
|
|
337
351
|
const vectis = __importStar(require("./vectis"));
|
|
338
352
|
const vidar = __importStar(require("./vidar"));
|
|
@@ -352,6 +366,7 @@ const zeus = __importStar(require("./zeus"));
|
|
|
352
366
|
exports.platforms = [
|
|
353
367
|
_01.platform,
|
|
354
368
|
_1inch.platform,
|
|
369
|
+
_21shares.platform,
|
|
355
370
|
accessprotocol.platform,
|
|
356
371
|
adrastea.platform,
|
|
357
372
|
adrena.platform,
|
|
@@ -360,6 +375,7 @@ exports.platforms = [
|
|
|
360
375
|
aldrin.platform,
|
|
361
376
|
allbridge.platform,
|
|
362
377
|
alldomains.platform,
|
|
378
|
+
alphaledger.platform,
|
|
363
379
|
altude.platform,
|
|
364
380
|
amppay.platform,
|
|
365
381
|
amulet.platform,
|
|
@@ -396,6 +412,7 @@ exports.platforms = [
|
|
|
396
412
|
btcsol.platform,
|
|
397
413
|
bulktrade.platform,
|
|
398
414
|
byreal.platform,
|
|
415
|
+
canary.platform,
|
|
399
416
|
candle.platform,
|
|
400
417
|
carrot.platform,
|
|
401
418
|
cashmere.platform,
|
|
@@ -408,6 +425,7 @@ exports.platforms = [
|
|
|
408
425
|
claynosaurz.platform,
|
|
409
426
|
clone.platform,
|
|
410
427
|
coinmarketcap.platform,
|
|
428
|
+
coinshares.platform,
|
|
411
429
|
collectorcrypt.platform,
|
|
412
430
|
cropper.platform,
|
|
413
431
|
cudis.platform,
|
|
@@ -415,12 +433,14 @@ exports.platforms = [
|
|
|
415
433
|
cyberfrogs.platform,
|
|
416
434
|
cytonic.platform,
|
|
417
435
|
debridge.platform,
|
|
436
|
+
defidevcorp.platform,
|
|
418
437
|
defiland.platform,
|
|
419
438
|
defituna.platform,
|
|
420
439
|
degenapeacademy.platform,
|
|
421
440
|
degencoinflip.platform,
|
|
422
441
|
degods.platform,
|
|
423
442
|
dflow.platform,
|
|
443
|
+
digitalkidu.platform,
|
|
424
444
|
diversifi.platform,
|
|
425
445
|
divvy.platform,
|
|
426
446
|
domin8.platform,
|
|
@@ -431,6 +451,7 @@ exports.platforms = [
|
|
|
431
451
|
elemental.platform,
|
|
432
452
|
ensofi.platform,
|
|
433
453
|
epicentral.platform,
|
|
454
|
+
etherfuse.platform,
|
|
434
455
|
exoticmarkets.platform,
|
|
435
456
|
exponent.platform,
|
|
436
457
|
famousfoxfederation.platform,
|
|
@@ -440,6 +461,7 @@ exports.platforms = [
|
|
|
440
461
|
flexlend.platform,
|
|
441
462
|
flowmatic.platform,
|
|
442
463
|
fluxbeam.platform,
|
|
464
|
+
forwardindustries.platform,
|
|
443
465
|
fragmetric.platform,
|
|
444
466
|
francium.platform,
|
|
445
467
|
franklintempleton.platform,
|
|
@@ -447,6 +469,7 @@ exports.platforms = [
|
|
|
447
469
|
friktion.platform,
|
|
448
470
|
fuse.platform,
|
|
449
471
|
futarchy.platform,
|
|
472
|
+
galaxy.platform,
|
|
450
473
|
gary.platform,
|
|
451
474
|
gauntlet.platform,
|
|
452
475
|
gecko.platform,
|
|
@@ -460,6 +483,7 @@ exports.platforms = [
|
|
|
460
483
|
gpool.platform,
|
|
461
484
|
graphite.platform,
|
|
462
485
|
grass.platform,
|
|
486
|
+
grayscale.platform,
|
|
463
487
|
growcorp.platform,
|
|
464
488
|
guano.platform,
|
|
465
489
|
hadeswap.platform,
|
|
@@ -591,6 +615,7 @@ exports.platforms = [
|
|
|
591
615
|
relay.platform,
|
|
592
616
|
remora.platform,
|
|
593
617
|
renzo.platform,
|
|
618
|
+
robinhood.platform,
|
|
594
619
|
runemine.platform,
|
|
595
620
|
saber.platform,
|
|
596
621
|
sanctum.platform,
|
|
@@ -629,7 +654,9 @@ exports.platforms = [
|
|
|
629
654
|
stepfinance.platform,
|
|
630
655
|
streamflow.platform,
|
|
631
656
|
sunny.platform,
|
|
657
|
+
superstate.platform,
|
|
632
658
|
switchboard.platform,
|
|
659
|
+
sygnum.platform,
|
|
633
660
|
symmetry.platform,
|
|
634
661
|
tensor.platform,
|
|
635
662
|
texture.platform,
|
|
@@ -648,6 +675,7 @@ exports.platforms = [
|
|
|
648
675
|
underdog.platform,
|
|
649
676
|
uprock.platform,
|
|
650
677
|
uxd.platform,
|
|
678
|
+
vaneck.platform,
|
|
651
679
|
vaultka.platform,
|
|
652
680
|
vectis.platform,
|
|
653
681
|
vidar.platform,
|
|
@@ -668,6 +696,7 @@ exports.platforms = [
|
|
|
668
696
|
exports.services = [
|
|
669
697
|
..._01.services,
|
|
670
698
|
..._1inch.services,
|
|
699
|
+
..._21shares.services,
|
|
671
700
|
...accessprotocol.services,
|
|
672
701
|
...adrastea.services,
|
|
673
702
|
...adrena.services,
|
|
@@ -676,6 +705,7 @@ exports.services = [
|
|
|
676
705
|
...aldrin.services,
|
|
677
706
|
...allbridge.services,
|
|
678
707
|
...alldomains.services,
|
|
708
|
+
...alphaledger.services,
|
|
679
709
|
...altude.services,
|
|
680
710
|
...amppay.services,
|
|
681
711
|
...amulet.services,
|
|
@@ -712,6 +742,7 @@ exports.services = [
|
|
|
712
742
|
...btcsol.services,
|
|
713
743
|
...bulktrade.services,
|
|
714
744
|
...byreal.services,
|
|
745
|
+
...canary.services,
|
|
715
746
|
...candle.services,
|
|
716
747
|
...carrot.services,
|
|
717
748
|
...cashmere.services,
|
|
@@ -724,6 +755,7 @@ exports.services = [
|
|
|
724
755
|
...claynosaurz.services,
|
|
725
756
|
...clone.services,
|
|
726
757
|
...coinmarketcap.services,
|
|
758
|
+
...coinshares.services,
|
|
727
759
|
...collectorcrypt.services,
|
|
728
760
|
...cropper.services,
|
|
729
761
|
...cudis.services,
|
|
@@ -731,12 +763,14 @@ exports.services = [
|
|
|
731
763
|
...cyberfrogs.services,
|
|
732
764
|
...cytonic.services,
|
|
733
765
|
...debridge.services,
|
|
766
|
+
...defidevcorp.services,
|
|
734
767
|
...defiland.services,
|
|
735
768
|
...defituna.services,
|
|
736
769
|
...degenapeacademy.services,
|
|
737
770
|
...degencoinflip.services,
|
|
738
771
|
...degods.services,
|
|
739
772
|
...dflow.services,
|
|
773
|
+
...digitalkidu.services,
|
|
740
774
|
...diversifi.services,
|
|
741
775
|
...divvy.services,
|
|
742
776
|
...domin8.services,
|
|
@@ -747,6 +781,7 @@ exports.services = [
|
|
|
747
781
|
...elemental.services,
|
|
748
782
|
...ensofi.services,
|
|
749
783
|
...epicentral.services,
|
|
784
|
+
...etherfuse.services,
|
|
750
785
|
...exoticmarkets.services,
|
|
751
786
|
...exponent.services,
|
|
752
787
|
...famousfoxfederation.services,
|
|
@@ -756,6 +791,7 @@ exports.services = [
|
|
|
756
791
|
...flexlend.services,
|
|
757
792
|
...flowmatic.services,
|
|
758
793
|
...fluxbeam.services,
|
|
794
|
+
...forwardindustries.services,
|
|
759
795
|
...fragmetric.services,
|
|
760
796
|
...francium.services,
|
|
761
797
|
...franklintempleton.services,
|
|
@@ -763,6 +799,7 @@ exports.services = [
|
|
|
763
799
|
...friktion.services,
|
|
764
800
|
...fuse.services,
|
|
765
801
|
...futarchy.services,
|
|
802
|
+
...galaxy.services,
|
|
766
803
|
...gary.services,
|
|
767
804
|
...gauntlet.services,
|
|
768
805
|
...gecko.services,
|
|
@@ -776,6 +813,7 @@ exports.services = [
|
|
|
776
813
|
...gpool.services,
|
|
777
814
|
...graphite.services,
|
|
778
815
|
...grass.services,
|
|
816
|
+
...grayscale.services,
|
|
779
817
|
...growcorp.services,
|
|
780
818
|
...guano.services,
|
|
781
819
|
...hadeswap.services,
|
|
@@ -907,6 +945,7 @@ exports.services = [
|
|
|
907
945
|
...relay.services,
|
|
908
946
|
...remora.services,
|
|
909
947
|
...renzo.services,
|
|
948
|
+
...robinhood.services,
|
|
910
949
|
...runemine.services,
|
|
911
950
|
...saber.services,
|
|
912
951
|
...sanctum.services,
|
|
@@ -945,7 +984,9 @@ exports.services = [
|
|
|
945
984
|
...stepfinance.services,
|
|
946
985
|
...streamflow.services,
|
|
947
986
|
...sunny.services,
|
|
987
|
+
...superstate.services,
|
|
948
988
|
...switchboard.services,
|
|
989
|
+
...sygnum.services,
|
|
949
990
|
...symmetry.services,
|
|
950
991
|
...tensor.services,
|
|
951
992
|
...texture.services,
|
|
@@ -964,6 +1005,7 @@ exports.services = [
|
|
|
964
1005
|
...underdog.services,
|
|
965
1006
|
...uprock.services,
|
|
966
1007
|
...uxd.services,
|
|
1008
|
+
...vaneck.services,
|
|
967
1009
|
...vaultka.services,
|
|
968
1010
|
...vectis.services,
|
|
969
1011
|
...vidar.services,
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.services = exports.asrService = exports.governanceService = exports.jupiterVoteContract = exports.jupiterGovernanceContract = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
|
+
const jupiter_exchange_1 = require("./jupiter-exchange");
|
|
5
6
|
exports.platform = {
|
|
6
7
|
id: "jupiter-governance",
|
|
7
8
|
name: "Jupiter DAO",
|
|
@@ -10,8 +11,8 @@ exports.platform = {
|
|
|
10
11
|
website: "https://vote.jup.ag/",
|
|
11
12
|
twitter: "https://x.com/jup_dao",
|
|
12
13
|
},
|
|
13
|
-
platformToken: "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
|
|
14
14
|
tags: ["dao", "dapp"],
|
|
15
|
+
parentId: jupiter_exchange_1.platform.id,
|
|
15
16
|
};
|
|
16
17
|
exports.jupiterGovernanceContract = {
|
|
17
18
|
name: "Governance",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.services = exports.jupuaryService = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
|
+
const jupiter_exchange_1 = require("./jupiter-exchange");
|
|
5
6
|
exports.platform = {
|
|
6
7
|
id: "jupiter-jupuary",
|
|
7
8
|
name: "Jupiter Jupuary",
|
|
@@ -10,6 +11,7 @@ exports.platform = {
|
|
|
10
11
|
website: "https://jupuary.jup.ag/",
|
|
11
12
|
},
|
|
12
13
|
tags: ["dao"],
|
|
14
|
+
parentId: jupiter_exchange_1.platform.id,
|
|
13
15
|
};
|
|
14
16
|
const jupiterJupuaryContract = {
|
|
15
17
|
name: "Jupuary",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.services = exports.dtfService = exports.lfgService = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
|
+
const jupiter_exchange_1 = require("./jupiter-exchange");
|
|
5
6
|
exports.platform = {
|
|
6
7
|
id: "jupiter-launchpad",
|
|
7
8
|
name: "Jupiter Launchpad",
|
|
@@ -9,6 +10,7 @@ exports.platform = {
|
|
|
9
10
|
links: {
|
|
10
11
|
website: "https://lfg.jup.ag/",
|
|
11
12
|
},
|
|
13
|
+
parentId: jupiter_exchange_1.platform.id,
|
|
12
14
|
tags: ["tool"],
|
|
13
15
|
};
|
|
14
16
|
const lfgContract = {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.services = exports.platform = void 0;
|
|
4
|
+
const jupiter_exchange_1 = require("./jupiter-exchange");
|
|
4
5
|
exports.platform = {
|
|
5
6
|
id: "jupiter-mobile",
|
|
6
7
|
name: "Jupiter Mobile",
|
|
@@ -10,5 +11,6 @@ exports.platform = {
|
|
|
10
11
|
twitter: "https://x.com/jup_mobile",
|
|
11
12
|
},
|
|
12
13
|
tags: ["wallet"],
|
|
14
|
+
parentId: jupiter_exchange_1.platform.id,
|
|
13
15
|
};
|
|
14
16
|
exports.services = [];
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.services = exports.service = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
|
+
const jupiter_exchange_1 = require("./jupiter-exchange");
|
|
5
6
|
exports.platform = {
|
|
6
7
|
id: "jupiter-pm",
|
|
7
8
|
name: "Jupiter Predict",
|
|
@@ -13,6 +14,7 @@ exports.platform = {
|
|
|
13
14
|
github: "https://github.com/jup-ag",
|
|
14
15
|
},
|
|
15
16
|
tags: ["dapp", "prediction"],
|
|
17
|
+
parentId: jupiter_exchange_1.platform.id,
|
|
16
18
|
};
|
|
17
19
|
const contract = {
|
|
18
20
|
name: "Prediction Market",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.services = exports.platform = void 0;
|
|
4
|
+
const jupiter_exchange_1 = require("./jupiter-exchange");
|
|
4
5
|
exports.platform = {
|
|
5
6
|
id: "jupiter-wallet",
|
|
6
7
|
name: "Jupiter Wallet",
|
|
@@ -9,5 +10,6 @@ exports.platform = {
|
|
|
9
10
|
website: "https://chromewebstore.google.com/detail/Jupiter%20Wallet/iledlaeogohbilgbfhmbgkgmpplbfboh",
|
|
10
11
|
},
|
|
11
12
|
tags: ["wallet"],
|
|
13
|
+
parentId: jupiter_exchange_1.platform.id,
|
|
12
14
|
};
|
|
13
15
|
exports.services = [];
|
|
@@ -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,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,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 = [];
|
|
@@ -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/dist/types.d.ts
CHANGED