Skip to content

Commit

Permalink
update compiler version in test contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xb337r007 committed Jul 3, 2024
1 parent f0a79ef commit c276e87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contracts/TestEndian.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
pragma solidity ^0.8.23;

import "./Endian.sol";

Expand Down
2 changes: 1 addition & 1 deletion contracts/TestMarketplace.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
pragma solidity ^0.8.23;

import "./Marketplace.sol";

Expand Down
2 changes: 1 addition & 1 deletion contracts/TestProofs.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
pragma solidity ^0.8.23;

import "./Proofs.sol";

Expand Down
2 changes: 1 addition & 1 deletion contracts/TestToken.sol
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit c276e87

Please sign in to comment.