Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed May 24, 2023
1 parent 2014654 commit 4c1d90f
Show file tree
Hide file tree
Showing 5 changed files with 21,037 additions and 25,490 deletions.
1 change: 0 additions & 1 deletion contracts/TokenRecover.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import "@openzeppelin/contracts/access/Ownable.sol";

/**
* @title TokenRecover
* @author Vittorio Minacori (https://github.com/vittominacori)
* @dev Allows owner to recover any ERC20 sent into the contract
*/
contract TokenRecover is Ownable {
Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require('solidity-coverage');
module.exports = {
defaultNetwork: 'hardhat',
solidity: {
version: '0.8.19',
version: '0.8.20',
settings: {
optimizer: {
enabled: true,
Expand Down
Loading

0 comments on commit 4c1d90f

Please sign in to comment.