@jup-ag/platform-list 1.2.51 → 1.2.52
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/agora.d.ts +3 -0
- package/dist/platforms/agora.js +15 -0
- package/dist/platforms/backedfinance.d.ts +3 -0
- package/dist/platforms/backedfinance.js +14 -0
- package/dist/platforms/bitgo.d.ts +3 -0
- package/dist/platforms/bitgo.js +15 -0
- package/dist/platforms/circle.js +5 -2
- package/dist/platforms/fdl.d.ts +3 -0
- package/dist/platforms/fdl.js +15 -0
- package/dist/platforms/franklintempleton.d.ts +3 -0
- package/dist/platforms/franklintempleton.js +15 -0
- package/dist/platforms/hastra.js +2 -1
- package/dist/platforms/index.js +30 -0
- package/dist/platforms/jpmorgan.d.ts +3 -0
- package/dist/platforms/jpmorgan.js +15 -0
- package/dist/platforms/ondo-finance.js +4 -1
- package/dist/platforms/paxos.d.ts +3 -0
- package/dist/platforms/paxos.js +15 -0
- package/dist/platforms/securitize.d.ts +3 -0
- package/dist/platforms/securitize.js +19 -0
- package/dist/platforms/sgforge.d.ts +3 -0
- package/dist/platforms/sgforge.js +18 -0
- package/dist/platforms/sky.d.ts +3 -0
- package/dist/platforms/sky.js +15 -0
- package/package.json +1 -1
|
@@ -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: "agora",
|
|
6
|
+
name: "Agora",
|
|
7
|
+
description: "Agora is a global investment management corporation offering a range of financial services and products.",
|
|
8
|
+
tags: ["institutional"],
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://www.agora.finance/",
|
|
11
|
+
twitter: "https://x.com/withAUSD",
|
|
12
|
+
},
|
|
13
|
+
tokens: ["AUSD1jCcCyPLybk1YnvPWsHQSrZ46dxwoMniN4N2UEB9"],
|
|
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: "backedfinance",
|
|
6
|
+
name: "Backed Finance",
|
|
7
|
+
description: "Backed Finance is a financial technology company that specializes in blockchain infrastructure and digital asset solutions.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://backed.fi/",
|
|
10
|
+
twitter: "https://x.com/BackedFi",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional"],
|
|
13
|
+
};
|
|
14
|
+
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: "bitgo",
|
|
6
|
+
name: "BitGo",
|
|
7
|
+
description: "BitGo is a digital asset custody and security platform providing institutional-grade solutions for managing cryptocurrencies.",
|
|
8
|
+
tags: ["institutional"],
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://www.bitgo.com/",
|
|
11
|
+
twitter: "https://x.com/BitGo",
|
|
12
|
+
},
|
|
13
|
+
tokens: ["USD1ttGY1N17NEEHLmELoaybftRBUSErhqYiQzvEmuB"],
|
|
14
|
+
};
|
|
15
|
+
exports.services = [];
|
package/dist/platforms/circle.js
CHANGED
|
@@ -13,8 +13,11 @@ exports.platform = {
|
|
|
13
13
|
github: "https://github.com/circlefin",
|
|
14
14
|
documentation: "https://www.circle.com/resources",
|
|
15
15
|
},
|
|
16
|
-
tags: ["stablecoin", "bridge", "dapp"],
|
|
17
|
-
tokens: [
|
|
16
|
+
tags: ["stablecoin", "bridge", "dapp", "institutional"],
|
|
17
|
+
tokens: [
|
|
18
|
+
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
|
|
19
|
+
"HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr",
|
|
20
|
+
],
|
|
18
21
|
};
|
|
19
22
|
const minterContract = {
|
|
20
23
|
name: "CCTP",
|
|
@@ -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: "fdl",
|
|
6
|
+
name: "First Digital Labs",
|
|
7
|
+
description: "First Digital Labs is a financial technology company that specializes in blockchain infrastructure and digital asset solutions.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.firstdigitallabs.com/",
|
|
10
|
+
twitter: "https://x.com/FDLabsHQ",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional"],
|
|
13
|
+
tokens: ["9zNQRsGLjNKwCUU5Gq5LR8beUCPzQMVMqKAi3SSZh54u"],
|
|
14
|
+
};
|
|
15
|
+
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: "franklintempleton",
|
|
6
|
+
name: "Franklin Templeton",
|
|
7
|
+
description: "Franklin Templeton is a global investment management organization offering a wide range of financial services and products.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://franklintempleton.com/",
|
|
10
|
+
twitter: "https://x.com/FTI_US",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional"],
|
|
13
|
+
tokens: ["5Tu84fKBpe9vfXeotjvfvWdWbAjy3hqsExvuHgFqFxA1"],
|
|
14
|
+
};
|
|
15
|
+
exports.services = [];
|
package/dist/platforms/hastra.js
CHANGED
|
@@ -6,12 +6,13 @@ exports.platform = {
|
|
|
6
6
|
id: "hastra",
|
|
7
7
|
name: "Hastra",
|
|
8
8
|
description: "Hastra is a DeFi protocol offering vault-based staking and minting services.",
|
|
9
|
-
tags: ["dapp"],
|
|
9
|
+
tags: ["dapp", "institutional", "defi"],
|
|
10
10
|
links: {
|
|
11
11
|
website: "https://www.hastra.io/",
|
|
12
12
|
twitter: "https://x.com/HastraFi",
|
|
13
13
|
},
|
|
14
14
|
addedAt: 1764936000000,
|
|
15
|
+
tokens: ["3b8X44fLF9ooXaUm3hhSgjpmVs6rZZ3pPoGnGahc3Uu7"],
|
|
15
16
|
};
|
|
16
17
|
const mintContract = {
|
|
17
18
|
name: "Vault Mint",
|
package/dist/platforms/index.js
CHANGED
|
@@ -40,6 +40,7 @@ const _1inch = __importStar(require("./1inch"));
|
|
|
40
40
|
const accessprotocol = __importStar(require("./accessprotocol"));
|
|
41
41
|
const adrastea = __importStar(require("./adrastea"));
|
|
42
42
|
const adrena = __importStar(require("./adrena"));
|
|
43
|
+
const agora = __importStar(require("./agora"));
|
|
43
44
|
const akuma = __importStar(require("./akuma"));
|
|
44
45
|
const aldrin = __importStar(require("./aldrin"));
|
|
45
46
|
const allbridge = __importStar(require("./allbridge"));
|
|
@@ -51,6 +52,7 @@ const artrade = __importStar(require("./artrade"));
|
|
|
51
52
|
const asgardfi = __importStar(require("./asgardfi"));
|
|
52
53
|
const atrix = __importStar(require("./atrix"));
|
|
53
54
|
const aurory = __importStar(require("./aurory"));
|
|
55
|
+
const backedfinance = __importStar(require("./backedfinance"));
|
|
54
56
|
const backpack = __importStar(require("./backpack"));
|
|
55
57
|
const backwoods = __importStar(require("./backwoods"));
|
|
56
58
|
const bananagun = __importStar(require("./bananagun"));
|
|
@@ -59,6 +61,7 @@ const banx = __importStar(require("./banx"));
|
|
|
59
61
|
const baskt = __importStar(require("./baskt"));
|
|
60
62
|
const believe = __importStar(require("./believe"));
|
|
61
63
|
const bio = __importStar(require("./bio"));
|
|
64
|
+
const bitgo = __importStar(require("./bitgo"));
|
|
62
65
|
const blaze = __importStar(require("./blaze"));
|
|
63
66
|
const bloom = __importStar(require("./bloom"));
|
|
64
67
|
const blueshift = __importStar(require("./blueshift"));
|
|
@@ -107,6 +110,7 @@ const ensofi = __importStar(require("./ensofi"));
|
|
|
107
110
|
const exoticmarkets = __importStar(require("./exoticmarkets"));
|
|
108
111
|
const exponent = __importStar(require("./exponent"));
|
|
109
112
|
const famousfoxfederation = __importStar(require("./famousfoxfederation"));
|
|
113
|
+
const fdl = __importStar(require("./fdl"));
|
|
110
114
|
const fjordfoundry = __importStar(require("./fjordfoundry"));
|
|
111
115
|
const flash = __importStar(require("./flash"));
|
|
112
116
|
const flexlend = __importStar(require("./flexlend"));
|
|
@@ -114,6 +118,7 @@ const flowmatic = __importStar(require("./flowmatic"));
|
|
|
114
118
|
const fluxbeam = __importStar(require("./fluxbeam"));
|
|
115
119
|
const fragmetric = __importStar(require("./fragmetric"));
|
|
116
120
|
const francium = __importStar(require("./francium"));
|
|
121
|
+
const franklintempleton = __importStar(require("./franklintempleton"));
|
|
117
122
|
const frax = __importStar(require("./frax"));
|
|
118
123
|
const friktion = __importStar(require("./friktion"));
|
|
119
124
|
const fuse = __importStar(require("./fuse"));
|
|
@@ -155,6 +160,7 @@ const iloop = __importStar(require("./iloop"));
|
|
|
155
160
|
const invariant = __importStar(require("./invariant"));
|
|
156
161
|
const jet = __importStar(require("./jet"));
|
|
157
162
|
const jito = __importStar(require("./jito"));
|
|
163
|
+
const jpmorgan = __importStar(require("./jpmorgan"));
|
|
158
164
|
const jupiterExchange = __importStar(require("./jupiter-exchange"));
|
|
159
165
|
const jupiterGovernance = __importStar(require("./jupiter-governance"));
|
|
160
166
|
const jupiterJupuary = __importStar(require("./jupiter-jupuary"));
|
|
@@ -221,6 +227,7 @@ const pancakeswap = __importStar(require("./pancakeswap"));
|
|
|
221
227
|
const paraswap = __importStar(require("./paraswap"));
|
|
222
228
|
const parcl = __importStar(require("./parcl"));
|
|
223
229
|
const parrot = __importStar(require("./parrot"));
|
|
230
|
+
const paxos = __importStar(require("./paxos"));
|
|
224
231
|
const perena = __importStar(require("./perena"));
|
|
225
232
|
const phantom = __importStar(require("./phantom"));
|
|
226
233
|
const phoenix = __importStar(require("./phoenix"));
|
|
@@ -258,10 +265,13 @@ const saber = __importStar(require("./saber"));
|
|
|
258
265
|
const sanctum = __importStar(require("./sanctum"));
|
|
259
266
|
const sandglass = __importStar(require("./sandglass"));
|
|
260
267
|
const save = __importStar(require("./save"));
|
|
268
|
+
const securitize = __importStar(require("./securitize"));
|
|
261
269
|
const sendit = __importStar(require("./sendit"));
|
|
262
270
|
const sentre = __importStar(require("./sentre"));
|
|
263
271
|
const serum = __importStar(require("./serum"));
|
|
272
|
+
const sgforge = __importStar(require("./sgforge"));
|
|
264
273
|
const sharky = __importStar(require("./sharky"));
|
|
274
|
+
const sky = __importStar(require("./sky"));
|
|
265
275
|
const smb = __importStar(require("./smb"));
|
|
266
276
|
const solana = __importStar(require("./solana"));
|
|
267
277
|
const solanaid = __importStar(require("./solanaid"));
|
|
@@ -323,6 +333,7 @@ exports.platforms = [
|
|
|
323
333
|
accessprotocol.platform,
|
|
324
334
|
adrastea.platform,
|
|
325
335
|
adrena.platform,
|
|
336
|
+
agora.platform,
|
|
326
337
|
akuma.platform,
|
|
327
338
|
aldrin.platform,
|
|
328
339
|
allbridge.platform,
|
|
@@ -334,6 +345,7 @@ exports.platforms = [
|
|
|
334
345
|
asgardfi.platform,
|
|
335
346
|
atrix.platform,
|
|
336
347
|
aurory.platform,
|
|
348
|
+
backedfinance.platform,
|
|
337
349
|
backpack.platform,
|
|
338
350
|
backwoods.platform,
|
|
339
351
|
bananagun.platform,
|
|
@@ -342,6 +354,7 @@ exports.platforms = [
|
|
|
342
354
|
baskt.platform,
|
|
343
355
|
believe.platform,
|
|
344
356
|
bio.platform,
|
|
357
|
+
bitgo.platform,
|
|
345
358
|
blaze.platform,
|
|
346
359
|
bloom.platform,
|
|
347
360
|
blueshift.platform,
|
|
@@ -390,6 +403,7 @@ exports.platforms = [
|
|
|
390
403
|
exoticmarkets.platform,
|
|
391
404
|
exponent.platform,
|
|
392
405
|
famousfoxfederation.platform,
|
|
406
|
+
fdl.platform,
|
|
393
407
|
fjordfoundry.platform,
|
|
394
408
|
flash.platform,
|
|
395
409
|
flexlend.platform,
|
|
@@ -397,6 +411,7 @@ exports.platforms = [
|
|
|
397
411
|
fluxbeam.platform,
|
|
398
412
|
fragmetric.platform,
|
|
399
413
|
francium.platform,
|
|
414
|
+
franklintempleton.platform,
|
|
400
415
|
frax.platform,
|
|
401
416
|
friktion.platform,
|
|
402
417
|
fuse.platform,
|
|
@@ -438,6 +453,7 @@ exports.platforms = [
|
|
|
438
453
|
invariant.platform,
|
|
439
454
|
jet.platform,
|
|
440
455
|
jito.platform,
|
|
456
|
+
jpmorgan.platform,
|
|
441
457
|
jupiterExchange.platform,
|
|
442
458
|
jupiterGovernance.platform,
|
|
443
459
|
jupiterJupuary.platform,
|
|
@@ -504,6 +520,7 @@ exports.platforms = [
|
|
|
504
520
|
paraswap.platform,
|
|
505
521
|
parcl.platform,
|
|
506
522
|
parrot.platform,
|
|
523
|
+
paxos.platform,
|
|
507
524
|
perena.platform,
|
|
508
525
|
phantom.platform,
|
|
509
526
|
phoenix.platform,
|
|
@@ -541,10 +558,13 @@ exports.platforms = [
|
|
|
541
558
|
sanctum.platform,
|
|
542
559
|
sandglass.platform,
|
|
543
560
|
save.platform,
|
|
561
|
+
securitize.platform,
|
|
544
562
|
sendit.platform,
|
|
545
563
|
sentre.platform,
|
|
546
564
|
serum.platform,
|
|
565
|
+
sgforge.platform,
|
|
547
566
|
sharky.platform,
|
|
567
|
+
sky.platform,
|
|
548
568
|
smb.platform,
|
|
549
569
|
solana.platform,
|
|
550
570
|
solanaid.platform,
|
|
@@ -607,6 +627,7 @@ exports.services = [
|
|
|
607
627
|
...accessprotocol.services,
|
|
608
628
|
...adrastea.services,
|
|
609
629
|
...adrena.services,
|
|
630
|
+
...agora.services,
|
|
610
631
|
...akuma.services,
|
|
611
632
|
...aldrin.services,
|
|
612
633
|
...allbridge.services,
|
|
@@ -618,6 +639,7 @@ exports.services = [
|
|
|
618
639
|
...asgardfi.services,
|
|
619
640
|
...atrix.services,
|
|
620
641
|
...aurory.services,
|
|
642
|
+
...backedfinance.services,
|
|
621
643
|
...backpack.services,
|
|
622
644
|
...backwoods.services,
|
|
623
645
|
...bananagun.services,
|
|
@@ -626,6 +648,7 @@ exports.services = [
|
|
|
626
648
|
...baskt.services,
|
|
627
649
|
...believe.services,
|
|
628
650
|
...bio.services,
|
|
651
|
+
...bitgo.services,
|
|
629
652
|
...blaze.services,
|
|
630
653
|
...bloom.services,
|
|
631
654
|
...blueshift.services,
|
|
@@ -674,6 +697,7 @@ exports.services = [
|
|
|
674
697
|
...exoticmarkets.services,
|
|
675
698
|
...exponent.services,
|
|
676
699
|
...famousfoxfederation.services,
|
|
700
|
+
...fdl.services,
|
|
677
701
|
...fjordfoundry.services,
|
|
678
702
|
...flash.services,
|
|
679
703
|
...flexlend.services,
|
|
@@ -681,6 +705,7 @@ exports.services = [
|
|
|
681
705
|
...fluxbeam.services,
|
|
682
706
|
...fragmetric.services,
|
|
683
707
|
...francium.services,
|
|
708
|
+
...franklintempleton.services,
|
|
684
709
|
...frax.services,
|
|
685
710
|
...friktion.services,
|
|
686
711
|
...fuse.services,
|
|
@@ -722,6 +747,7 @@ exports.services = [
|
|
|
722
747
|
...invariant.services,
|
|
723
748
|
...jet.services,
|
|
724
749
|
...jito.services,
|
|
750
|
+
...jpmorgan.services,
|
|
725
751
|
...jupiterExchange.services,
|
|
726
752
|
...jupiterGovernance.services,
|
|
727
753
|
...jupiterJupuary.services,
|
|
@@ -788,6 +814,7 @@ exports.services = [
|
|
|
788
814
|
...paraswap.services,
|
|
789
815
|
...parcl.services,
|
|
790
816
|
...parrot.services,
|
|
817
|
+
...paxos.services,
|
|
791
818
|
...perena.services,
|
|
792
819
|
...phantom.services,
|
|
793
820
|
...phoenix.services,
|
|
@@ -825,10 +852,13 @@ exports.services = [
|
|
|
825
852
|
...sanctum.services,
|
|
826
853
|
...sandglass.services,
|
|
827
854
|
...save.services,
|
|
855
|
+
...securitize.services,
|
|
828
856
|
...sendit.services,
|
|
829
857
|
...sentre.services,
|
|
830
858
|
...serum.services,
|
|
859
|
+
...sgforge.services,
|
|
831
860
|
...sharky.services,
|
|
861
|
+
...sky.services,
|
|
832
862
|
...smb.services,
|
|
833
863
|
...solana.services,
|
|
834
864
|
...solanaid.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: "jpmorgan",
|
|
6
|
+
name: "JP Morgan",
|
|
7
|
+
description: "JP Morgan is a global financial services firm providing a wide range of investment banking, asset management, and financial services.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.jpmorgan.com/",
|
|
10
|
+
twitter: "https://x.com/jpmorgan",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional"],
|
|
13
|
+
tokens: ["FHufjcAYGvYSNaQ68c7hxHB4t7derZYsVRHpvTsXS2cd"],
|
|
14
|
+
};
|
|
15
|
+
exports.services = [];
|
|
@@ -12,7 +12,10 @@ exports.platform = {
|
|
|
12
12
|
discord: "https://discord.gg/ondofinance",
|
|
13
13
|
documentation: "https://docs.ondo.finance/",
|
|
14
14
|
},
|
|
15
|
-
tokens: [
|
|
15
|
+
tokens: [
|
|
16
|
+
"A1KLoBrKBde8Ty9qtNQUtq3C2ortoC3u7twggz7sEto6",
|
|
17
|
+
"i7u4r16TcsJTgq1kAG8opmVZyVnAKBwLKu6ZPMwzxNc",
|
|
18
|
+
],
|
|
16
19
|
tags: ["dapp", "rwa", "institutional", "rwa"],
|
|
17
20
|
};
|
|
18
21
|
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: "paxos",
|
|
6
|
+
name: "Paxos",
|
|
7
|
+
description: "Paxos is a financial technology company that specializes in blockchain infrastructure and digital asset solutions.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.paxos.com/",
|
|
10
|
+
twitter: "https://x.com/Paxos",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional"],
|
|
13
|
+
tokens: ["2u1tszSeqZ3qBWF3uNGPFc8TzMk2tdiwknnRMWGWjGWH"],
|
|
14
|
+
};
|
|
15
|
+
exports.services = [];
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "securitize",
|
|
6
|
+
name: "Securitize",
|
|
7
|
+
description: "Securitize is a global investment management corporation offering a range of financial services and products.",
|
|
8
|
+
tags: ["institutional"],
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://www.securitize.io/",
|
|
11
|
+
twitter: "https://x.com/Securitize",
|
|
12
|
+
},
|
|
13
|
+
tokens: [
|
|
14
|
+
"GyWgeqpy5GueU2YbkE8xqUeVEokCMMCEeUrfbtMw6phr",
|
|
15
|
+
"FubtUcvhSCr3VPXEcxouoQjKQ7NWTCzXyECe76B7L3f8",
|
|
16
|
+
"34mJztT9am2jybSukvjNqRjgJBZqHJsHnivArx1P4xy1",
|
|
17
|
+
],
|
|
18
|
+
};
|
|
19
|
+
exports.services = [];
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "sgforge",
|
|
6
|
+
name: "Societe Generale Forge",
|
|
7
|
+
description: "Societe Generale Forge is a financial technology company that specializes in blockchain infrastructure and digital asset solutions.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.sgforge.com/",
|
|
10
|
+
twitter: "https://x.com/SocieteGenerale",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional"],
|
|
13
|
+
tokens: [
|
|
14
|
+
"DghpMkatCiUsofbTmid3M3kAbDTPqDwKiYHnudXeGG52",
|
|
15
|
+
"8smindLdDuySY6i2bStQX9o8DVhALCXCMbNxD98unx35",
|
|
16
|
+
],
|
|
17
|
+
};
|
|
18
|
+
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: "sky",
|
|
6
|
+
name: "Sky",
|
|
7
|
+
description: "Sky is a decentralized finance platform offering a suite of financial products and services.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://sky.money/",
|
|
10
|
+
twitter: "https://x.com/SkyEcosystem",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional", "defi"],
|
|
13
|
+
tokens: ["USDSwr9ApdHk5bvJKMjzff41FfuX8bSxdKcR81vTwcA"],
|
|
14
|
+
};
|
|
15
|
+
exports.services = [];
|