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 Sep 9, 2024
1 parent 922cad9 commit c0966e0
Show file tree
Hide file tree
Showing 4 changed files with 1,175 additions and 754 deletions.
2 changes: 1 addition & 1 deletion dist/SampleContract.dist.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Sources flattened with hardhat v2.22.5 https://hardhat.org
// Sources flattened with hardhat v2.22.10 https://hardhat.org

// SPDX-License-Identifier: MIT

Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require('solidity-docgen');
module.exports = {
defaultNetwork: 'hardhat',
solidity: {
version: '0.8.26',
version: '0.8.27',
settings: {
evmVersion: 'cancun',
optimizer: {
Expand Down
Loading

0 comments on commit c0966e0

Please sign in to comment.