Skip to content

Commit

Permalink
chore: update dependencies and solc
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Mar 27, 2024
1 parent 3821fbb commit 2b1201f
Show file tree
Hide file tree
Showing 6 changed files with 4,343 additions and 1,176 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Vittorio Minacori (https://github.com/vittominacori)
Copyright (c) 2024 Vittorio Minacori (https://github.com/vittominacori)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
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.21.0 https://hardhat.org
// Sources flattened with hardhat v2.22.2 https://hardhat.org



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 2b1201f

Please sign in to comment.