@nexusmutual/sdk 0.0.8 → 0.0.9

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.
Files changed (2) hide show
  1. package/dist/products.json +26 -0
  2. package/package.json +2 -2
@@ -1451,5 +1451,31 @@
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
+ ]
1454
1480
  }
1455
1481
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexusmutual/sdk",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
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.17",
25
+ "@nexusmutual/logos": "^0.0.18",
26
26
  "ethers": "^5.7.2"
27
27
  },
28
28
  "devDependencies": {