@nexusmutual/sdk 0.0.8 → 0.0.10
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/products.json +39 -0
- package/package.json +2 -2
package/dist/products.json
CHANGED
|
@@ -1451,5 +1451,44 @@
|
|
|
1451
1451
|
"coverAssets": [
|
|
1452
1452
|
"ETH"
|
|
1453
1453
|
]
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"id": 104,
|
|
1457
|
+
"name": "Teller (Sherlock)",
|
|
1458
|
+
"productType": 7,
|
|
1459
|
+
"isDeprecated": false,
|
|
1460
|
+
"useFixedPrice": true,
|
|
1461
|
+
"logo": "teller.svg",
|
|
1462
|
+
"metadata": {},
|
|
1463
|
+
"coverAssets": [
|
|
1464
|
+
"ETH",
|
|
1465
|
+
"DAI"
|
|
1466
|
+
]
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"id": 105,
|
|
1470
|
+
"name": "Ajna (Sherlock)",
|
|
1471
|
+
"productType": 7,
|
|
1472
|
+
"isDeprecated": false,
|
|
1473
|
+
"useFixedPrice": true,
|
|
1474
|
+
"logo": "ajna.svg",
|
|
1475
|
+
"metadata": {},
|
|
1476
|
+
"coverAssets": [
|
|
1477
|
+
"ETH",
|
|
1478
|
+
"DAI"
|
|
1479
|
+
]
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"id": 106,
|
|
1483
|
+
"name": "EigenLayer",
|
|
1484
|
+
"productType": 0,
|
|
1485
|
+
"isDeprecated": false,
|
|
1486
|
+
"useFixedPrice": false,
|
|
1487
|
+
"logo": "eigenlayer.png",
|
|
1488
|
+
"metadata": {},
|
|
1489
|
+
"coverAssets": [
|
|
1490
|
+
"ETH",
|
|
1491
|
+
"DAI"
|
|
1492
|
+
]
|
|
1454
1493
|
}
|
|
1455
1494
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexusmutual/sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"description": "Nexus Mutual SDK",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node scripts/build.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://github.com/NexusMutual/static-data#readme",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@nexusmutual/logos": "^0.0.
|
|
25
|
+
"@nexusmutual/logos": "^0.0.19",
|
|
26
26
|
"ethers": "^5.7.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|