diff --git a/package-lock.json b/package-lock.json index 10b5681..bed92cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9964,7 +9964,7 @@ }, "node_modules/ganache-core/node_modules/keccak": { "version": "3.0.1", - "dev": true, + "extraneous": true, "hasInstallScript": true, "inBundle": true, "license": "MIT", @@ -10537,7 +10537,7 @@ }, "node_modules/ganache-core/node_modules/node-addon-api": { "version": "2.0.2", - "dev": true, + "extraneous": true, "inBundle": true, "license": "MIT" }, @@ -10551,7 +10551,7 @@ }, "node_modules/ganache-core/node_modules/node-gyp-build": { "version": "4.2.3", - "dev": true, + "extraneous": true, "inBundle": true, "license": "MIT", "bin": { @@ -26809,7 +26809,7 @@ "keccak": { "version": "3.0.1", "bundled": true, - "dev": true, + "extraneous": true, "requires": { "node-addon-api": "^2.0.0", "node-gyp-build": "^4.2.0" @@ -27240,7 +27240,7 @@ "node-addon-api": { "version": "2.0.2", "bundled": true, - "dev": true + "extraneous": true }, "node-fetch": { "version": "2.1.2", @@ -27249,7 +27249,7 @@ "node-gyp-build": { "version": "4.2.3", "bundled": true, - "dev": true + "extraneous": true }, "normalize-url": { "version": "4.5.0", diff --git a/package.json b/package.json index 2f2d9a7..e61f1f5 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { "name": "@aave/lens-protocol", - "version": "1.0.2", + "version": "2.0.0", "description": "Composable and decentralized social graph", - "main": "index.js", "scripts": { - "full-deploy-local": "hardhat full-deploy --network localhost", - "full-deploy-mumbai": "hardhat full-deploy --network mumbai", - "run-env": "npm i && tail -f /dev/null", - "compile": "SKIP_LOAD=true hardhat clean && SKIP_LOAD=true hardhat compile", - "format": "prettier --write .", - "lint": "eslint ." + "build": "forge build --sizes", + "coverage": "forge coverage --report lcov && genhtml lcov.info -o report --branch-coverage", + "test": "forge test", + "test:gas": "forge test -vvv --gas-report", + "postinstall": "forge install", + "deploy:local": "hardhat full-deploy --network localhost", + "deploy:mumbai": "hardhat full-deploy --network mumbai" }, "repository": { "type": "git", @@ -63,13 +63,14 @@ "author": "Lens", "contributors": [ "Alan Donoso Naumczuk", + "Victor Naumik", + "Josh Stevens", + "Peter Michael (Zer0dot)", "David Racero", "Emilio Frangella", "Lasse Herskind", "Miguel Martinez", - "Peter Michael (Zer0dot)", - "Steven Valeri", - "Victor Naumik" + "Steven Valeri" ], "license": "MIT", "keywords": [