Skip to content

Commit

Permalink
chore: update dependencies and solc version
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Mar 28, 2024
1 parent 357e817 commit 07b337f
Show file tree
Hide file tree
Showing 5 changed files with 783 additions and 867 deletions.
8 changes: 4 additions & 4 deletions dist/SampleContract.dist.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Sources flattened with hardhat v2.21.0 https://hardhat.org
// Sources flattened with hardhat v2.22.2 https://hardhat.org

// SPDX-License-Identifier: MIT

Expand Down Expand Up @@ -385,7 +385,7 @@ interface IERC20 {
}


// File eth-token-recover/contracts/recover/RecoverERC20.sol@v6.2.0
// File eth-token-recover/contracts/recover/RecoverERC20.sol@v6.3.0

// Original license: SPDX_License_Identifier: MIT

Expand Down Expand Up @@ -413,7 +413,7 @@ abstract contract RecoverERC20 {
}


// File eth-token-recover/contracts/recover/RecoverERC721.sol@v6.2.0
// File eth-token-recover/contracts/recover/RecoverERC721.sol@v6.3.0

// Original license: SPDX_License_Identifier: MIT

Expand Down Expand Up @@ -446,7 +446,7 @@ abstract contract RecoverERC721 {
}


// File eth-token-recover/contracts/TokenRecover.sol@v6.2.0
// File eth-token-recover/contracts/TokenRecover.sol@v6.3.0

// Original license: SPDX_License_Identifier: MIT

Expand Down
4 changes: 2 additions & 2 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require('solidity-docgen');
module.exports = {
defaultNetwork: 'hardhat',
solidity: {
version: '0.8.24',
version: '0.8.25',
settings: {
evmVersion: 'shanghai',
evmVersion: 'cancun',
optimizer: {
enabled: true,
runs: 200,
Expand Down
Loading

0 comments on commit 07b337f

Please sign in to comment.