Skip to content

Commit

Permalink
chore: not sure what im doing any more
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsambugs committed Feb 16, 2024
1 parent 50f9ead commit d5975bd
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 809 deletions.
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@
"docs": "solidity-docgen --solc-module solc-0.8",
"fork:node": "FORK=true hardhat node",
"fork:script": "FORK=true hardhat run",
"postinstall": "husky install",
"lint:check": "solhint 'solidity/**/*.sol' && prettier --check './**'",
"lint:fix": "sort-package-json && prettier --write './**' && solhint --fix 'solidity/**/*.sol'",
"prepare": "husky install",
"prepublishOnly": "hardhat clean && hardhat compile && pinst --disable",
"postpublish": "pinst --enable",
"release": "standard-version",
Expand All @@ -75,7 +73,6 @@
"merkletreejs": "0.2.32"
},
"devDependencies": {
"@defi-wonderland/smock": "^2.3.5",
"@ethersproject/hash": "5.7.0",
"@nomicfoundation/hardhat-chai-matchers": "1.0.6",
"@nomicfoundation/hardhat-foundry": "1.0.3",
Expand All @@ -94,14 +91,10 @@
"hardhat": "2.17.1",
"hardhat-exposed": "0.3.11",
"hardhat-gas-reporter": "1.0.9",
"husky": "7.0.4",
"mocha": "10.2.0",
"prettier": "2.8.7",
"prettier-plugin-solidity": "^1.3.1",
"solhint-community": "3.5.0",
"solhint-plugin-prettier": "^0.1.0",
"solidity-coverage": "0.8.4",
"sort-package-json": "^2.7.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.0.0",
"typechain": "8.3.1",
Expand Down
Loading

0 comments on commit d5975bd

Please sign in to comment.