@nexusmutual/sdk 0.0.9 → 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 +13 -0
- package/package.json +2 -2
package/dist/products.json
CHANGED
|
@@ -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.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": {
|