@nexusmutual/sdk 0.0.7 → 0.0.8

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.
@@ -44,7 +44,7 @@
44
44
  {
45
45
  "id": 6,
46
46
  "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmbqdaRnoikmaY7G7D3xccmMNqtaJy5Byj1sj32K1628B6",
47
- "name": "ETH Staking Operator",
47
+ "name": "ETH Slashing",
48
48
  "gracePeriod": 3024000,
49
49
  "claimMethod": 0
50
50
  },
@@ -1437,5 +1437,19 @@
1437
1437
  "coverAssets": [
1438
1438
  "DAI"
1439
1439
  ]
1440
+ },
1441
+ {
1442
+ "id": 103,
1443
+ "name": "Figment",
1444
+ "productType": 6,
1445
+ "isDeprecated": false,
1446
+ "useFixedPrice": true,
1447
+ "logo": "figment.svg",
1448
+ "metadata": {
1449
+ "schedule": "QmaXutduGRq4gpZ7xKUHQeAHd67X8zMXuzXVTncxx2kJqk"
1450
+ },
1451
+ "coverAssets": [
1452
+ "ETH"
1453
+ ]
1440
1454
  }
1441
1455
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexusmutual/sdk",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
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.16",
25
+ "@nexusmutual/logos": "^0.0.17",
26
26
  "ethers": "^5.7.2"
27
27
  },
28
28
  "devDependencies": {