From e6c90d259f29a21dbde288389bbb289063a25c8f Mon Sep 17 00:00:00 2001 From: Arr00 <13561405+arr00@users.noreply.github.com> Date: Wed, 31 Dec 2025 20:55:29 +0200 Subject: [PATCH] Minimize trieproof pragma --- contracts/utils/cryptography/TrieProof.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/utils/cryptography/TrieProof.sol b/contracts/utils/cryptography/TrieProof.sol index 676e9f9c340..15600876e1f 100644 --- a/contracts/utils/cryptography/TrieProof.sol +++ b/contracts/utils/cryptography/TrieProof.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -pragma solidity ^0.8.27; +pragma solidity ^0.8.26; import {Bytes} from "../Bytes.sol"; import {Memory} from "../Memory.sol";