diff --git a/README.md b/README.md index 875bdde..45126f7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ development ganache. $ npm run devchain (or aragon devchain --port 7545) -To clear/reset the chain use: +To clear/reset the chain use (e.g. if you run out of funds on your devchain) $ npm run devchain -- --reset (or aragon devchain --port 7545 --reset) diff --git a/package-lock.json b/package-lock.json index 26a97ee..5d80a23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11175,8 +11175,9 @@ } }, "kosmos-schemas": { - "version": "github:67P/kosmos-schemas#28a5e9f1fc2e083165e4e02ce3361c3f4fafa592", - "from": "github:67P/kosmos-schemas#feature/contribution_date_time", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/kosmos-schemas/-/kosmos-schemas-2.0.0.tgz", + "integrity": "sha512-zIjWcDxaN94m1vPgUaI5LRX6y07Ihw9ScPoGKf1NkZ0sLgD/CRV8YIKRyDafH5mThe3uBN2+F6H6Gp5qhNhALg==", "requires": { "brfs-babel": "^1.0.0" } diff --git a/package.json b/package.json index 687c670..b85f4c8 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "ethers": "^4.0.27", "ipfs-http-client": "^30.1.1", - "kosmos-schemas": "github:67P/kosmos-schemas#feature/contribution_date_time", + "kosmos-schemas": "^2.0.0", "rsvp": "^4.8.2", "tv4": "^1.3.0" },