From c276e87b629af8a0ab9889b106fb923868bc5747 Mon Sep 17 00:00:00 2001 From: 0xb337r007 <0xe4e5@proton.me> Date: Wed, 3 Jul 2024 13:12:52 +0200 Subject: [PATCH] update compiler version in test contracts --- contracts/TestEndian.sol | 2 +- contracts/TestMarketplace.sol | 2 +- contracts/TestProofs.sol | 2 +- contracts/TestToken.sol | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contracts/TestEndian.sol b/contracts/TestEndian.sol index 7ee7df98..5d1d33fa 100644 --- a/contracts/TestEndian.sol +++ b/contracts/TestEndian.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -pragma solidity ^0.8.0; +pragma solidity ^0.8.23; import "./Endian.sol"; diff --git a/contracts/TestMarketplace.sol b/contracts/TestMarketplace.sol index f67fa079..81b090a2 100644 --- a/contracts/TestMarketplace.sol +++ b/contracts/TestMarketplace.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -pragma solidity ^0.8.0; +pragma solidity ^0.8.23; import "./Marketplace.sol"; diff --git a/contracts/TestProofs.sol b/contracts/TestProofs.sol index a90e00f6..ae34b242 100644 --- a/contracts/TestProofs.sol +++ b/contracts/TestProofs.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -pragma solidity ^0.8.0; +pragma solidity ^0.8.23; import "./Proofs.sol"; diff --git a/contracts/TestToken.sol b/contracts/TestToken.sol index b7df3134..5d3c6dd9 100644 --- a/contracts/TestToken.sol +++ b/contracts/TestToken.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -pragma solidity ^0.8.0; +pragma solidity ^0.8.23; import "@openzeppelin/contracts/token/ERC20/ERC20.sol";