Skip to content

Commit

Permalink
Pinning Solidity version to 0.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Oct 27, 2023
1 parent f988694 commit 81a4132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/contracts/Litmus.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-only
pragma solidity ^0.8.9;
pragma solidity ^0.8.21;

// Uncomment this line to use console.log
// import "hardhat/console.sol";
Expand Down
2 changes: 1 addition & 1 deletion core/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config: HardhatUserConfig = {
solidity: {
compilers: [
{
version: "0.8.17",
version: "0.8.21",
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 81a4132

Please sign in to comment.