@nexusmutual/sdk 0.0.10 → 0.0.12

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.
@@ -893,7 +893,7 @@
893
893
  {
894
894
  "id": 63,
895
895
  "name": "Sherlock",
896
- "productType": 4,
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": 3,
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": 3,
940
+ "productType": 4,
941
941
  "isDeprecated": false,
942
942
  "useFixedPrice": true,
943
943
  "logo": "stakewise.svg",
@@ -1367,7 +1367,7 @@
1367
1367
  "productType": 0,
1368
1368
  "isDeprecated": false,
1369
1369
  "useFixedPrice": false,
1370
- "logo": "morpho.svg",
1370
+ "logo": "aavev3.svg",
1371
1371
  "metadata": {},
1372
1372
  "coverAssets": [
1373
1373
  "ETH",
@@ -1380,7 +1380,7 @@
1380
1380
  "productType": 0,
1381
1381
  "isDeprecated": false,
1382
1382
  "useFixedPrice": false,
1383
- "logo": "aavev3.svg",
1383
+ "logo": "morpho.svg",
1384
1384
  "metadata": {},
1385
1385
  "coverAssets": [
1386
1386
  "ETH",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexusmutual/sdk",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
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.19",
25
+ "@nexusmutual/logos": "^0.0.20",
26
26
  "ethers": "^5.7.2"
27
27
  },
28
28
  "devDependencies": {