Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Oct 15, 2024
1 parent fde0a4b commit 3bd13b8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,23 @@
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"arb-ts": "^1.0.2",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"eslint-config-prettier": "^8.3.0",
"ethereum-waffle": "^4.0.10",
"ethereumjs-util": "^7.1.3",
"ethers": "^5.7.0",
"hardhat": "^2.19.4",
"hardhat-gas-reporter": "^1.0.4",
"prettier": "^2.4.1",
"prettier-check": "^2.0.0",
"prettier-plugin-solidity": "^1.0.0-beta.18",
"rlp": "^3.0.0",
"snarkjs": "^0.6.11",
"solidity-coverage": "^0.8.2"
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.8.2",
"solidity-rlp": "^2.0.5"
},
"scripts": {
"install:all": "npm install && forge install",
Expand Down

0 comments on commit 3bd13b8

Please sign in to comment.