Skip to content

Commit

Permalink
Adds solidity version 0.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-mehany committed Jan 20, 2025
1 parent 402840a commit 72b5787
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/.solhintignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

# Ignore Functions v1.0.0 code that was frozen after audit
./src/v0.8/functions/v1_0_0
./src/v0.8/functions/v1_3_0_zksync/FunctionsRouter.sol

# Test helpers
./src/v0.8/vrf/testhelpers
Expand All @@ -44,4 +43,4 @@
./node_modules/

# Ignore tweaked vendored contracts
./src/v0.8/shared/enumerable/EnumerableSetWithBytes16.sol
./src/v0.8/shared/enumerable/EnumerableSetWithBytes16.sol
4 changes: 4 additions & 0 deletions contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ let config = {
version: '0.8.19',
settings: COMPILER_SETTINGS,
},
{
version: '0.8.20',
settings: COMPILER_SETTINGS,
},
{
version: '0.8.24',
settings: {
Expand Down

0 comments on commit 72b5787

Please sign in to comment.