From eb603af44c36cef4f9f9dac5f74d1ed83c37bc37 Mon Sep 17 00:00:00 2001 From: Ana Felisatti Date: Thu, 31 Oct 2024 11:56:14 -0700 Subject: [PATCH] Update compiler version to avoid Remix error --- CrossDestinationMinter.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CrossDestinationMinter.sol b/CrossDestinationMinter.sol index 9871121..228f1a6 100644 --- a/CrossDestinationMinter.sol +++ b/CrossDestinationMinter.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -pragma solidity 0.8.19; +pragma solidity 0.8.20; // Deploy this contract on Sepolia @@ -52,4 +52,4 @@ contract CrossDestinationMinter is CCIPReceiver { function updateNFT(address nftAddress) external { nft = InftMinter(nftAddress); } -} \ No newline at end of file +}