Skip to content

Commit

Permalink
feat: update dependencies and solidity to 0.8.23
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Nov 9, 2023
1 parent 85efe22 commit 0c0ad7c
Show file tree
Hide file tree
Showing 6 changed files with 367 additions and 56 deletions.
2 changes: 1 addition & 1 deletion dist/ERC1363.dist.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

// Sources flattened with hardhat v2.18.3 https://hardhat.org
// Sources flattened with hardhat v2.19.0 https://hardhat.org



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.22',
version: '0.8.23',
settings: {
evmVersion: 'shanghai',
optimizer: {
Expand Down
Loading

0 comments on commit 0c0ad7c

Please sign in to comment.