Skip to content

Commit

Permalink
Fix solidity version
Browse files Browse the repository at this point in the history
  • Loading branch information
hiep-immutable committed Aug 26, 2024
1 parent 820ab85 commit 8b09200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/multicall/GuardedMulticaller2.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Immutable Pty Ltd 2018 - 2023
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;
pragma solidity 0.8.19;

// Signature Validation
import {SignatureChecker} from "@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol";
Expand Down

0 comments on commit 8b09200

Please sign in to comment.