@jup-ag/platform-list 1.2.26 → 1.2.29
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/aldrin.d.ts +42 -0
- package/dist/platforms/aldrin.js +48 -0
- package/dist/platforms/cashmere.d.ts +22 -0
- package/dist/platforms/cashmere.js +26 -0
- package/dist/platforms/cega.d.ts +22 -0
- package/dist/platforms/cega.js +26 -0
- package/dist/platforms/exoticmarkets.d.ts +22 -0
- package/dist/platforms/exoticmarkets.js +26 -0
- package/dist/platforms/francium.d.ts +2 -1
- package/dist/platforms/francium.js +24 -8
- package/dist/platforms/friktion.d.ts +22 -0
- package/dist/platforms/friktion.js +26 -0
- package/dist/platforms/goblingold.d.ts +22 -0
- package/dist/platforms/goblingold.js +26 -0
- package/dist/platforms/hadeswap.d.ts +22 -0
- package/dist/platforms/hadeswap.js +28 -0
- package/dist/platforms/hastra.d.ts +5 -0
- package/dist/platforms/hastra.js +36 -0
- package/dist/platforms/hedge.d.ts +22 -0
- package/dist/platforms/hedge.js +27 -0
- package/dist/platforms/index.js +66 -0
- package/dist/platforms/invariant.d.ts +22 -0
- package/dist/platforms/invariant.js +26 -0
- package/dist/platforms/jet.d.ts +52 -0
- package/dist/platforms/jet.js +64 -0
- package/dist/platforms/katana.d.ts +32 -0
- package/dist/platforms/katana.js +36 -0
- package/dist/platforms/kineko.d.ts +22 -0
- package/dist/platforms/kineko.js +27 -0
- package/dist/platforms/larix.d.ts +32 -0
- package/dist/platforms/larix.js +38 -0
- package/dist/platforms/lido.d.ts +22 -0
- package/dist/platforms/lido.js +28 -0
- package/dist/platforms/magiceden.d.ts +2 -1
- package/dist/platforms/magiceden.js +20 -8
- package/dist/platforms/metaplex.d.ts +1 -0
- package/dist/platforms/metaplex.js +15 -3
- package/dist/platforms/metengine.d.ts +3 -0
- package/dist/platforms/metengine.js +15 -0
- package/dist/platforms/meteora.js +4 -1
- package/dist/platforms/orca.js +4 -1
- package/dist/platforms/parrot.d.ts +22 -0
- package/dist/platforms/parrot.js +27 -0
- package/dist/platforms/poolparty.d.ts +22 -0
- package/dist/platforms/poolparty.js +26 -0
- package/dist/platforms/psy.d.ts +42 -0
- package/dist/platforms/psy.js +48 -0
- package/dist/platforms/quarry.d.ts +2 -0
- package/dist/platforms/quarry.js +29 -2
- package/dist/platforms/ratex.js +2 -0
- package/dist/platforms/ratio.d.ts +22 -0
- package/dist/platforms/ratio.js +30 -0
- package/dist/platforms/saber.d.ts +1 -0
- package/dist/platforms/saber.js +14 -2
- package/dist/platforms/solanart.d.ts +1 -0
- package/dist/platforms/solanart.js +21 -6
- package/dist/platforms/sunny.d.ts +22 -0
- package/dist/platforms/sunny.js +27 -0
- package/dist/platforms/tulip.d.ts +4 -0
- package/dist/platforms/tulip.js +52 -2
- package/dist/platforms/uxd.d.ts +2 -1
- package/dist/platforms/uxd.js +14 -3
- package/dist/platforms/yawww.d.ts +22 -0
- package/dist/platforms/yawww.js +26 -0
- package/package.json +1 -1
package/dist/platforms/index.js
CHANGED
|
@@ -41,6 +41,7 @@ const accessprotocol = __importStar(require("./accessprotocol"));
|
|
|
41
41
|
const adrastea = __importStar(require("./adrastea"));
|
|
42
42
|
const adrena = __importStar(require("./adrena"));
|
|
43
43
|
const akuma = __importStar(require("./akuma"));
|
|
44
|
+
const aldrin = __importStar(require("./aldrin"));
|
|
44
45
|
const allbridge = __importStar(require("./allbridge"));
|
|
45
46
|
const alldomains = __importStar(require("./alldomains"));
|
|
46
47
|
const amulet = __importStar(require("./amulet"));
|
|
@@ -71,6 +72,8 @@ const bulktrade = __importStar(require("./bulktrade"));
|
|
|
71
72
|
const byreal = __importStar(require("./byreal"));
|
|
72
73
|
const candle = __importStar(require("./candle"));
|
|
73
74
|
const carrot = __importStar(require("./carrot"));
|
|
75
|
+
const cashmere = __importStar(require("./cashmere"));
|
|
76
|
+
const cega = __importStar(require("./cega"));
|
|
74
77
|
const circle = __importStar(require("./circle"));
|
|
75
78
|
const circuit = __importStar(require("./circuit"));
|
|
76
79
|
const citrus = __importStar(require("./citrus"));
|
|
@@ -96,6 +99,7 @@ const drip = __importStar(require("./drip"));
|
|
|
96
99
|
const dumpy = __importStar(require("./dumpy"));
|
|
97
100
|
const elemental = __importStar(require("./elemental"));
|
|
98
101
|
const ensofi = __importStar(require("./ensofi"));
|
|
102
|
+
const exoticmarkets = __importStar(require("./exoticmarkets"));
|
|
99
103
|
const exponent = __importStar(require("./exponent"));
|
|
100
104
|
const famousfoxfederation = __importStar(require("./famousfoxfederation"));
|
|
101
105
|
const fjordfoundry = __importStar(require("./fjordfoundry"));
|
|
@@ -106,12 +110,14 @@ const fluxbeam = __importStar(require("./fluxbeam"));
|
|
|
106
110
|
const fragmetric = __importStar(require("./fragmetric"));
|
|
107
111
|
const francium = __importStar(require("./francium"));
|
|
108
112
|
const frax = __importStar(require("./frax"));
|
|
113
|
+
const friktion = __importStar(require("./friktion"));
|
|
109
114
|
const futarchy = __importStar(require("./futarchy"));
|
|
110
115
|
const gary = __importStar(require("./gary"));
|
|
111
116
|
const gauntlet = __importStar(require("./gauntlet"));
|
|
112
117
|
const gecko = __importStar(require("./gecko"));
|
|
113
118
|
const genesysgo = __importStar(require("./genesysgo"));
|
|
114
119
|
const glow = __importStar(require("./glow"));
|
|
120
|
+
const goblingold = __importStar(require("./goblingold"));
|
|
115
121
|
const godl = __importStar(require("./godl"));
|
|
116
122
|
const gofurs = __importStar(require("./gofurs"));
|
|
117
123
|
const goki = __importStar(require("./goki"));
|
|
@@ -120,8 +126,11 @@ const gpool = __importStar(require("./gpool"));
|
|
|
120
126
|
const graphite = __importStar(require("./graphite"));
|
|
121
127
|
const grass = __importStar(require("./grass"));
|
|
122
128
|
const guano = __importStar(require("./guano"));
|
|
129
|
+
const hadeswap = __importStar(require("./hadeswap"));
|
|
130
|
+
const hastra = __importStar(require("./hastra"));
|
|
123
131
|
const haven = __importStar(require("./haven"));
|
|
124
132
|
const hawksight = __importStar(require("./hawksight"));
|
|
133
|
+
const hedge = __importStar(require("./hedge"));
|
|
125
134
|
const hedgehog = __importStar(require("./hedgehog"));
|
|
126
135
|
const hedgy = __importStar(require("./hedgy"));
|
|
127
136
|
const helio = __importStar(require("./helio"));
|
|
@@ -134,6 +143,8 @@ const huma = __importStar(require("./huma"));
|
|
|
134
143
|
const hxro = __importStar(require("./hxro"));
|
|
135
144
|
const hylo = __importStar(require("./hylo"));
|
|
136
145
|
const iloop = __importStar(require("./iloop"));
|
|
146
|
+
const invariant = __importStar(require("./invariant"));
|
|
147
|
+
const jet = __importStar(require("./jet"));
|
|
137
148
|
const jito = __importStar(require("./jito"));
|
|
138
149
|
const jupiterExchange = __importStar(require("./jupiter-exchange"));
|
|
139
150
|
const jupiterGovernance = __importStar(require("./jupiter-governance"));
|
|
@@ -141,11 +152,15 @@ const jupiterJupuary = __importStar(require("./jupiter-jupuary"));
|
|
|
141
152
|
const jupiterLaunchpad = __importStar(require("./jupiter-launchpad"));
|
|
142
153
|
const jupiterPm = __importStar(require("./jupiter-pm"));
|
|
143
154
|
const kamino = __importStar(require("./kamino"));
|
|
155
|
+
const katana = __importStar(require("./katana"));
|
|
156
|
+
const kineko = __importStar(require("./kineko"));
|
|
144
157
|
const kishu = __importStar(require("./kishu"));
|
|
145
158
|
const knightrade = __importStar(require("./knightrade"));
|
|
146
159
|
const kyros = __importStar(require("./kyros"));
|
|
160
|
+
const larix = __importStar(require("./larix"));
|
|
147
161
|
const lavarage = __importStar(require("./lavarage"));
|
|
148
162
|
const layer3 = __importStar(require("./layer3"));
|
|
163
|
+
const lido = __importStar(require("./lido"));
|
|
149
164
|
const lifinity = __importStar(require("./lifinity"));
|
|
150
165
|
const ligma = __importStar(require("./ligma"));
|
|
151
166
|
const lince = __importStar(require("./lince"));
|
|
@@ -166,6 +181,7 @@ const maxbid = __importStar(require("./maxbid"));
|
|
|
166
181
|
const mayan = __importStar(require("./mayan"));
|
|
167
182
|
const melee = __importStar(require("./melee"));
|
|
168
183
|
const metaplex = __importStar(require("./metaplex"));
|
|
184
|
+
const metengine = __importStar(require("./metengine"));
|
|
169
185
|
const meteora = __importStar(require("./meteora"));
|
|
170
186
|
const mintech = __importStar(require("./mintech"));
|
|
171
187
|
const mooncake = __importStar(require("./mooncake"));
|
|
@@ -192,6 +208,7 @@ const oro = __importStar(require("./oro"));
|
|
|
192
208
|
const pancakeswap = __importStar(require("./pancakeswap"));
|
|
193
209
|
const paraswap = __importStar(require("./paraswap"));
|
|
194
210
|
const parcl = __importStar(require("./parcl"));
|
|
211
|
+
const parrot = __importStar(require("./parrot"));
|
|
195
212
|
const perena = __importStar(require("./perena"));
|
|
196
213
|
const phantom = __importStar(require("./phantom"));
|
|
197
214
|
const phoenix = __importStar(require("./phoenix"));
|
|
@@ -201,10 +218,12 @@ const picasso = __importStar(require("./picasso"));
|
|
|
201
218
|
const piggybank = __importStar(require("./piggybank"));
|
|
202
219
|
const playsolana = __importStar(require("./playsolana"));
|
|
203
220
|
const pluto = __importStar(require("./pluto"));
|
|
221
|
+
const poolparty = __importStar(require("./poolparty"));
|
|
204
222
|
const port = __importStar(require("./port"));
|
|
205
223
|
const portals = __importStar(require("./portals"));
|
|
206
224
|
const privacycash = __importStar(require("./privacycash"));
|
|
207
225
|
const project0 = __importStar(require("./project0"));
|
|
226
|
+
const psy = __importStar(require("./psy"));
|
|
208
227
|
const pudgy = __importStar(require("./pudgy"));
|
|
209
228
|
const puffcoin = __importStar(require("./puffcoin"));
|
|
210
229
|
const pumpfun = __importStar(require("./pumpfun"));
|
|
@@ -215,6 +234,7 @@ const pyth = __importStar(require("./pyth"));
|
|
|
215
234
|
const quarry = __importStar(require("./quarry"));
|
|
216
235
|
const rain = __importStar(require("./rain"));
|
|
217
236
|
const ratex = __importStar(require("./ratex"));
|
|
237
|
+
const ratio = __importStar(require("./ratio"));
|
|
218
238
|
const raydium = __importStar(require("./raydium"));
|
|
219
239
|
const realms = __importStar(require("./realms"));
|
|
220
240
|
const reflect = __importStar(require("./reflect"));
|
|
@@ -250,6 +270,7 @@ const stakewise = __importStar(require("./stakewise"));
|
|
|
250
270
|
const staratlas = __importStar(require("./staratlas"));
|
|
251
271
|
const stepfinance = __importStar(require("./stepfinance"));
|
|
252
272
|
const streamflow = __importStar(require("./streamflow"));
|
|
273
|
+
const sunny = __importStar(require("./sunny"));
|
|
253
274
|
const switchboard = __importStar(require("./switchboard"));
|
|
254
275
|
const symmetry = __importStar(require("./symmetry"));
|
|
255
276
|
const tensor = __importStar(require("./tensor"));
|
|
@@ -274,6 +295,7 @@ const wink = __importStar(require("./wink"));
|
|
|
274
295
|
const wintermute = __importStar(require("./wintermute"));
|
|
275
296
|
const wormhole = __importStar(require("./wormhole"));
|
|
276
297
|
const yaku = __importStar(require("./yaku"));
|
|
298
|
+
const yawww = __importStar(require("./yawww"));
|
|
277
299
|
const yieldfan = __importStar(require("./yieldfan"));
|
|
278
300
|
const zelo = __importStar(require("./zelo"));
|
|
279
301
|
const zeta = __importStar(require("./zeta"));
|
|
@@ -285,6 +307,7 @@ exports.platforms = [
|
|
|
285
307
|
adrastea.platform,
|
|
286
308
|
adrena.platform,
|
|
287
309
|
akuma.platform,
|
|
310
|
+
aldrin.platform,
|
|
288
311
|
allbridge.platform,
|
|
289
312
|
alldomains.platform,
|
|
290
313
|
amulet.platform,
|
|
@@ -315,6 +338,8 @@ exports.platforms = [
|
|
|
315
338
|
byreal.platform,
|
|
316
339
|
candle.platform,
|
|
317
340
|
carrot.platform,
|
|
341
|
+
cashmere.platform,
|
|
342
|
+
cega.platform,
|
|
318
343
|
circle.platform,
|
|
319
344
|
circuit.platform,
|
|
320
345
|
citrus.platform,
|
|
@@ -340,6 +365,7 @@ exports.platforms = [
|
|
|
340
365
|
dumpy.platform,
|
|
341
366
|
elemental.platform,
|
|
342
367
|
ensofi.platform,
|
|
368
|
+
exoticmarkets.platform,
|
|
343
369
|
exponent.platform,
|
|
344
370
|
famousfoxfederation.platform,
|
|
345
371
|
fjordfoundry.platform,
|
|
@@ -350,12 +376,14 @@ exports.platforms = [
|
|
|
350
376
|
fragmetric.platform,
|
|
351
377
|
francium.platform,
|
|
352
378
|
frax.platform,
|
|
379
|
+
friktion.platform,
|
|
353
380
|
futarchy.platform,
|
|
354
381
|
gary.platform,
|
|
355
382
|
gauntlet.platform,
|
|
356
383
|
gecko.platform,
|
|
357
384
|
genesysgo.platform,
|
|
358
385
|
glow.platform,
|
|
386
|
+
goblingold.platform,
|
|
359
387
|
godl.platform,
|
|
360
388
|
gofurs.platform,
|
|
361
389
|
goki.platform,
|
|
@@ -364,8 +392,11 @@ exports.platforms = [
|
|
|
364
392
|
graphite.platform,
|
|
365
393
|
grass.platform,
|
|
366
394
|
guano.platform,
|
|
395
|
+
hadeswap.platform,
|
|
396
|
+
hastra.platform,
|
|
367
397
|
haven.platform,
|
|
368
398
|
hawksight.platform,
|
|
399
|
+
hedge.platform,
|
|
369
400
|
hedgehog.platform,
|
|
370
401
|
hedgy.platform,
|
|
371
402
|
helio.platform,
|
|
@@ -378,6 +409,8 @@ exports.platforms = [
|
|
|
378
409
|
hxro.platform,
|
|
379
410
|
hylo.platform,
|
|
380
411
|
iloop.platform,
|
|
412
|
+
invariant.platform,
|
|
413
|
+
jet.platform,
|
|
381
414
|
jito.platform,
|
|
382
415
|
jupiterExchange.platform,
|
|
383
416
|
jupiterGovernance.platform,
|
|
@@ -385,11 +418,15 @@ exports.platforms = [
|
|
|
385
418
|
jupiterLaunchpad.platform,
|
|
386
419
|
jupiterPm.platform,
|
|
387
420
|
kamino.platform,
|
|
421
|
+
katana.platform,
|
|
422
|
+
kineko.platform,
|
|
388
423
|
kishu.platform,
|
|
389
424
|
knightrade.platform,
|
|
390
425
|
kyros.platform,
|
|
426
|
+
larix.platform,
|
|
391
427
|
lavarage.platform,
|
|
392
428
|
layer3.platform,
|
|
429
|
+
lido.platform,
|
|
393
430
|
lifinity.platform,
|
|
394
431
|
ligma.platform,
|
|
395
432
|
lince.platform,
|
|
@@ -410,6 +447,7 @@ exports.platforms = [
|
|
|
410
447
|
mayan.platform,
|
|
411
448
|
melee.platform,
|
|
412
449
|
metaplex.platform,
|
|
450
|
+
metengine.platform,
|
|
413
451
|
meteora.platform,
|
|
414
452
|
mintech.platform,
|
|
415
453
|
mooncake.platform,
|
|
@@ -436,6 +474,7 @@ exports.platforms = [
|
|
|
436
474
|
pancakeswap.platform,
|
|
437
475
|
paraswap.platform,
|
|
438
476
|
parcl.platform,
|
|
477
|
+
parrot.platform,
|
|
439
478
|
perena.platform,
|
|
440
479
|
phantom.platform,
|
|
441
480
|
phoenix.platform,
|
|
@@ -445,10 +484,12 @@ exports.platforms = [
|
|
|
445
484
|
piggybank.platform,
|
|
446
485
|
playsolana.platform,
|
|
447
486
|
pluto.platform,
|
|
487
|
+
poolparty.platform,
|
|
448
488
|
port.platform,
|
|
449
489
|
portals.platform,
|
|
450
490
|
privacycash.platform,
|
|
451
491
|
project0.platform,
|
|
492
|
+
psy.platform,
|
|
452
493
|
pudgy.platform,
|
|
453
494
|
puffcoin.platform,
|
|
454
495
|
pumpfun.platform,
|
|
@@ -459,6 +500,7 @@ exports.platforms = [
|
|
|
459
500
|
quarry.platform,
|
|
460
501
|
rain.platform,
|
|
461
502
|
ratex.platform,
|
|
503
|
+
ratio.platform,
|
|
462
504
|
raydium.platform,
|
|
463
505
|
realms.platform,
|
|
464
506
|
reflect.platform,
|
|
@@ -494,6 +536,7 @@ exports.platforms = [
|
|
|
494
536
|
staratlas.platform,
|
|
495
537
|
stepfinance.platform,
|
|
496
538
|
streamflow.platform,
|
|
539
|
+
sunny.platform,
|
|
497
540
|
switchboard.platform,
|
|
498
541
|
symmetry.platform,
|
|
499
542
|
tensor.platform,
|
|
@@ -518,6 +561,7 @@ exports.platforms = [
|
|
|
518
561
|
wintermute.platform,
|
|
519
562
|
wormhole.platform,
|
|
520
563
|
yaku.platform,
|
|
564
|
+
yawww.platform,
|
|
521
565
|
yieldfan.platform,
|
|
522
566
|
zelo.platform,
|
|
523
567
|
zeta.platform,
|
|
@@ -530,6 +574,7 @@ exports.services = [
|
|
|
530
574
|
...adrastea.services,
|
|
531
575
|
...adrena.services,
|
|
532
576
|
...akuma.services,
|
|
577
|
+
...aldrin.services,
|
|
533
578
|
...allbridge.services,
|
|
534
579
|
...alldomains.services,
|
|
535
580
|
...amulet.services,
|
|
@@ -560,6 +605,8 @@ exports.services = [
|
|
|
560
605
|
...byreal.services,
|
|
561
606
|
...candle.services,
|
|
562
607
|
...carrot.services,
|
|
608
|
+
...cashmere.services,
|
|
609
|
+
...cega.services,
|
|
563
610
|
...circle.services,
|
|
564
611
|
...circuit.services,
|
|
565
612
|
...citrus.services,
|
|
@@ -585,6 +632,7 @@ exports.services = [
|
|
|
585
632
|
...dumpy.services,
|
|
586
633
|
...elemental.services,
|
|
587
634
|
...ensofi.services,
|
|
635
|
+
...exoticmarkets.services,
|
|
588
636
|
...exponent.services,
|
|
589
637
|
...famousfoxfederation.services,
|
|
590
638
|
...fjordfoundry.services,
|
|
@@ -595,12 +643,14 @@ exports.services = [
|
|
|
595
643
|
...fragmetric.services,
|
|
596
644
|
...francium.services,
|
|
597
645
|
...frax.services,
|
|
646
|
+
...friktion.services,
|
|
598
647
|
...futarchy.services,
|
|
599
648
|
...gary.services,
|
|
600
649
|
...gauntlet.services,
|
|
601
650
|
...gecko.services,
|
|
602
651
|
...genesysgo.services,
|
|
603
652
|
...glow.services,
|
|
653
|
+
...goblingold.services,
|
|
604
654
|
...godl.services,
|
|
605
655
|
...gofurs.services,
|
|
606
656
|
...goki.services,
|
|
@@ -609,8 +659,11 @@ exports.services = [
|
|
|
609
659
|
...graphite.services,
|
|
610
660
|
...grass.services,
|
|
611
661
|
...guano.services,
|
|
662
|
+
...hadeswap.services,
|
|
663
|
+
...hastra.services,
|
|
612
664
|
...haven.services,
|
|
613
665
|
...hawksight.services,
|
|
666
|
+
...hedge.services,
|
|
614
667
|
...hedgehog.services,
|
|
615
668
|
...hedgy.services,
|
|
616
669
|
...helio.services,
|
|
@@ -623,6 +676,8 @@ exports.services = [
|
|
|
623
676
|
...hxro.services,
|
|
624
677
|
...hylo.services,
|
|
625
678
|
...iloop.services,
|
|
679
|
+
...invariant.services,
|
|
680
|
+
...jet.services,
|
|
626
681
|
...jito.services,
|
|
627
682
|
...jupiterExchange.services,
|
|
628
683
|
...jupiterGovernance.services,
|
|
@@ -630,11 +685,15 @@ exports.services = [
|
|
|
630
685
|
...jupiterLaunchpad.services,
|
|
631
686
|
...jupiterPm.services,
|
|
632
687
|
...kamino.services,
|
|
688
|
+
...katana.services,
|
|
689
|
+
...kineko.services,
|
|
633
690
|
...kishu.services,
|
|
634
691
|
...knightrade.services,
|
|
635
692
|
...kyros.services,
|
|
693
|
+
...larix.services,
|
|
636
694
|
...lavarage.services,
|
|
637
695
|
...layer3.services,
|
|
696
|
+
...lido.services,
|
|
638
697
|
...lifinity.services,
|
|
639
698
|
...ligma.services,
|
|
640
699
|
...lince.services,
|
|
@@ -655,6 +714,7 @@ exports.services = [
|
|
|
655
714
|
...mayan.services,
|
|
656
715
|
...melee.services,
|
|
657
716
|
...metaplex.services,
|
|
717
|
+
...metengine.services,
|
|
658
718
|
...meteora.services,
|
|
659
719
|
...mintech.services,
|
|
660
720
|
...mooncake.services,
|
|
@@ -681,6 +741,7 @@ exports.services = [
|
|
|
681
741
|
...pancakeswap.services,
|
|
682
742
|
...paraswap.services,
|
|
683
743
|
...parcl.services,
|
|
744
|
+
...parrot.services,
|
|
684
745
|
...perena.services,
|
|
685
746
|
...phantom.services,
|
|
686
747
|
...phoenix.services,
|
|
@@ -690,10 +751,12 @@ exports.services = [
|
|
|
690
751
|
...piggybank.services,
|
|
691
752
|
...playsolana.services,
|
|
692
753
|
...pluto.services,
|
|
754
|
+
...poolparty.services,
|
|
693
755
|
...port.services,
|
|
694
756
|
...portals.services,
|
|
695
757
|
...privacycash.services,
|
|
696
758
|
...project0.services,
|
|
759
|
+
...psy.services,
|
|
697
760
|
...pudgy.services,
|
|
698
761
|
...puffcoin.services,
|
|
699
762
|
...pumpfun.services,
|
|
@@ -704,6 +767,7 @@ exports.services = [
|
|
|
704
767
|
...quarry.services,
|
|
705
768
|
...rain.services,
|
|
706
769
|
...ratex.services,
|
|
770
|
+
...ratio.services,
|
|
707
771
|
...raydium.services,
|
|
708
772
|
...realms.services,
|
|
709
773
|
...reflect.services,
|
|
@@ -739,6 +803,7 @@ exports.services = [
|
|
|
739
803
|
...staratlas.services,
|
|
740
804
|
...stepfinance.services,
|
|
741
805
|
...streamflow.services,
|
|
806
|
+
...sunny.services,
|
|
742
807
|
...switchboard.services,
|
|
743
808
|
...symmetry.services,
|
|
744
809
|
...tensor.services,
|
|
@@ -763,6 +828,7 @@ exports.services = [
|
|
|
763
828
|
...wintermute.services,
|
|
764
829
|
...wormhole.services,
|
|
765
830
|
...yaku.services,
|
|
831
|
+
...yawww.services,
|
|
766
832
|
...yieldfan.services,
|
|
767
833
|
...zelo.services,
|
|
768
834
|
...zeta.services,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PlatformRaw } from "../types";
|
|
2
|
+
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const mainService: {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
platformId: string;
|
|
7
|
+
contractsRaw: {
|
|
8
|
+
name: string;
|
|
9
|
+
address: string;
|
|
10
|
+
networkId: "solana";
|
|
11
|
+
}[];
|
|
12
|
+
};
|
|
13
|
+
export declare const services: {
|
|
14
|
+
id: string;
|
|
15
|
+
name: string;
|
|
16
|
+
platformId: string;
|
|
17
|
+
contractsRaw: {
|
|
18
|
+
name: string;
|
|
19
|
+
address: string;
|
|
20
|
+
networkId: "solana";
|
|
21
|
+
}[];
|
|
22
|
+
}[];
|
|
@@ -0,0 +1,26 @@
|
|
|
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: "invariant",
|
|
7
|
+
name: "Invariant",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://invariant.app/",
|
|
10
|
+
twitter: "https://x.com/invariant_labs",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp"],
|
|
13
|
+
isDeprecated: true,
|
|
14
|
+
};
|
|
15
|
+
const mainContract = {
|
|
16
|
+
name: "Main",
|
|
17
|
+
address: "HyaB3W9q6XdA5xwpU4XnSZV94htfmbmqJXZcEbRaJutt",
|
|
18
|
+
networkId: types_1.NetworkId.solana,
|
|
19
|
+
};
|
|
20
|
+
exports.mainService = {
|
|
21
|
+
id: `${exports.platform.id}-main`,
|
|
22
|
+
name: "Main",
|
|
23
|
+
platformId: exports.platform.id,
|
|
24
|
+
contractsRaw: [mainContract],
|
|
25
|
+
};
|
|
26
|
+
exports.services = [exports.mainService];
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { PlatformRaw } from "../types";
|
|
2
|
+
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const mainService: {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
platformId: string;
|
|
7
|
+
contractsRaw: {
|
|
8
|
+
name: string;
|
|
9
|
+
address: string;
|
|
10
|
+
networkId: "solana";
|
|
11
|
+
}[];
|
|
12
|
+
};
|
|
13
|
+
export declare const marginPoolService: {
|
|
14
|
+
id: string;
|
|
15
|
+
name: string;
|
|
16
|
+
platformId: string;
|
|
17
|
+
contractsRaw: {
|
|
18
|
+
name: string;
|
|
19
|
+
address: string;
|
|
20
|
+
networkId: "solana";
|
|
21
|
+
}[];
|
|
22
|
+
};
|
|
23
|
+
export declare const airspaceService: {
|
|
24
|
+
id: string;
|
|
25
|
+
name: string;
|
|
26
|
+
platformId: string;
|
|
27
|
+
contractsRaw: {
|
|
28
|
+
name: string;
|
|
29
|
+
address: string;
|
|
30
|
+
networkId: "solana";
|
|
31
|
+
}[];
|
|
32
|
+
};
|
|
33
|
+
export declare const marginService: {
|
|
34
|
+
id: string;
|
|
35
|
+
name: string;
|
|
36
|
+
platformId: string;
|
|
37
|
+
contractsRaw: {
|
|
38
|
+
name: string;
|
|
39
|
+
address: string;
|
|
40
|
+
networkId: "solana";
|
|
41
|
+
}[];
|
|
42
|
+
};
|
|
43
|
+
export declare const services: {
|
|
44
|
+
id: string;
|
|
45
|
+
name: string;
|
|
46
|
+
platformId: string;
|
|
47
|
+
contractsRaw: {
|
|
48
|
+
name: string;
|
|
49
|
+
address: string;
|
|
50
|
+
networkId: "solana";
|
|
51
|
+
}[];
|
|
52
|
+
}[];
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.marginService = exports.airspaceService = exports.marginPoolService = exports.mainService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "jet",
|
|
7
|
+
name: "Jet",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://jetprotocol.substack.com/",
|
|
10
|
+
twitter: "https://x.com/jetprotocol",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp"],
|
|
13
|
+
isDeprecated: true,
|
|
14
|
+
};
|
|
15
|
+
const mainContract = {
|
|
16
|
+
name: "Main",
|
|
17
|
+
address: "JPLockxtkngHkaQT5AuRYow3HyUv5qWzmhwsCPd653n",
|
|
18
|
+
networkId: types_1.NetworkId.solana,
|
|
19
|
+
};
|
|
20
|
+
const marginPoolContract = {
|
|
21
|
+
name: "Margin Pool",
|
|
22
|
+
address: "JPPooLEqRo3NCSx82EdE2VZY5vUaSsgskpZPBHNGVLZ",
|
|
23
|
+
networkId: types_1.NetworkId.solana,
|
|
24
|
+
};
|
|
25
|
+
const airspaceContract = {
|
|
26
|
+
name: "Airspace",
|
|
27
|
+
address: "JPASMkxARMmbeahk37H8PAAP1UzPNC4wGhvwLnBsfHi",
|
|
28
|
+
networkId: types_1.NetworkId.solana,
|
|
29
|
+
};
|
|
30
|
+
const marginContract = {
|
|
31
|
+
name: "Margin",
|
|
32
|
+
address: "JPMRGNgRk3w2pzBM1RLNBnpGxQYsFQ3yXKpuk4tTXVZ",
|
|
33
|
+
networkId: types_1.NetworkId.solana,
|
|
34
|
+
};
|
|
35
|
+
exports.mainService = {
|
|
36
|
+
id: `${exports.platform.id}-main`,
|
|
37
|
+
name: "Main",
|
|
38
|
+
platformId: exports.platform.id,
|
|
39
|
+
contractsRaw: [mainContract],
|
|
40
|
+
};
|
|
41
|
+
exports.marginPoolService = {
|
|
42
|
+
id: `${exports.platform.id}-margin-pool`,
|
|
43
|
+
name: "Margin Pool",
|
|
44
|
+
platformId: exports.platform.id,
|
|
45
|
+
contractsRaw: [marginPoolContract],
|
|
46
|
+
};
|
|
47
|
+
exports.airspaceService = {
|
|
48
|
+
id: `${exports.platform.id}-airspace`,
|
|
49
|
+
name: "Airspace",
|
|
50
|
+
platformId: exports.platform.id,
|
|
51
|
+
contractsRaw: [airspaceContract],
|
|
52
|
+
};
|
|
53
|
+
exports.marginService = {
|
|
54
|
+
id: `${exports.platform.id}-margin`,
|
|
55
|
+
name: "Margin",
|
|
56
|
+
platformId: exports.platform.id,
|
|
57
|
+
contractsRaw: [marginContract],
|
|
58
|
+
};
|
|
59
|
+
exports.services = [
|
|
60
|
+
exports.mainService,
|
|
61
|
+
exports.marginPoolService,
|
|
62
|
+
exports.airspaceService,
|
|
63
|
+
exports.marginService,
|
|
64
|
+
];
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { PlatformRaw } from "../types";
|
|
2
|
+
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const putSellingService: {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
platformId: string;
|
|
7
|
+
contractsRaw: {
|
|
8
|
+
name: string;
|
|
9
|
+
address: string;
|
|
10
|
+
networkId: "solana";
|
|
11
|
+
}[];
|
|
12
|
+
};
|
|
13
|
+
export declare const coveredCallService: {
|
|
14
|
+
id: string;
|
|
15
|
+
name: string;
|
|
16
|
+
platformId: string;
|
|
17
|
+
contractsRaw: {
|
|
18
|
+
name: string;
|
|
19
|
+
address: string;
|
|
20
|
+
networkId: "solana";
|
|
21
|
+
}[];
|
|
22
|
+
};
|
|
23
|
+
export declare const services: {
|
|
24
|
+
id: string;
|
|
25
|
+
name: string;
|
|
26
|
+
platformId: string;
|
|
27
|
+
contractsRaw: {
|
|
28
|
+
name: string;
|
|
29
|
+
address: string;
|
|
30
|
+
networkId: "solana";
|
|
31
|
+
}[];
|
|
32
|
+
}[];
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.coveredCallService = exports.putSellingService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "katana",
|
|
7
|
+
name: "Katana",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://katana.so/",
|
|
10
|
+
},
|
|
11
|
+
tags: ["dapp"],
|
|
12
|
+
isDeprecated: true,
|
|
13
|
+
};
|
|
14
|
+
const putSellingContract = {
|
|
15
|
+
name: "Put Selling",
|
|
16
|
+
address: "7h7uYbDBZkiTvWLmMsWNAEs2VVNqfV56uSfP9hbjJMP8",
|
|
17
|
+
networkId: types_1.NetworkId.solana,
|
|
18
|
+
};
|
|
19
|
+
const coveredCallContract = {
|
|
20
|
+
name: "Covered Call",
|
|
21
|
+
address: "1349iiGjWC7ZTbu6otFmJwztms122jEEnShKgpVnNewy",
|
|
22
|
+
networkId: types_1.NetworkId.solana,
|
|
23
|
+
};
|
|
24
|
+
exports.putSellingService = {
|
|
25
|
+
id: `${exports.platform.id}-put-selling`,
|
|
26
|
+
name: "Put Selling",
|
|
27
|
+
platformId: exports.platform.id,
|
|
28
|
+
contractsRaw: [putSellingContract],
|
|
29
|
+
};
|
|
30
|
+
exports.coveredCallService = {
|
|
31
|
+
id: `${exports.platform.id}-covered-call`,
|
|
32
|
+
name: "Covered Call",
|
|
33
|
+
platformId: exports.platform.id,
|
|
34
|
+
contractsRaw: [coveredCallContract],
|
|
35
|
+
};
|
|
36
|
+
exports.services = [exports.putSellingService, exports.coveredCallService];
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PlatformRaw } from "../types";
|
|
2
|
+
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const mainService: {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
platformId: string;
|
|
7
|
+
contractsRaw: {
|
|
8
|
+
name: string;
|
|
9
|
+
address: string;
|
|
10
|
+
networkId: "solana";
|
|
11
|
+
}[];
|
|
12
|
+
};
|
|
13
|
+
export declare const services: {
|
|
14
|
+
id: string;
|
|
15
|
+
name: string;
|
|
16
|
+
platformId: string;
|
|
17
|
+
contractsRaw: {
|
|
18
|
+
name: string;
|
|
19
|
+
address: string;
|
|
20
|
+
networkId: "solana";
|
|
21
|
+
}[];
|
|
22
|
+
}[];
|
|
@@ -0,0 +1,27 @@
|
|
|
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: "kineko",
|
|
7
|
+
name: "Kineko",
|
|
8
|
+
links: {
|
|
9
|
+
// No website found, using Solana official site as placeholder
|
|
10
|
+
website: "https://solana.com",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp"],
|
|
13
|
+
tokens: ["kNkT1RDnexWqYP3EYGyWv5ZtazB8CfgGAfJtv9AQ3kz"],
|
|
14
|
+
isDeprecated: true,
|
|
15
|
+
};
|
|
16
|
+
const mainContract = {
|
|
17
|
+
name: "Main",
|
|
18
|
+
address: "CzMjHr8pAc8haq94NvfkurfLs61UPks3jaFcEqvYM3Mr",
|
|
19
|
+
networkId: types_1.NetworkId.solana,
|
|
20
|
+
};
|
|
21
|
+
exports.mainService = {
|
|
22
|
+
id: `${exports.platform.id}-main`,
|
|
23
|
+
name: "Main",
|
|
24
|
+
platformId: exports.platform.id,
|
|
25
|
+
contractsRaw: [mainContract],
|
|
26
|
+
};
|
|
27
|
+
exports.services = [exports.mainService];
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { PlatformRaw } from "../types";
|
|
2
|
+
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const lendingService: {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
platformId: string;
|
|
7
|
+
contractsRaw: {
|
|
8
|
+
name: string;
|
|
9
|
+
address: string;
|
|
10
|
+
networkId: "solana";
|
|
11
|
+
}[];
|
|
12
|
+
};
|
|
13
|
+
export declare const lendingV2Service: {
|
|
14
|
+
id: string;
|
|
15
|
+
name: string;
|
|
16
|
+
platformId: string;
|
|
17
|
+
contractsRaw: {
|
|
18
|
+
name: string;
|
|
19
|
+
address: string;
|
|
20
|
+
networkId: "solana";
|
|
21
|
+
}[];
|
|
22
|
+
};
|
|
23
|
+
export declare const services: {
|
|
24
|
+
id: string;
|
|
25
|
+
name: string;
|
|
26
|
+
platformId: string;
|
|
27
|
+
contractsRaw: {
|
|
28
|
+
name: string;
|
|
29
|
+
address: string;
|
|
30
|
+
networkId: "solana";
|
|
31
|
+
}[];
|
|
32
|
+
}[];
|