@nexusmutual/sdk 0.6.2 → 0.6.4

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/README.md CHANGED
@@ -37,14 +37,6 @@ Logos should meet the following criteria:
37
37
  npm ci
38
38
  ```
39
39
 
40
- ### Install husky
41
-
42
- ```bash
43
- npx husky install
44
- ```
45
-
46
- to activate **husky** in project
47
-
48
40
  ### ENV variables setup
49
41
 
50
42
  Copy the `.env.example` file into `.env` and populate with the required values.
@@ -138,5 +138,12 @@
138
138
  "name": "Nexus Mutual Cover",
139
139
  "gracePeriod": 3024000,
140
140
  "claimMethod": 0
141
+ },
142
+ {
143
+ "id": 20,
144
+ "coverWordingURL": "https://api.nexusmutual.io/ipfs/QmPwYKc8WQYmTeq5cZ7wxPbZfgTHm9aHh7SLAHpf4g1yQi",
145
+ "name": "Generalised Fund Portfolio Cover",
146
+ "gracePeriod": 3024000,
147
+ "claimMethod": 0
141
148
  }
142
149
  ]