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 Oct 15, 2024
1 parent c0966e0 commit 1414c88
Show file tree
Hide file tree
Showing 6 changed files with 851 additions and 320 deletions.
Binary file modified analysis/control-flow/SampleContract.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion analysis/description-table/SampleContract.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| File Name | SHA-1 Hash |
|-------------|--------------|
| dist/SampleContract.dist.sol | [object Promise] |
| dist/SampleContract.dist.sol | 199a7fa75f0719a5f45be6077a295f7400a9aa8a |


### Contracts Description Table
Expand Down
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.10 https://hardhat.org
// Sources flattened with hardhat v2.22.13 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.27',
version: '0.8.28',
settings: {
evmVersion: 'cancun',
optimizer: {
Expand Down
Loading

0 comments on commit 1414c88

Please sign in to comment.