@jup-ag/platform-list 1.2.79 → 1.2.81
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/anchorage.d.ts +3 -0
- package/dist/platforms/anchorage.js +14 -0
- package/dist/platforms/apollo.d.ts +3 -0
- package/dist/platforms/apollo.js +14 -0
- package/dist/platforms/blackrock.d.ts +3 -0
- package/dist/platforms/blackrock.js +14 -0
- package/dist/platforms/brale.d.ts +3 -0
- package/dist/platforms/brale.js +15 -0
- package/dist/platforms/bridge.d.ts +3 -0
- package/dist/platforms/bridge.js +14 -0
- package/dist/platforms/coinflow.d.ts +3 -0
- package/dist/platforms/coinflow.js +14 -0
- package/dist/platforms/crossmint.d.ts +3 -0
- package/dist/platforms/crossmint.js +16 -0
- package/dist/platforms/dynamic.d.ts +3 -0
- package/dist/platforms/dynamic.js +16 -0
- package/dist/platforms/fireblocks.d.ts +3 -0
- package/dist/platforms/fireblocks.js +14 -0
- package/dist/platforms/fiserv.d.ts +3 -0
- package/dist/platforms/fiserv.js +14 -0
- package/dist/platforms/gemini.d.ts +3 -0
- package/dist/platforms/gemini.js +14 -0
- package/dist/platforms/glow-wallet.d.ts +3 -0
- package/dist/platforms/glow-wallet.js +16 -0
- package/dist/platforms/hamiltonlane.d.ts +3 -0
- package/dist/platforms/hamiltonlane.js +14 -0
- package/dist/platforms/index.js +93 -0
- package/dist/platforms/m0.d.ts +4 -0
- package/dist/platforms/m0.js +38 -0
- package/dist/platforms/magiceden-wallet.d.ts +3 -0
- package/dist/platforms/magiceden-wallet.js +19 -0
- package/dist/platforms/moonpay.d.ts +3 -0
- package/dist/platforms/moonpay.js +15 -0
- package/dist/platforms/noah.d.ts +3 -0
- package/dist/platforms/noah.js +14 -0
- package/dist/platforms/paypal.d.ts +3 -0
- package/dist/platforms/paypal.js +15 -0
- package/dist/platforms/privy.d.ts +3 -0
- package/dist/platforms/privy.js +16 -0
- package/dist/platforms/reap.d.ts +3 -0
- package/dist/platforms/reap.js +14 -0
- package/dist/platforms/reflex.d.ts +4 -0
- package/dist/platforms/reflex.js +31 -0
- package/dist/platforms/slope.d.ts +3 -0
- package/dist/platforms/slope.js +16 -0
- package/dist/platforms/sofi.d.ts +3 -0
- package/dist/platforms/sofi.js +14 -0
- package/dist/platforms/sollet.d.ts +3 -0
- package/dist/platforms/sollet.js +15 -0
- package/dist/platforms/sphere.d.ts +3 -0
- package/dist/platforms/sphere.js +14 -0
- package/dist/platforms/stripe.d.ts +3 -0
- package/dist/platforms/stripe.js +14 -0
- package/dist/platforms/tala.d.ts +3 -0
- package/dist/platforms/tala.js +14 -0
- package/dist/platforms/visa.d.ts +3 -0
- package/dist/platforms/visa.js +14 -0
- package/dist/platforms/westernunion.d.ts +3 -0
- package/dist/platforms/westernunion.js +14 -0
- package/dist/platforms/worldpay.d.ts +3 -0
- package/dist/platforms/worldpay.js +14 -0
- package/dist/platforms/zepz.d.ts +3 -0
- package/dist/platforms/zepz.js +13 -0
- package/package.json +1 -1
package/dist/platforms/index.js
CHANGED
|
@@ -50,7 +50,9 @@ const alphaledger = __importStar(require("./alphaledger"));
|
|
|
50
50
|
const altude = __importStar(require("./altude"));
|
|
51
51
|
const amppay = __importStar(require("./amppay"));
|
|
52
52
|
const amulet = __importStar(require("./amulet"));
|
|
53
|
+
const anchorage = __importStar(require("./anchorage"));
|
|
53
54
|
const antfun = __importStar(require("./antfun"));
|
|
55
|
+
const apollo = __importStar(require("./apollo"));
|
|
54
56
|
const archer = __importStar(require("./archer"));
|
|
55
57
|
const arcium = __importStar(require("./arcium"));
|
|
56
58
|
const armada = __importStar(require("./armada"));
|
|
@@ -70,6 +72,7 @@ const baskt = __importStar(require("./baskt"));
|
|
|
70
72
|
const believe = __importStar(require("./believe"));
|
|
71
73
|
const bio = __importStar(require("./bio"));
|
|
72
74
|
const bitgo = __importStar(require("./bitgo"));
|
|
75
|
+
const blackrock = __importStar(require("./blackrock"));
|
|
73
76
|
const blaze = __importStar(require("./blaze"));
|
|
74
77
|
const bloom = __importStar(require("./bloom"));
|
|
75
78
|
const blueshift = __importStar(require("./blueshift"));
|
|
@@ -79,7 +82,9 @@ const bonkfun = __importStar(require("./bonkfun"));
|
|
|
79
82
|
const bonkrewards = __importStar(require("./bonkrewards"));
|
|
80
83
|
const boop = __importStar(require("./boop"));
|
|
81
84
|
const bouncebit = __importStar(require("./bouncebit"));
|
|
85
|
+
const brale = __importStar(require("./brale"));
|
|
82
86
|
const brawl = __importStar(require("./brawl"));
|
|
87
|
+
const bridge = __importStar(require("./bridge"));
|
|
83
88
|
const bskt = __importStar(require("./bskt"));
|
|
84
89
|
const btcsol = __importStar(require("./btcsol"));
|
|
85
90
|
const bulktrade = __importStar(require("./bulktrade"));
|
|
@@ -100,11 +105,13 @@ const claimyoursols = __importStar(require("./claimyoursols"));
|
|
|
100
105
|
const claynosaurz = __importStar(require("./claynosaurz"));
|
|
101
106
|
const clone = __importStar(require("./clone"));
|
|
102
107
|
const coinbase = __importStar(require("./coinbase"));
|
|
108
|
+
const coinflow = __importStar(require("./coinflow"));
|
|
103
109
|
const coinmarketcap = __importStar(require("./coinmarketcap"));
|
|
104
110
|
const coinshares = __importStar(require("./coinshares"));
|
|
105
111
|
const collectorcrypt = __importStar(require("./collectorcrypt"));
|
|
106
112
|
const cooladdress = __importStar(require("./cooladdress"));
|
|
107
113
|
const cropper = __importStar(require("./cropper"));
|
|
114
|
+
const crossmint = __importStar(require("./crossmint"));
|
|
108
115
|
const cudis = __importStar(require("./cudis"));
|
|
109
116
|
const cushion = __importStar(require("./cushion"));
|
|
110
117
|
const cyberfrogs = __importStar(require("./cyberfrogs"));
|
|
@@ -126,6 +133,7 @@ const doubleup = __importStar(require("./doubleup"));
|
|
|
126
133
|
const drift = __importStar(require("./drift"));
|
|
127
134
|
const drip = __importStar(require("./drip"));
|
|
128
135
|
const dumpy = __importStar(require("./dumpy"));
|
|
136
|
+
const dynamic = __importStar(require("./dynamic"));
|
|
129
137
|
const elemental = __importStar(require("./elemental"));
|
|
130
138
|
const ensofi = __importStar(require("./ensofi"));
|
|
131
139
|
const epicentral = __importStar(require("./epicentral"));
|
|
@@ -134,6 +142,8 @@ const exoticmarkets = __importStar(require("./exoticmarkets"));
|
|
|
134
142
|
const exponent = __importStar(require("./exponent"));
|
|
135
143
|
const famousfoxfederation = __importStar(require("./famousfoxfederation"));
|
|
136
144
|
const fdl = __importStar(require("./fdl"));
|
|
145
|
+
const fireblocks = __importStar(require("./fireblocks"));
|
|
146
|
+
const fiserv = __importStar(require("./fiserv"));
|
|
137
147
|
const fjordfoundry = __importStar(require("./fjordfoundry"));
|
|
138
148
|
const flash = __importStar(require("./flash"));
|
|
139
149
|
const flexlend = __importStar(require("./flexlend"));
|
|
@@ -152,8 +162,10 @@ const galaxy = __importStar(require("./galaxy"));
|
|
|
152
162
|
const gary = __importStar(require("./gary"));
|
|
153
163
|
const gauntlet = __importStar(require("./gauntlet"));
|
|
154
164
|
const gecko = __importStar(require("./gecko"));
|
|
165
|
+
const gemini = __importStar(require("./gemini"));
|
|
155
166
|
const genesysgo = __importStar(require("./genesysgo"));
|
|
156
167
|
const glam = __importStar(require("./glam"));
|
|
168
|
+
const glowWallet = __importStar(require("./glow-wallet"));
|
|
157
169
|
const glow = __importStar(require("./glow"));
|
|
158
170
|
const gmtrade = __importStar(require("./gmtrade"));
|
|
159
171
|
const goblingold = __importStar(require("./goblingold"));
|
|
@@ -169,6 +181,7 @@ const growcorp = __importStar(require("./growcorp"));
|
|
|
169
181
|
const guano = __importStar(require("./guano"));
|
|
170
182
|
const hadeswap = __importStar(require("./hadeswap"));
|
|
171
183
|
const halo = __importStar(require("./halo"));
|
|
184
|
+
const hamiltonlane = __importStar(require("./hamiltonlane"));
|
|
172
185
|
const hastra = __importStar(require("./hastra"));
|
|
173
186
|
const haven = __importStar(require("./haven"));
|
|
174
187
|
const hawksight = __importStar(require("./hawksight"));
|
|
@@ -218,11 +231,13 @@ const lodesupply = __importStar(require("./lodesupply"));
|
|
|
218
231
|
const lombard = __importStar(require("./lombard"));
|
|
219
232
|
const loopscale = __importStar(require("./loopscale"));
|
|
220
233
|
const lpagent = __importStar(require("./lpagent"));
|
|
234
|
+
const m0 = __importStar(require("./m0"));
|
|
221
235
|
const m1capital = __importStar(require("./m1capital"));
|
|
222
236
|
const macaron = __importStar(require("./macaron"));
|
|
223
237
|
const madbears = __importStar(require("./madbears"));
|
|
224
238
|
const madlads = __importStar(require("./madlads"));
|
|
225
239
|
const maestro = __importStar(require("./maestro"));
|
|
240
|
+
const magicedenWallet = __importStar(require("./magiceden-wallet"));
|
|
226
241
|
const magiceden = __importStar(require("./magiceden"));
|
|
227
242
|
const magna = __importStar(require("./magna"));
|
|
228
243
|
const mango = __importStar(require("./mango"));
|
|
@@ -239,11 +254,13 @@ const meteora = __importStar(require("./meteora"));
|
|
|
239
254
|
const mintech = __importStar(require("./mintech"));
|
|
240
255
|
const mixoor = __importStar(require("./mixoor"));
|
|
241
256
|
const mooncake = __importStar(require("./mooncake"));
|
|
257
|
+
const moonpay = __importStar(require("./moonpay"));
|
|
242
258
|
const moonwalk = __importStar(require("./moonwalk"));
|
|
243
259
|
const moose = __importStar(require("./moose"));
|
|
244
260
|
const nativeStake = __importStar(require("./native-stake"));
|
|
245
261
|
const neutral = __importStar(require("./neutral"));
|
|
246
262
|
const nirvana = __importStar(require("./nirvana"));
|
|
263
|
+
const noah = __importStar(require("./noah"));
|
|
247
264
|
const nodepay = __importStar(require("./nodepay"));
|
|
248
265
|
const nosana = __importStar(require("./nosana"));
|
|
249
266
|
const nufi = __importStar(require("./nufi"));
|
|
@@ -270,6 +287,7 @@ const parcl = __importStar(require("./parcl"));
|
|
|
270
287
|
const parrot = __importStar(require("./parrot"));
|
|
271
288
|
const pathfinders = __importStar(require("./pathfinders"));
|
|
272
289
|
const paxos = __importStar(require("./paxos"));
|
|
290
|
+
const paypal = __importStar(require("./paypal"));
|
|
273
291
|
const perena = __importStar(require("./perena"));
|
|
274
292
|
const phantom = __importStar(require("./phantom"));
|
|
275
293
|
const phettagotchi = __importStar(require("./phettagotchi"));
|
|
@@ -285,6 +303,7 @@ const poolparty = __importStar(require("./poolparty"));
|
|
|
285
303
|
const port = __importStar(require("./port"));
|
|
286
304
|
const portals = __importStar(require("./portals"));
|
|
287
305
|
const privacycash = __importStar(require("./privacycash"));
|
|
306
|
+
const privy = __importStar(require("./privy"));
|
|
288
307
|
const project0 = __importStar(require("./project0"));
|
|
289
308
|
const psy = __importStar(require("./psy"));
|
|
290
309
|
const pudgy = __importStar(require("./pudgy"));
|
|
@@ -300,9 +319,11 @@ const ratex = __importStar(require("./ratex"));
|
|
|
300
319
|
const ratio = __importStar(require("./ratio"));
|
|
301
320
|
const raydium = __importStar(require("./raydium"));
|
|
302
321
|
const realms = __importStar(require("./realms"));
|
|
322
|
+
const reap = __importStar(require("./reap"));
|
|
303
323
|
const recc = __importStar(require("./recc"));
|
|
304
324
|
const refihub = __importStar(require("./refihub"));
|
|
305
325
|
const reflect = __importStar(require("./reflect"));
|
|
326
|
+
const reflex = __importStar(require("./reflex"));
|
|
306
327
|
const relay = __importStar(require("./relay"));
|
|
307
328
|
const remora = __importStar(require("./remora"));
|
|
308
329
|
const renzo = __importStar(require("./renzo"));
|
|
@@ -320,8 +341,10 @@ const serum = __importStar(require("./serum"));
|
|
|
320
341
|
const sgforge = __importStar(require("./sgforge"));
|
|
321
342
|
const sharky = __importStar(require("./sharky"));
|
|
322
343
|
const sky = __importStar(require("./sky"));
|
|
344
|
+
const slope = __importStar(require("./slope"));
|
|
323
345
|
const smb = __importStar(require("./smb"));
|
|
324
346
|
const smithii = __importStar(require("./smithii"));
|
|
347
|
+
const sofi = __importStar(require("./sofi"));
|
|
325
348
|
const solana = __importStar(require("./solana"));
|
|
326
349
|
const solanaid = __importStar(require("./solanaid"));
|
|
327
350
|
const solanamobile = __importStar(require("./solanamobile"));
|
|
@@ -331,6 +354,7 @@ const solcard = __importStar(require("./solcard"));
|
|
|
331
354
|
const solcasino = __importStar(require("./solcasino"));
|
|
332
355
|
const solflare = __importStar(require("./solflare"));
|
|
333
356
|
const solincinerator = __importStar(require("./solincinerator"));
|
|
357
|
+
const sollet = __importStar(require("./sollet"));
|
|
334
358
|
const solomon = __importStar(require("./solomon"));
|
|
335
359
|
const solsave = __importStar(require("./solsave"));
|
|
336
360
|
const solsea = __importStar(require("./solsea"));
|
|
@@ -339,6 +363,7 @@ const solv = __importStar(require("./solv"));
|
|
|
339
363
|
const sonarwatch = __importStar(require("./sonarwatch"));
|
|
340
364
|
const sonic = __importStar(require("./sonic"));
|
|
341
365
|
const spdr = __importStar(require("./spdr"));
|
|
366
|
+
const sphere = __importStar(require("./sphere"));
|
|
342
367
|
const spice = __importStar(require("./spice"));
|
|
343
368
|
const squads = __importStar(require("./squads"));
|
|
344
369
|
const stabble = __importStar(require("./stabble"));
|
|
@@ -346,11 +371,13 @@ const stakewiz = __importStar(require("./stakewiz"));
|
|
|
346
371
|
const staratlas = __importStar(require("./staratlas"));
|
|
347
372
|
const stepfinance = __importStar(require("./stepfinance"));
|
|
348
373
|
const streamflow = __importStar(require("./streamflow"));
|
|
374
|
+
const stripe = __importStar(require("./stripe"));
|
|
349
375
|
const sunny = __importStar(require("./sunny"));
|
|
350
376
|
const superstate = __importStar(require("./superstate"));
|
|
351
377
|
const switchboard = __importStar(require("./switchboard"));
|
|
352
378
|
const sygnum = __importStar(require("./sygnum"));
|
|
353
379
|
const symmetry = __importStar(require("./symmetry"));
|
|
380
|
+
const tala = __importStar(require("./tala"));
|
|
354
381
|
const tender = __importStar(require("./tender"));
|
|
355
382
|
const tensor = __importStar(require("./tensor"));
|
|
356
383
|
const texture = __importStar(require("./texture"));
|
|
@@ -377,12 +404,15 @@ const vaneck = __importStar(require("./vaneck"));
|
|
|
377
404
|
const vaultka = __importStar(require("./vaultka"));
|
|
378
405
|
const vectis = __importStar(require("./vectis"));
|
|
379
406
|
const vidar = __importStar(require("./vidar"));
|
|
407
|
+
const visa = __importStar(require("./visa"));
|
|
380
408
|
const voltr = __importStar(require("./voltr"));
|
|
381
409
|
const wasabi = __importStar(require("./wasabi"));
|
|
382
410
|
const wbtc = __importStar(require("./wbtc"));
|
|
411
|
+
const westernunion = __importStar(require("./westernunion"));
|
|
383
412
|
const whalesmarket = __importStar(require("./whalesmarket"));
|
|
384
413
|
const wink = __importStar(require("./wink"));
|
|
385
414
|
const wintermute = __importStar(require("./wintermute"));
|
|
415
|
+
const worldpay = __importStar(require("./worldpay"));
|
|
386
416
|
const wormhole = __importStar(require("./wormhole"));
|
|
387
417
|
const wzrd = __importStar(require("./wzrd"));
|
|
388
418
|
const xstocks = __importStar(require("./xstocks"));
|
|
@@ -391,6 +421,7 @@ const yaku = __importStar(require("./yaku"));
|
|
|
391
421
|
const yieldfan = __importStar(require("./yieldfan"));
|
|
392
422
|
const zelo = __importStar(require("./zelo"));
|
|
393
423
|
const zenrock = __importStar(require("./zenrock"));
|
|
424
|
+
const zepz = __importStar(require("./zepz"));
|
|
394
425
|
const zeta = __importStar(require("./zeta"));
|
|
395
426
|
const zeus = __importStar(require("./zeus"));
|
|
396
427
|
const zora = __importStar(require("./zora"));
|
|
@@ -410,7 +441,9 @@ exports.platforms = [
|
|
|
410
441
|
altude.platform,
|
|
411
442
|
amppay.platform,
|
|
412
443
|
amulet.platform,
|
|
444
|
+
anchorage.platform,
|
|
413
445
|
antfun.platform,
|
|
446
|
+
apollo.platform,
|
|
414
447
|
archer.platform,
|
|
415
448
|
arcium.platform,
|
|
416
449
|
armada.platform,
|
|
@@ -430,6 +463,7 @@ exports.platforms = [
|
|
|
430
463
|
believe.platform,
|
|
431
464
|
bio.platform,
|
|
432
465
|
bitgo.platform,
|
|
466
|
+
blackrock.platform,
|
|
433
467
|
blaze.platform,
|
|
434
468
|
bloom.platform,
|
|
435
469
|
blueshift.platform,
|
|
@@ -439,7 +473,9 @@ exports.platforms = [
|
|
|
439
473
|
bonkrewards.platform,
|
|
440
474
|
boop.platform,
|
|
441
475
|
bouncebit.platform,
|
|
476
|
+
brale.platform,
|
|
442
477
|
brawl.platform,
|
|
478
|
+
bridge.platform,
|
|
443
479
|
bskt.platform,
|
|
444
480
|
btcsol.platform,
|
|
445
481
|
bulktrade.platform,
|
|
@@ -460,11 +496,13 @@ exports.platforms = [
|
|
|
460
496
|
claynosaurz.platform,
|
|
461
497
|
clone.platform,
|
|
462
498
|
coinbase.platform,
|
|
499
|
+
coinflow.platform,
|
|
463
500
|
coinmarketcap.platform,
|
|
464
501
|
coinshares.platform,
|
|
465
502
|
collectorcrypt.platform,
|
|
466
503
|
cooladdress.platform,
|
|
467
504
|
cropper.platform,
|
|
505
|
+
crossmint.platform,
|
|
468
506
|
cudis.platform,
|
|
469
507
|
cushion.platform,
|
|
470
508
|
cyberfrogs.platform,
|
|
@@ -486,6 +524,7 @@ exports.platforms = [
|
|
|
486
524
|
drift.platform,
|
|
487
525
|
drip.platform,
|
|
488
526
|
dumpy.platform,
|
|
527
|
+
dynamic.platform,
|
|
489
528
|
elemental.platform,
|
|
490
529
|
ensofi.platform,
|
|
491
530
|
epicentral.platform,
|
|
@@ -494,6 +533,8 @@ exports.platforms = [
|
|
|
494
533
|
exponent.platform,
|
|
495
534
|
famousfoxfederation.platform,
|
|
496
535
|
fdl.platform,
|
|
536
|
+
fireblocks.platform,
|
|
537
|
+
fiserv.platform,
|
|
497
538
|
fjordfoundry.platform,
|
|
498
539
|
flash.platform,
|
|
499
540
|
flexlend.platform,
|
|
@@ -512,8 +553,10 @@ exports.platforms = [
|
|
|
512
553
|
gary.platform,
|
|
513
554
|
gauntlet.platform,
|
|
514
555
|
gecko.platform,
|
|
556
|
+
gemini.platform,
|
|
515
557
|
genesysgo.platform,
|
|
516
558
|
glam.platform,
|
|
559
|
+
glowWallet.platform,
|
|
517
560
|
glow.platform,
|
|
518
561
|
gmtrade.platform,
|
|
519
562
|
goblingold.platform,
|
|
@@ -529,6 +572,7 @@ exports.platforms = [
|
|
|
529
572
|
guano.platform,
|
|
530
573
|
hadeswap.platform,
|
|
531
574
|
halo.platform,
|
|
575
|
+
hamiltonlane.platform,
|
|
532
576
|
hastra.platform,
|
|
533
577
|
haven.platform,
|
|
534
578
|
hawksight.platform,
|
|
@@ -578,11 +622,13 @@ exports.platforms = [
|
|
|
578
622
|
lombard.platform,
|
|
579
623
|
loopscale.platform,
|
|
580
624
|
lpagent.platform,
|
|
625
|
+
m0.platform,
|
|
581
626
|
m1capital.platform,
|
|
582
627
|
macaron.platform,
|
|
583
628
|
madbears.platform,
|
|
584
629
|
madlads.platform,
|
|
585
630
|
maestro.platform,
|
|
631
|
+
magicedenWallet.platform,
|
|
586
632
|
magiceden.platform,
|
|
587
633
|
magna.platform,
|
|
588
634
|
mango.platform,
|
|
@@ -599,11 +645,13 @@ exports.platforms = [
|
|
|
599
645
|
mintech.platform,
|
|
600
646
|
mixoor.platform,
|
|
601
647
|
mooncake.platform,
|
|
648
|
+
moonpay.platform,
|
|
602
649
|
moonwalk.platform,
|
|
603
650
|
moose.platform,
|
|
604
651
|
nativeStake.platform,
|
|
605
652
|
neutral.platform,
|
|
606
653
|
nirvana.platform,
|
|
654
|
+
noah.platform,
|
|
607
655
|
nodepay.platform,
|
|
608
656
|
nosana.platform,
|
|
609
657
|
nufi.platform,
|
|
@@ -630,6 +678,7 @@ exports.platforms = [
|
|
|
630
678
|
parrot.platform,
|
|
631
679
|
pathfinders.platform,
|
|
632
680
|
paxos.platform,
|
|
681
|
+
paypal.platform,
|
|
633
682
|
perena.platform,
|
|
634
683
|
phantom.platform,
|
|
635
684
|
phettagotchi.platform,
|
|
@@ -645,6 +694,7 @@ exports.platforms = [
|
|
|
645
694
|
port.platform,
|
|
646
695
|
portals.platform,
|
|
647
696
|
privacycash.platform,
|
|
697
|
+
privy.platform,
|
|
648
698
|
project0.platform,
|
|
649
699
|
psy.platform,
|
|
650
700
|
pudgy.platform,
|
|
@@ -660,9 +710,11 @@ exports.platforms = [
|
|
|
660
710
|
ratio.platform,
|
|
661
711
|
raydium.platform,
|
|
662
712
|
realms.platform,
|
|
713
|
+
reap.platform,
|
|
663
714
|
recc.platform,
|
|
664
715
|
refihub.platform,
|
|
665
716
|
reflect.platform,
|
|
717
|
+
reflex.platform,
|
|
666
718
|
relay.platform,
|
|
667
719
|
remora.platform,
|
|
668
720
|
renzo.platform,
|
|
@@ -680,8 +732,10 @@ exports.platforms = [
|
|
|
680
732
|
sgforge.platform,
|
|
681
733
|
sharky.platform,
|
|
682
734
|
sky.platform,
|
|
735
|
+
slope.platform,
|
|
683
736
|
smb.platform,
|
|
684
737
|
smithii.platform,
|
|
738
|
+
sofi.platform,
|
|
685
739
|
solana.platform,
|
|
686
740
|
solanaid.platform,
|
|
687
741
|
solanamobile.platform,
|
|
@@ -691,6 +745,7 @@ exports.platforms = [
|
|
|
691
745
|
solcasino.platform,
|
|
692
746
|
solflare.platform,
|
|
693
747
|
solincinerator.platform,
|
|
748
|
+
sollet.platform,
|
|
694
749
|
solomon.platform,
|
|
695
750
|
solsave.platform,
|
|
696
751
|
solsea.platform,
|
|
@@ -699,6 +754,7 @@ exports.platforms = [
|
|
|
699
754
|
sonarwatch.platform,
|
|
700
755
|
sonic.platform,
|
|
701
756
|
spdr.platform,
|
|
757
|
+
sphere.platform,
|
|
702
758
|
spice.platform,
|
|
703
759
|
squads.platform,
|
|
704
760
|
stabble.platform,
|
|
@@ -706,11 +762,13 @@ exports.platforms = [
|
|
|
706
762
|
staratlas.platform,
|
|
707
763
|
stepfinance.platform,
|
|
708
764
|
streamflow.platform,
|
|
765
|
+
stripe.platform,
|
|
709
766
|
sunny.platform,
|
|
710
767
|
superstate.platform,
|
|
711
768
|
switchboard.platform,
|
|
712
769
|
sygnum.platform,
|
|
713
770
|
symmetry.platform,
|
|
771
|
+
tala.platform,
|
|
714
772
|
tender.platform,
|
|
715
773
|
tensor.platform,
|
|
716
774
|
texture.platform,
|
|
@@ -737,12 +795,15 @@ exports.platforms = [
|
|
|
737
795
|
vaultka.platform,
|
|
738
796
|
vectis.platform,
|
|
739
797
|
vidar.platform,
|
|
798
|
+
visa.platform,
|
|
740
799
|
voltr.platform,
|
|
741
800
|
wasabi.platform,
|
|
742
801
|
wbtc.platform,
|
|
802
|
+
westernunion.platform,
|
|
743
803
|
whalesmarket.platform,
|
|
744
804
|
wink.platform,
|
|
745
805
|
wintermute.platform,
|
|
806
|
+
worldpay.platform,
|
|
746
807
|
wormhole.platform,
|
|
747
808
|
wzrd.platform,
|
|
748
809
|
xstocks.platform,
|
|
@@ -751,6 +812,7 @@ exports.platforms = [
|
|
|
751
812
|
yieldfan.platform,
|
|
752
813
|
zelo.platform,
|
|
753
814
|
zenrock.platform,
|
|
815
|
+
zepz.platform,
|
|
754
816
|
zeta.platform,
|
|
755
817
|
zeus.platform,
|
|
756
818
|
zora.platform,
|
|
@@ -771,7 +833,9 @@ exports.services = [
|
|
|
771
833
|
...altude.services,
|
|
772
834
|
...amppay.services,
|
|
773
835
|
...amulet.services,
|
|
836
|
+
...anchorage.services,
|
|
774
837
|
...antfun.services,
|
|
838
|
+
...apollo.services,
|
|
775
839
|
...archer.services,
|
|
776
840
|
...arcium.services,
|
|
777
841
|
...armada.services,
|
|
@@ -791,6 +855,7 @@ exports.services = [
|
|
|
791
855
|
...believe.services,
|
|
792
856
|
...bio.services,
|
|
793
857
|
...bitgo.services,
|
|
858
|
+
...blackrock.services,
|
|
794
859
|
...blaze.services,
|
|
795
860
|
...bloom.services,
|
|
796
861
|
...blueshift.services,
|
|
@@ -800,7 +865,9 @@ exports.services = [
|
|
|
800
865
|
...bonkrewards.services,
|
|
801
866
|
...boop.services,
|
|
802
867
|
...bouncebit.services,
|
|
868
|
+
...brale.services,
|
|
803
869
|
...brawl.services,
|
|
870
|
+
...bridge.services,
|
|
804
871
|
...bskt.services,
|
|
805
872
|
...btcsol.services,
|
|
806
873
|
...bulktrade.services,
|
|
@@ -821,11 +888,13 @@ exports.services = [
|
|
|
821
888
|
...claynosaurz.services,
|
|
822
889
|
...clone.services,
|
|
823
890
|
...coinbase.services,
|
|
891
|
+
...coinflow.services,
|
|
824
892
|
...coinmarketcap.services,
|
|
825
893
|
...coinshares.services,
|
|
826
894
|
...collectorcrypt.services,
|
|
827
895
|
...cooladdress.services,
|
|
828
896
|
...cropper.services,
|
|
897
|
+
...crossmint.services,
|
|
829
898
|
...cudis.services,
|
|
830
899
|
...cushion.services,
|
|
831
900
|
...cyberfrogs.services,
|
|
@@ -847,6 +916,7 @@ exports.services = [
|
|
|
847
916
|
...drift.services,
|
|
848
917
|
...drip.services,
|
|
849
918
|
...dumpy.services,
|
|
919
|
+
...dynamic.services,
|
|
850
920
|
...elemental.services,
|
|
851
921
|
...ensofi.services,
|
|
852
922
|
...epicentral.services,
|
|
@@ -855,6 +925,8 @@ exports.services = [
|
|
|
855
925
|
...exponent.services,
|
|
856
926
|
...famousfoxfederation.services,
|
|
857
927
|
...fdl.services,
|
|
928
|
+
...fireblocks.services,
|
|
929
|
+
...fiserv.services,
|
|
858
930
|
...fjordfoundry.services,
|
|
859
931
|
...flash.services,
|
|
860
932
|
...flexlend.services,
|
|
@@ -873,8 +945,10 @@ exports.services = [
|
|
|
873
945
|
...gary.services,
|
|
874
946
|
...gauntlet.services,
|
|
875
947
|
...gecko.services,
|
|
948
|
+
...gemini.services,
|
|
876
949
|
...genesysgo.services,
|
|
877
950
|
...glam.services,
|
|
951
|
+
...glowWallet.services,
|
|
878
952
|
...glow.services,
|
|
879
953
|
...gmtrade.services,
|
|
880
954
|
...goblingold.services,
|
|
@@ -890,6 +964,7 @@ exports.services = [
|
|
|
890
964
|
...guano.services,
|
|
891
965
|
...hadeswap.services,
|
|
892
966
|
...halo.services,
|
|
967
|
+
...hamiltonlane.services,
|
|
893
968
|
...hastra.services,
|
|
894
969
|
...haven.services,
|
|
895
970
|
...hawksight.services,
|
|
@@ -939,11 +1014,13 @@ exports.services = [
|
|
|
939
1014
|
...lombard.services,
|
|
940
1015
|
...loopscale.services,
|
|
941
1016
|
...lpagent.services,
|
|
1017
|
+
...m0.services,
|
|
942
1018
|
...m1capital.services,
|
|
943
1019
|
...macaron.services,
|
|
944
1020
|
...madbears.services,
|
|
945
1021
|
...madlads.services,
|
|
946
1022
|
...maestro.services,
|
|
1023
|
+
...magicedenWallet.services,
|
|
947
1024
|
...magiceden.services,
|
|
948
1025
|
...magna.services,
|
|
949
1026
|
...mango.services,
|
|
@@ -960,11 +1037,13 @@ exports.services = [
|
|
|
960
1037
|
...mintech.services,
|
|
961
1038
|
...mixoor.services,
|
|
962
1039
|
...mooncake.services,
|
|
1040
|
+
...moonpay.services,
|
|
963
1041
|
...moonwalk.services,
|
|
964
1042
|
...moose.services,
|
|
965
1043
|
...nativeStake.services,
|
|
966
1044
|
...neutral.services,
|
|
967
1045
|
...nirvana.services,
|
|
1046
|
+
...noah.services,
|
|
968
1047
|
...nodepay.services,
|
|
969
1048
|
...nosana.services,
|
|
970
1049
|
...nufi.services,
|
|
@@ -991,6 +1070,7 @@ exports.services = [
|
|
|
991
1070
|
...parrot.services,
|
|
992
1071
|
...pathfinders.services,
|
|
993
1072
|
...paxos.services,
|
|
1073
|
+
...paypal.services,
|
|
994
1074
|
...perena.services,
|
|
995
1075
|
...phantom.services,
|
|
996
1076
|
...phettagotchi.services,
|
|
@@ -1006,6 +1086,7 @@ exports.services = [
|
|
|
1006
1086
|
...port.services,
|
|
1007
1087
|
...portals.services,
|
|
1008
1088
|
...privacycash.services,
|
|
1089
|
+
...privy.services,
|
|
1009
1090
|
...project0.services,
|
|
1010
1091
|
...psy.services,
|
|
1011
1092
|
...pudgy.services,
|
|
@@ -1021,9 +1102,11 @@ exports.services = [
|
|
|
1021
1102
|
...ratio.services,
|
|
1022
1103
|
...raydium.services,
|
|
1023
1104
|
...realms.services,
|
|
1105
|
+
...reap.services,
|
|
1024
1106
|
...recc.services,
|
|
1025
1107
|
...refihub.services,
|
|
1026
1108
|
...reflect.services,
|
|
1109
|
+
...reflex.services,
|
|
1027
1110
|
...relay.services,
|
|
1028
1111
|
...remora.services,
|
|
1029
1112
|
...renzo.services,
|
|
@@ -1041,8 +1124,10 @@ exports.services = [
|
|
|
1041
1124
|
...sgforge.services,
|
|
1042
1125
|
...sharky.services,
|
|
1043
1126
|
...sky.services,
|
|
1127
|
+
...slope.services,
|
|
1044
1128
|
...smb.services,
|
|
1045
1129
|
...smithii.services,
|
|
1130
|
+
...sofi.services,
|
|
1046
1131
|
...solana.services,
|
|
1047
1132
|
...solanaid.services,
|
|
1048
1133
|
...solanamobile.services,
|
|
@@ -1052,6 +1137,7 @@ exports.services = [
|
|
|
1052
1137
|
...solcasino.services,
|
|
1053
1138
|
...solflare.services,
|
|
1054
1139
|
...solincinerator.services,
|
|
1140
|
+
...sollet.services,
|
|
1055
1141
|
...solomon.services,
|
|
1056
1142
|
...solsave.services,
|
|
1057
1143
|
...solsea.services,
|
|
@@ -1060,6 +1146,7 @@ exports.services = [
|
|
|
1060
1146
|
...sonarwatch.services,
|
|
1061
1147
|
...sonic.services,
|
|
1062
1148
|
...spdr.services,
|
|
1149
|
+
...sphere.services,
|
|
1063
1150
|
...spice.services,
|
|
1064
1151
|
...squads.services,
|
|
1065
1152
|
...stabble.services,
|
|
@@ -1067,11 +1154,13 @@ exports.services = [
|
|
|
1067
1154
|
...staratlas.services,
|
|
1068
1155
|
...stepfinance.services,
|
|
1069
1156
|
...streamflow.services,
|
|
1157
|
+
...stripe.services,
|
|
1070
1158
|
...sunny.services,
|
|
1071
1159
|
...superstate.services,
|
|
1072
1160
|
...switchboard.services,
|
|
1073
1161
|
...sygnum.services,
|
|
1074
1162
|
...symmetry.services,
|
|
1163
|
+
...tala.services,
|
|
1075
1164
|
...tender.services,
|
|
1076
1165
|
...tensor.services,
|
|
1077
1166
|
...texture.services,
|
|
@@ -1098,12 +1187,15 @@ exports.services = [
|
|
|
1098
1187
|
...vaultka.services,
|
|
1099
1188
|
...vectis.services,
|
|
1100
1189
|
...vidar.services,
|
|
1190
|
+
...visa.services,
|
|
1101
1191
|
...voltr.services,
|
|
1102
1192
|
...wasabi.services,
|
|
1103
1193
|
...wbtc.services,
|
|
1194
|
+
...westernunion.services,
|
|
1104
1195
|
...whalesmarket.services,
|
|
1105
1196
|
...wink.services,
|
|
1106
1197
|
...wintermute.services,
|
|
1198
|
+
...worldpay.services,
|
|
1107
1199
|
...wormhole.services,
|
|
1108
1200
|
...wzrd.services,
|
|
1109
1201
|
...xstocks.services,
|
|
@@ -1112,6 +1204,7 @@ exports.services = [
|
|
|
1112
1204
|
...yieldfan.services,
|
|
1113
1205
|
...zelo.services,
|
|
1114
1206
|
...zenrock.services,
|
|
1207
|
+
...zepz.services,
|
|
1115
1208
|
...zeta.services,
|
|
1116
1209
|
...zeus.services,
|
|
1117
1210
|
...zora.services,
|
|
@@ -0,0 +1,38 @@
|
|
|
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: "m0",
|
|
7
|
+
name: "M^0",
|
|
8
|
+
description: "Universal stablecoin middleware enabling builders to create application-specific digital dollars backed by US Treasury bills.",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://www.m0.org",
|
|
11
|
+
twitter: "https://x.com/m0foundation",
|
|
12
|
+
github: "https://github.com/m0-foundation",
|
|
13
|
+
documentation: "https://docs.m0.org",
|
|
14
|
+
},
|
|
15
|
+
tags: ["infrastructure", "stablecoin"],
|
|
16
|
+
};
|
|
17
|
+
const earnContract = {
|
|
18
|
+
name: "Earn Program",
|
|
19
|
+
address: "mz2vDzjbQDUDXBH6FPF5s4odCJ4y8YLE5QWaZ8XdZ9Z",
|
|
20
|
+
networkId: types_1.NetworkId.solana,
|
|
21
|
+
};
|
|
22
|
+
const portalContract = {
|
|
23
|
+
name: "Wormhole Portal",
|
|
24
|
+
address: "mzp1q2j5Hr1QuLC3KFBCAUz5aUckT6qyuZKZ3WJnMmY",
|
|
25
|
+
networkId: types_1.NetworkId.solana,
|
|
26
|
+
};
|
|
27
|
+
const wmExtensionContract = {
|
|
28
|
+
name: "wM Extension",
|
|
29
|
+
address: "wMXX1K1nca5W4pZr1piETe78gcAVVrEFi9f4g46uXko",
|
|
30
|
+
networkId: types_1.NetworkId.solana,
|
|
31
|
+
};
|
|
32
|
+
exports.mainService = {
|
|
33
|
+
id: `${exports.platform.id}-main`,
|
|
34
|
+
name: "Main",
|
|
35
|
+
platformId: exports.platform.id,
|
|
36
|
+
contractsRaw: [earnContract, portalContract, wmExtensionContract],
|
|
37
|
+
};
|
|
38
|
+
exports.services = [exports.mainService];
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
const magiceden_1 = require("./magiceden");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "magiceden-wallet",
|
|
7
|
+
name: "Magic Eden Wallet",
|
|
8
|
+
description: "Multi-chain crypto wallet supporting Solana, Bitcoin, Ethereum, and Polygon.",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://wallet.magiceden.io/",
|
|
11
|
+
twitter: "https://x.com/MagicEden",
|
|
12
|
+
discord: "https://discord.gg/magiceden",
|
|
13
|
+
documentation: "https://docs-wallet.magiceden.io/",
|
|
14
|
+
},
|
|
15
|
+
tags: ["wallet"],
|
|
16
|
+
isDeprecated: true,
|
|
17
|
+
parentId: magiceden_1.platform.id,
|
|
18
|
+
};
|
|
19
|
+
exports.services = [];
|
|
@@ -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: "moonpay",
|
|
6
|
+
name: "MoonPay",
|
|
7
|
+
description: "Fiat on-ramp and off-ramp infrastructure for buying, selling, and swapping cryptocurrencies on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.moonpay.com",
|
|
10
|
+
twitter: "https://x.com/moonpay",
|
|
11
|
+
documentation: "https://dev.moonpay.com",
|
|
12
|
+
},
|
|
13
|
+
tags: ["infrastructure", "payments"],
|
|
14
|
+
};
|
|
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: "noah",
|
|
6
|
+
name: "Noah",
|
|
7
|
+
description: "Global stablecoin payments infrastructure providing fiat on/off ramps, integrated with Jupiter on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://noah.com/en",
|
|
10
|
+
twitter: "https://x.com/Noah_HQ",
|
|
11
|
+
},
|
|
12
|
+
tags: ["payments", "infrastructure"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|