@jup-ag/platform-list 1.2.56 → 1.2.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/platforms/amppay.js +14 -0
- package/dist/platforms/citrus.js +1 -0
- package/dist/platforms/collectorcrypt.d.ts +3 -0
- package/dist/platforms/collectorcrypt.js +17 -0
- package/dist/platforms/epicentral.d.ts +4 -0
- package/dist/platforms/epicentral.js +32 -0
- package/dist/platforms/fuse.js +1 -1
- package/dist/platforms/index.js +21 -3
- package/dist/platforms/jupiter-exchange.js +1 -0
- package/dist/platforms/jupiter-jupuary.js +1 -0
- package/dist/platforms/jupiter-launchpad.js +1 -0
- package/dist/platforms/jupiter-pm.js +2 -1
- package/dist/platforms/jupiter-wallet.js +1 -0
- package/dist/platforms/kast.d.ts +3 -0
- package/dist/platforms/kast.js +16 -0
- package/dist/platforms/kyros.js +6 -1
- package/dist/platforms/mooncake.js +1 -0
- package/dist/platforms/nodepay.js +1 -0
- package/dist/platforms/pancakeswap.js +1 -0
- package/dist/platforms/paraswap.js +1 -0
- package/dist/platforms/phantom.d.ts +1 -0
- package/dist/platforms/phantom.js +14 -2
- package/dist/platforms/phygitals.d.ts +3 -0
- package/dist/platforms/phygitals.js +17 -0
- package/dist/platforms/pudgy.js +1 -1
- package/dist/platforms/pyra.js +1 -1
- package/dist/platforms/solayer.js +1 -1
- package/dist/platforms/solcard.d.ts +3 -0
- package/dist/platforms/solcard.js +16 -0
- package/dist/platforms/solflare.js +1 -1
- package/dist/platforms/titan.d.ts +1 -0
- package/dist/platforms/titan.js +18 -3
- package/dist/platforms/tuyo.d.ts +3 -0
- package/dist/platforms/tuyo.js +14 -0
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
- package/dist/platforms/stakewise.js +0 -18
- /package/dist/platforms/{stakewise.d.ts → amppay.d.ts} +0 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "amppay",
|
|
6
|
+
name: "Amp Pay",
|
|
7
|
+
description: "Save. Spend. Swap.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.getamppay.com/#black-card",
|
|
10
|
+
twitter: "https://x.com/GetAmpPay",
|
|
11
|
+
},
|
|
12
|
+
tags: ["card"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
package/dist/platforms/citrus.js
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "collectorcrypt",
|
|
6
|
+
name: "Collector Crypt",
|
|
7
|
+
description: "RWA Pokemon cards on Solana",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://collectorcrypt.com/",
|
|
10
|
+
twitter: "https://twitter.com/Collector_Crypt",
|
|
11
|
+
discord: "https://discord.gg/dzYKMkQQKk",
|
|
12
|
+
telegram: "https://t.me/CollectorChat",
|
|
13
|
+
},
|
|
14
|
+
tags: ["rwa", "nft-marketplace"],
|
|
15
|
+
platformToken: "CARDSccUMFKoPRZxt5vt3ksUbxEFEcnZ3H2pd3dKxYjp",
|
|
16
|
+
};
|
|
17
|
+
exports.services = [];
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.stakingService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "epicentral",
|
|
7
|
+
name: "Epicentral Labs",
|
|
8
|
+
description: "Epicentral Labs is building the essential infrastructure to make options trading a reality on the Solana Blockchain by bringing new decentralized finance derivatives to Solana through the Epicentral DAO.",
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://www.epicentrallabs.com/",
|
|
11
|
+
discord: "https://discord.gg/5asAuY2sR8",
|
|
12
|
+
twitter: "https://x.com/EpicentralLabs",
|
|
13
|
+
github: "https://github.com/EpicentralLabs",
|
|
14
|
+
documentation: "https://docs.opx.markets/docs",
|
|
15
|
+
},
|
|
16
|
+
tags: ["dapp"],
|
|
17
|
+
platformToken: "LABSh5DTebUcUbEoLzXKCiXFJLecDFiDWiBGUU1GpxR",
|
|
18
|
+
tokens: ["7B2tQy8DwYt6aXHzt6UVDuqBB6WmykyZQodLSReQ9Wcz"],
|
|
19
|
+
};
|
|
20
|
+
const stakingContract = {
|
|
21
|
+
name: "Staking",
|
|
22
|
+
address: "EpicbGrj6qRkeYoy35ZTxHHtkvTtUC9Fz7KRuH7c5hrS",
|
|
23
|
+
networkId: types_1.NetworkId.solana,
|
|
24
|
+
};
|
|
25
|
+
exports.stakingService = {
|
|
26
|
+
id: `${exports.platform.id}-staking`,
|
|
27
|
+
name: "Staking",
|
|
28
|
+
platformId: exports.platform.id,
|
|
29
|
+
contractsRaw: [stakingContract],
|
|
30
|
+
link: "https://stake.opx.markets/",
|
|
31
|
+
};
|
|
32
|
+
exports.services = [exports.stakingService];
|
package/dist/platforms/fuse.js
CHANGED
package/dist/platforms/index.js
CHANGED
|
@@ -46,6 +46,7 @@ const aldrin = __importStar(require("./aldrin"));
|
|
|
46
46
|
const allbridge = __importStar(require("./allbridge"));
|
|
47
47
|
const alldomains = __importStar(require("./alldomains"));
|
|
48
48
|
const altude = __importStar(require("./altude"));
|
|
49
|
+
const amppay = __importStar(require("./amppay"));
|
|
49
50
|
const amulet = __importStar(require("./amulet"));
|
|
50
51
|
const armada = __importStar(require("./armada"));
|
|
51
52
|
const artrade = __importStar(require("./artrade"));
|
|
@@ -87,6 +88,7 @@ const claimyoursols = __importStar(require("./claimyoursols"));
|
|
|
87
88
|
const claynosaurz = __importStar(require("./claynosaurz"));
|
|
88
89
|
const clone = __importStar(require("./clone"));
|
|
89
90
|
const coinmarketcap = __importStar(require("./coinmarketcap"));
|
|
91
|
+
const collectorcrypt = __importStar(require("./collectorcrypt"));
|
|
90
92
|
const cropper = __importStar(require("./cropper"));
|
|
91
93
|
const cudis = __importStar(require("./cudis"));
|
|
92
94
|
const cushion = __importStar(require("./cushion"));
|
|
@@ -107,6 +109,7 @@ const drip = __importStar(require("./drip"));
|
|
|
107
109
|
const dumpy = __importStar(require("./dumpy"));
|
|
108
110
|
const elemental = __importStar(require("./elemental"));
|
|
109
111
|
const ensofi = __importStar(require("./ensofi"));
|
|
112
|
+
const epicentral = __importStar(require("./epicentral"));
|
|
110
113
|
const exoticmarkets = __importStar(require("./exoticmarkets"));
|
|
111
114
|
const exponent = __importStar(require("./exponent"));
|
|
112
115
|
const famousfoxfederation = __importStar(require("./famousfoxfederation"));
|
|
@@ -168,6 +171,7 @@ const jupiterLaunchpad = __importStar(require("./jupiter-launchpad"));
|
|
|
168
171
|
const jupiterPm = __importStar(require("./jupiter-pm"));
|
|
169
172
|
const jupiterWallet = __importStar(require("./jupiter-wallet"));
|
|
170
173
|
const kamino = __importStar(require("./kamino"));
|
|
174
|
+
const kast = __importStar(require("./kast"));
|
|
171
175
|
const katana = __importStar(require("./katana"));
|
|
172
176
|
const kineko = __importStar(require("./kineko"));
|
|
173
177
|
const kishu = __importStar(require("./kishu"));
|
|
@@ -234,6 +238,7 @@ const phantom = __importStar(require("./phantom"));
|
|
|
234
238
|
const phoenix = __importStar(require("./phoenix"));
|
|
235
239
|
const photofinish = __importStar(require("./photofinish"));
|
|
236
240
|
const photon = __importStar(require("./photon"));
|
|
241
|
+
const phygitals = __importStar(require("./phygitals"));
|
|
237
242
|
const picasso = __importStar(require("./picasso"));
|
|
238
243
|
const piggybank = __importStar(require("./piggybank"));
|
|
239
244
|
const playsolana = __importStar(require("./playsolana"));
|
|
@@ -278,6 +283,7 @@ const solana = __importStar(require("./solana"));
|
|
|
278
283
|
const solanaid = __importStar(require("./solanaid"));
|
|
279
284
|
const solanart = __importStar(require("./solanart"));
|
|
280
285
|
const solayer = __importStar(require("./solayer"));
|
|
286
|
+
const solcard = __importStar(require("./solcard"));
|
|
281
287
|
const solcasino = __importStar(require("./solcasino"));
|
|
282
288
|
const solflare = __importStar(require("./solflare"));
|
|
283
289
|
const solincinerator = __importStar(require("./solincinerator"));
|
|
@@ -292,7 +298,6 @@ const spdr = __importStar(require("./spdr"));
|
|
|
292
298
|
const spice = __importStar(require("./spice"));
|
|
293
299
|
const squads = __importStar(require("./squads"));
|
|
294
300
|
const stabble = __importStar(require("./stabble"));
|
|
295
|
-
const stakewise = __importStar(require("./stakewise"));
|
|
296
301
|
const stakewiz = __importStar(require("./stakewiz"));
|
|
297
302
|
const staratlas = __importStar(require("./staratlas"));
|
|
298
303
|
const stepfinance = __importStar(require("./stepfinance"));
|
|
@@ -312,6 +317,7 @@ const trojan = __importStar(require("./trojan"));
|
|
|
312
317
|
const trustfun = __importStar(require("./trustfun"));
|
|
313
318
|
const tuktuk = __importStar(require("./tuktuk"));
|
|
314
319
|
const tulip = __importStar(require("./tulip"));
|
|
320
|
+
const tuyo = __importStar(require("./tuyo"));
|
|
315
321
|
const underdog = __importStar(require("./underdog"));
|
|
316
322
|
const uprock = __importStar(require("./uprock"));
|
|
317
323
|
const uxd = __importStar(require("./uxd"));
|
|
@@ -343,6 +349,7 @@ exports.platforms = [
|
|
|
343
349
|
allbridge.platform,
|
|
344
350
|
alldomains.platform,
|
|
345
351
|
altude.platform,
|
|
352
|
+
amppay.platform,
|
|
346
353
|
amulet.platform,
|
|
347
354
|
armada.platform,
|
|
348
355
|
artrade.platform,
|
|
@@ -384,6 +391,7 @@ exports.platforms = [
|
|
|
384
391
|
claynosaurz.platform,
|
|
385
392
|
clone.platform,
|
|
386
393
|
coinmarketcap.platform,
|
|
394
|
+
collectorcrypt.platform,
|
|
387
395
|
cropper.platform,
|
|
388
396
|
cudis.platform,
|
|
389
397
|
cushion.platform,
|
|
@@ -404,6 +412,7 @@ exports.platforms = [
|
|
|
404
412
|
dumpy.platform,
|
|
405
413
|
elemental.platform,
|
|
406
414
|
ensofi.platform,
|
|
415
|
+
epicentral.platform,
|
|
407
416
|
exoticmarkets.platform,
|
|
408
417
|
exponent.platform,
|
|
409
418
|
famousfoxfederation.platform,
|
|
@@ -465,6 +474,7 @@ exports.platforms = [
|
|
|
465
474
|
jupiterPm.platform,
|
|
466
475
|
jupiterWallet.platform,
|
|
467
476
|
kamino.platform,
|
|
477
|
+
kast.platform,
|
|
468
478
|
katana.platform,
|
|
469
479
|
kineko.platform,
|
|
470
480
|
kishu.platform,
|
|
@@ -531,6 +541,7 @@ exports.platforms = [
|
|
|
531
541
|
phoenix.platform,
|
|
532
542
|
photofinish.platform,
|
|
533
543
|
photon.platform,
|
|
544
|
+
phygitals.platform,
|
|
534
545
|
picasso.platform,
|
|
535
546
|
piggybank.platform,
|
|
536
547
|
playsolana.platform,
|
|
@@ -575,6 +586,7 @@ exports.platforms = [
|
|
|
575
586
|
solanaid.platform,
|
|
576
587
|
solanart.platform,
|
|
577
588
|
solayer.platform,
|
|
589
|
+
solcard.platform,
|
|
578
590
|
solcasino.platform,
|
|
579
591
|
solflare.platform,
|
|
580
592
|
solincinerator.platform,
|
|
@@ -589,7 +601,6 @@ exports.platforms = [
|
|
|
589
601
|
spice.platform,
|
|
590
602
|
squads.platform,
|
|
591
603
|
stabble.platform,
|
|
592
|
-
stakewise.platform,
|
|
593
604
|
stakewiz.platform,
|
|
594
605
|
staratlas.platform,
|
|
595
606
|
stepfinance.platform,
|
|
@@ -609,6 +620,7 @@ exports.platforms = [
|
|
|
609
620
|
trustfun.platform,
|
|
610
621
|
tuktuk.platform,
|
|
611
622
|
tulip.platform,
|
|
623
|
+
tuyo.platform,
|
|
612
624
|
underdog.platform,
|
|
613
625
|
uprock.platform,
|
|
614
626
|
uxd.platform,
|
|
@@ -641,6 +653,7 @@ exports.services = [
|
|
|
641
653
|
...allbridge.services,
|
|
642
654
|
...alldomains.services,
|
|
643
655
|
...altude.services,
|
|
656
|
+
...amppay.services,
|
|
644
657
|
...amulet.services,
|
|
645
658
|
...armada.services,
|
|
646
659
|
...artrade.services,
|
|
@@ -682,6 +695,7 @@ exports.services = [
|
|
|
682
695
|
...claynosaurz.services,
|
|
683
696
|
...clone.services,
|
|
684
697
|
...coinmarketcap.services,
|
|
698
|
+
...collectorcrypt.services,
|
|
685
699
|
...cropper.services,
|
|
686
700
|
...cudis.services,
|
|
687
701
|
...cushion.services,
|
|
@@ -702,6 +716,7 @@ exports.services = [
|
|
|
702
716
|
...dumpy.services,
|
|
703
717
|
...elemental.services,
|
|
704
718
|
...ensofi.services,
|
|
719
|
+
...epicentral.services,
|
|
705
720
|
...exoticmarkets.services,
|
|
706
721
|
...exponent.services,
|
|
707
722
|
...famousfoxfederation.services,
|
|
@@ -763,6 +778,7 @@ exports.services = [
|
|
|
763
778
|
...jupiterPm.services,
|
|
764
779
|
...jupiterWallet.services,
|
|
765
780
|
...kamino.services,
|
|
781
|
+
...kast.services,
|
|
766
782
|
...katana.services,
|
|
767
783
|
...kineko.services,
|
|
768
784
|
...kishu.services,
|
|
@@ -829,6 +845,7 @@ exports.services = [
|
|
|
829
845
|
...phoenix.services,
|
|
830
846
|
...photofinish.services,
|
|
831
847
|
...photon.services,
|
|
848
|
+
...phygitals.services,
|
|
832
849
|
...picasso.services,
|
|
833
850
|
...piggybank.services,
|
|
834
851
|
...playsolana.services,
|
|
@@ -873,6 +890,7 @@ exports.services = [
|
|
|
873
890
|
...solanaid.services,
|
|
874
891
|
...solanart.services,
|
|
875
892
|
...solayer.services,
|
|
893
|
+
...solcard.services,
|
|
876
894
|
...solcasino.services,
|
|
877
895
|
...solflare.services,
|
|
878
896
|
...solincinerator.services,
|
|
@@ -887,7 +905,6 @@ exports.services = [
|
|
|
887
905
|
...spice.services,
|
|
888
906
|
...squads.services,
|
|
889
907
|
...stabble.services,
|
|
890
|
-
...stakewise.services,
|
|
891
908
|
...stakewiz.services,
|
|
892
909
|
...staratlas.services,
|
|
893
910
|
...stepfinance.services,
|
|
@@ -907,6 +924,7 @@ exports.services = [
|
|
|
907
924
|
...trustfun.services,
|
|
908
925
|
...tuktuk.services,
|
|
909
926
|
...tulip.services,
|
|
927
|
+
...tuyo.services,
|
|
910
928
|
...underdog.services,
|
|
911
929
|
...uprock.services,
|
|
912
930
|
...uxd.services,
|
|
@@ -19,6 +19,7 @@ exports.platform = {
|
|
|
19
19
|
"jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v",
|
|
20
20
|
"JuprjznTrTSp2UFa3ZBUFgwdAmtZCq4MQCwysN55USD",
|
|
21
21
|
],
|
|
22
|
+
platformToken: "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
|
|
22
23
|
tags: ["dapp", "lending", "trading", "stablecoin", "defi", "lst"],
|
|
23
24
|
};
|
|
24
25
|
exports.jupiterV7Contract = {
|
|
@@ -9,9 +9,10 @@ exports.platform = {
|
|
|
9
9
|
links: {
|
|
10
10
|
website: "https://jup.ag/prediction",
|
|
11
11
|
discord: "https://discord.gg/jup",
|
|
12
|
-
twitter: "https://x.com/
|
|
12
|
+
twitter: "https://x.com/jup_predict",
|
|
13
13
|
github: "https://github.com/jup-ag",
|
|
14
14
|
},
|
|
15
|
+
platformToken: "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
|
|
15
16
|
tags: ["dapp", "prediction"],
|
|
16
17
|
};
|
|
17
18
|
const contract = {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "kast",
|
|
6
|
+
name: "Kast",
|
|
7
|
+
description: "Unlock rewards and benefits with the Solana Cards.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.kast.xyz/solana",
|
|
10
|
+
discord: "https://discord.com/invite/KASTxyz",
|
|
11
|
+
twitter: "https://x.com/KASTxyz",
|
|
12
|
+
telegram: "https://t.me/KASTCommunity",
|
|
13
|
+
},
|
|
14
|
+
tags: ["card"],
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|
package/dist/platforms/kyros.js
CHANGED
|
@@ -13,7 +13,12 @@ exports.platform = {
|
|
|
13
13
|
twitter: "https://x.com/kyrosfi",
|
|
14
14
|
discord: "https://discord.gg/kyros",
|
|
15
15
|
},
|
|
16
|
-
tokens: [
|
|
16
|
+
tokens: [
|
|
17
|
+
"kySo1nETpsZE2NWe5vj2C64mPSciH1SppmHb4XieQ7B",
|
|
18
|
+
"kyJtowDDACsJDm2jr3VZdpCA6pZcKAaNftQwrJ8KBQP",
|
|
19
|
+
"kyKYFGGhy5YAg6Yotedj7ZtByUBepsraT4BFkF3Uxmk",
|
|
20
|
+
],
|
|
21
|
+
platformToken: "kyrosJC2dtm6EoLV5wffZsS4RZVm2hRafKZCLsc38JE",
|
|
17
22
|
};
|
|
18
23
|
const contract = {
|
|
19
24
|
name: "Airdrop",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.platform = void 0;
|
|
3
|
+
exports.services = exports.transferService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
4
5
|
exports.platform = {
|
|
5
6
|
id: "phantom",
|
|
6
7
|
name: "Phantom",
|
|
@@ -13,4 +14,15 @@ exports.platform = {
|
|
|
13
14
|
},
|
|
14
15
|
tags: ["wallet"],
|
|
15
16
|
};
|
|
16
|
-
|
|
17
|
+
const contract = {
|
|
18
|
+
name: "Transfer",
|
|
19
|
+
address: "DeJBGdMFa1uynnnKiwrVioatTuHmNLpyFKnmB5kaFdzQ",
|
|
20
|
+
networkId: types_1.NetworkId.solana,
|
|
21
|
+
};
|
|
22
|
+
exports.transferService = {
|
|
23
|
+
id: `${exports.platform.id}-transfer`,
|
|
24
|
+
name: "Transfer",
|
|
25
|
+
platformId: exports.platform.id,
|
|
26
|
+
contractsRaw: [contract],
|
|
27
|
+
};
|
|
28
|
+
exports.services = [exports.transferService];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "phygitals",
|
|
6
|
+
name: "Phygitals",
|
|
7
|
+
description: "RWA cards on Solana",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.phygitals.com/",
|
|
10
|
+
twitter: "https://x.com/phygitals",
|
|
11
|
+
discord: "https://discord.gg/phygitals",
|
|
12
|
+
telegram: "https://t.me/phygitals_bot",
|
|
13
|
+
documentation: "https://docs.phygitals.com/",
|
|
14
|
+
},
|
|
15
|
+
tags: ["rwa", "nft-marketplace"],
|
|
16
|
+
};
|
|
17
|
+
exports.services = [];
|
package/dist/platforms/pudgy.js
CHANGED
|
@@ -11,8 +11,8 @@ exports.platform = {
|
|
|
11
11
|
discord: "https://discord.gg/pudgypenguins",
|
|
12
12
|
twitter: "https://x.com/pudgypenguins",
|
|
13
13
|
},
|
|
14
|
-
tokens: ["2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv"],
|
|
15
14
|
tags: ["nft-collection"],
|
|
15
|
+
platformToken: "2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv",
|
|
16
16
|
};
|
|
17
17
|
const contract = {
|
|
18
18
|
name: "Airdrop",
|
package/dist/platforms/pyra.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.platform = {
|
|
|
6
6
|
id: "pyra",
|
|
7
7
|
name: "Pyra",
|
|
8
8
|
description: "Credit card and DeFi protocol",
|
|
9
|
-
tags: ["dapp", "defi", "payments", "lending"],
|
|
9
|
+
tags: ["dapp", "defi", "payments", "lending", "card"],
|
|
10
10
|
links: {
|
|
11
11
|
website: "https://www.pyra.fi/",
|
|
12
12
|
discord: "https://discord.gg/GetPyra",
|
|
@@ -7,7 +7,7 @@ exports.platform = {
|
|
|
7
7
|
name: "Solayer",
|
|
8
8
|
description: "Solayer is a restaking protocol securing both endogenous AVS (dApps) through stake-weighted quality of service and exogenous AVS via POS primitives.",
|
|
9
9
|
defiLlamaId: "solayer",
|
|
10
|
-
tags: ["dapp", "lst", "defi", "restaking", "vault"],
|
|
10
|
+
tags: ["dapp", "lst", "defi", "restaking", "vault", "card"],
|
|
11
11
|
links: {
|
|
12
12
|
website: "https://solayer.org/",
|
|
13
13
|
discord: "https://discord.com/invite/solayerlabs",
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "solcard",
|
|
6
|
+
name: "SolCard",
|
|
7
|
+
description: "The Solana Debit Card, built for privacy.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.solcard.cc/",
|
|
10
|
+
twitter: "https://x.com/solcard",
|
|
11
|
+
telegram: "https://t.me/solcardcc",
|
|
12
|
+
},
|
|
13
|
+
tags: ["card"],
|
|
14
|
+
platformToken: "DLUNTKRQt7CrpqSX1naHUYoBznJ9pvMP65uCeWQgYnRK",
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { PlatformRaw, ServiceRaw } from "../types";
|
|
2
2
|
export declare const platform: PlatformRaw;
|
|
3
3
|
export declare const service: ServiceRaw;
|
|
4
|
+
export declare const limitOrderService: ServiceRaw;
|
|
4
5
|
export declare const forgeService: ServiceRaw;
|
|
5
6
|
export declare const services: ServiceRaw[];
|
package/dist/platforms/titan.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.forgeService = exports.service = exports.platform = void 0;
|
|
3
|
+
exports.services = exports.forgeService = exports.limitOrderService = exports.service = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "titan",
|
|
7
7
|
name: "Titan",
|
|
8
8
|
description: "Titan is a decentralized exchange and liquidity aggregator.",
|
|
9
9
|
links: {
|
|
10
|
-
website: "https://
|
|
10
|
+
website: "https://titan.exchange/",
|
|
11
11
|
twitter: "https://x.com/Titan_Exchange",
|
|
12
12
|
discord: "https://discord.gg/titanexchange",
|
|
13
13
|
telegram: "https://t.me/TitanDexSol",
|
|
@@ -20,16 +20,31 @@ const contract = {
|
|
|
20
20
|
address: "T1TANpTeScyeqVzzgNViGDNrkQ6qHz9KrSBS4aNXvGT",
|
|
21
21
|
networkId: types_1.NetworkId.solana,
|
|
22
22
|
};
|
|
23
|
+
const limitOrderContract = {
|
|
24
|
+
name: "Limit Order",
|
|
25
|
+
address: "TitanLozLMhczcwrioEguG2aAmiATAPXdYpBg3DbeKK",
|
|
26
|
+
networkId: types_1.NetworkId.solana,
|
|
27
|
+
};
|
|
23
28
|
exports.service = {
|
|
24
29
|
id: `${exports.platform.id}-swap`,
|
|
25
30
|
name: "Swap",
|
|
26
31
|
platformId: exports.platform.id,
|
|
27
32
|
contractsRaw: [contract],
|
|
28
33
|
};
|
|
34
|
+
exports.limitOrderService = {
|
|
35
|
+
id: `${exports.platform.id}-limit-order`,
|
|
36
|
+
name: "Limit Order",
|
|
37
|
+
platformId: exports.platform.id,
|
|
38
|
+
contractsRaw: [limitOrderContract],
|
|
39
|
+
};
|
|
29
40
|
exports.forgeService = {
|
|
30
41
|
id: `${exports.platform.id}-forge`,
|
|
31
42
|
name: "Forge",
|
|
32
43
|
platformId: exports.platform.id,
|
|
33
44
|
contractsRaw: [],
|
|
34
45
|
};
|
|
35
|
-
exports.services = [
|
|
46
|
+
exports.services = [
|
|
47
|
+
exports.service,
|
|
48
|
+
exports.forgeService,
|
|
49
|
+
exports.limitOrderService,
|
|
50
|
+
];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "tuyo",
|
|
6
|
+
name: "Tuyo",
|
|
7
|
+
description: "The universal stablecoin account. Spend, earn, trade, and bank with Tuyo.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://tuyo.com/card",
|
|
10
|
+
twitter: "https://x.com/itstuyo",
|
|
11
|
+
},
|
|
12
|
+
tags: ["card"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
package/dist/types.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ export type Platform = {
|
|
|
21
21
|
documentation?: string;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
-
export type PlatformTag = "dapp" | "tool" | "cex" | "nft-collection" | "nft-marketplace" | "lst" | "gaming" | "bridge" | "dao" | "memecoin" | "stablecoin" | "wallet" | "launchpad" | "dex" | "social" | "depin" | "desci" | "fitness" | "liquidity-provider" | "lending" | "rwa" | "institutional" | "prediction" | "trading" | "infrastructure" | "amm" | "vault" | "defi" | "ai" | "restaking" | "options" | "payments" | "oracle" | "nft" | "bitcoin";
|
|
24
|
+
export type PlatformTag = "dapp" | "tool" | "cex" | "nft-collection" | "nft-marketplace" | "lst" | "gaming" | "bridge" | "dao" | "memecoin" | "stablecoin" | "wallet" | "launchpad" | "dex" | "social" | "depin" | "desci" | "fitness" | "liquidity-provider" | "lending" | "rwa" | "institutional" | "prediction" | "trading" | "infrastructure" | "amm" | "vault" | "defi" | "ai" | "restaking" | "options" | "payments" | "oracle" | "nft" | "bitcoin" | "card";
|
|
25
25
|
type Optional<T, K extends keyof T> = Pick<Partial<T>, K> & Omit<T, K>;
|
|
26
26
|
export type PlatformRaw = Omit<Optional<Platform, "isDeprecated">, "image">;
|
|
27
27
|
export type Service = {
|
package/package.json
CHANGED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.platform = void 0;
|
|
4
|
-
exports.platform = {
|
|
5
|
-
id: "stakewise",
|
|
6
|
-
name: "StakeWise Staked ETH",
|
|
7
|
-
description: "StakeWise is a liquid staking protocol for Ethereum that issues osETH, a liquid staking token with built-in slashing protection and diversified node operators.",
|
|
8
|
-
defiLlamaId: "stakewise",
|
|
9
|
-
links: {
|
|
10
|
-
website: "https://stakewise.io/",
|
|
11
|
-
discord: "https://discord.gg/stakewise",
|
|
12
|
-
twitter: "https://x.com/stakewise_io",
|
|
13
|
-
github: "https://github.com/stakewise",
|
|
14
|
-
documentation: "https://docs.stakewise.io/",
|
|
15
|
-
},
|
|
16
|
-
tags: ["tool", "lst", "dapp"],
|
|
17
|
-
};
|
|
18
|
-
exports.services = [];
|
|
File without changes
|