@nexusmutual/sdk 0.0.5 → 0.0.6
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/product-types.json +14 -0
- package/dist/products.json +27 -0
- package/package.json +2 -2
package/dist/product-types.json
CHANGED
|
@@ -54,5 +54,19 @@
|
|
|
54
54
|
"name": "Sherlock Quota Share",
|
|
55
55
|
"gracePeriod": 3024000,
|
|
56
56
|
"claimMethod": 0
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": 8,
|
|
60
|
+
"coverWordingURL": "https://api.nexusmutual.io/ipfs/QmRrKXV9RBNAB5E1ZEigWmvvT24FgrWNSZ8Yw1VNXR8E6Q",
|
|
61
|
+
"name": "Native Protocol",
|
|
62
|
+
"gracePeriod": 3024000,
|
|
63
|
+
"claimMethod": 0
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": 9,
|
|
67
|
+
"coverWordingURL": "https://api.nexusmutual.io/ipfs/QmQATA2m9L3Jv6D7LfsBAxpm9vUMank5jLJVB3sfXjs6km",
|
|
68
|
+
"name": "The Retail Mutual",
|
|
69
|
+
"gracePeriod": 36720000,
|
|
70
|
+
"claimMethod": 0
|
|
57
71
|
}
|
|
58
72
|
]
|
package/dist/products.json
CHANGED
|
@@ -1410,5 +1410,32 @@
|
|
|
1410
1410
|
"coverAssets": [
|
|
1411
1411
|
"ETH"
|
|
1412
1412
|
]
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"id": 101,
|
|
1416
|
+
"name": "Vertex (Native Protocol)",
|
|
1417
|
+
"productType": 8,
|
|
1418
|
+
"isDeprecated": false,
|
|
1419
|
+
"useFixedPrice": true,
|
|
1420
|
+
"logo": "vertex.svg",
|
|
1421
|
+
"metadata": {
|
|
1422
|
+
"schedule": "QmX4HnfD4RToyBNSLocCqSxHcSzWBUDHDGxAtTvR2gsBmy"
|
|
1423
|
+
},
|
|
1424
|
+
"coverAssets": [
|
|
1425
|
+
"ETH",
|
|
1426
|
+
"DAI"
|
|
1427
|
+
]
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"id": 102,
|
|
1431
|
+
"name": "The Retail Mutual",
|
|
1432
|
+
"productType": 9,
|
|
1433
|
+
"isDeprecated": false,
|
|
1434
|
+
"useFixedPrice": true,
|
|
1435
|
+
"logo": "the-retail-mutual.png",
|
|
1436
|
+
"metadata": {},
|
|
1437
|
+
"coverAssets": [
|
|
1438
|
+
"DAI"
|
|
1439
|
+
]
|
|
1413
1440
|
}
|
|
1414
1441
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexusmutual/sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
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.16",
|
|
26
26
|
"ethers": "^5.7.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|