@nexusmutual/sdk 0.0.9 → 0.0.11
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 +16 -3
- package/package.json +2 -2
package/dist/products.json
CHANGED
|
@@ -893,7 +893,7 @@
|
|
|
893
893
|
{
|
|
894
894
|
"id": 63,
|
|
895
895
|
"name": "Sherlock",
|
|
896
|
-
"productType":
|
|
896
|
+
"productType": 3,
|
|
897
897
|
"isDeprecated": false,
|
|
898
898
|
"useFixedPrice": true,
|
|
899
899
|
"logo": "sherlock.svg",
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
{
|
|
926
926
|
"id": 65,
|
|
927
927
|
"name": "Stakewise 3rd party (3 ETH/validator)",
|
|
928
|
-
"productType":
|
|
928
|
+
"productType": 4,
|
|
929
929
|
"isDeprecated": false,
|
|
930
930
|
"useFixedPrice": true,
|
|
931
931
|
"logo": "stakewise.svg",
|
|
@@ -937,7 +937,7 @@
|
|
|
937
937
|
{
|
|
938
938
|
"id": 66,
|
|
939
939
|
"name": "Stakewise operated (3 ETH/validator)",
|
|
940
|
-
"productType":
|
|
940
|
+
"productType": 4,
|
|
941
941
|
"isDeprecated": false,
|
|
942
942
|
"useFixedPrice": true,
|
|
943
943
|
"logo": "stakewise.svg",
|
|
@@ -1477,5 +1477,18 @@
|
|
|
1477
1477
|
"ETH",
|
|
1478
1478
|
"DAI"
|
|
1479
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
|
+
]
|
|
1480
1493
|
}
|
|
1481
1494
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexusmutual/sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
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": {
|