From 72b5787189a9d995b6435dbe55115054a0b975a8 Mon Sep 17 00:00:00 2001 From: Mohamed Mehany <7327188+mohamed-mehany@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:48:30 +0100 Subject: [PATCH] Adds solidity version 0.8.20 --- contracts/.solhintignore | 3 +-- contracts/hardhat.config.ts | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/contracts/.solhintignore b/contracts/.solhintignore index ce7dfa800ba..32fda0bc31a 100644 --- a/contracts/.solhintignore +++ b/contracts/.solhintignore @@ -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 @@ -44,4 +43,4 @@ ./node_modules/ # Ignore tweaked vendored contracts -./src/v0.8/shared/enumerable/EnumerableSetWithBytes16.sol \ No newline at end of file +./src/v0.8/shared/enumerable/EnumerableSetWithBytes16.sol diff --git a/contracts/hardhat.config.ts b/contracts/hardhat.config.ts index 4a3935475c5..79fe9849df1 100644 --- a/contracts/hardhat.config.ts +++ b/contracts/hardhat.config.ts @@ -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: {