Skip to content

Commit

Permalink
bump pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaraRingas committed Aug 29, 2024
1 parent 31d4192 commit 2f84632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/world-module-erc20-own-store/src/ERC20.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
pragma solidity >=0.8.24;

import { IERC20Errors } from "./IERC20Errors.sol";
import { IERC20Events } from "./IERC20Events.sol";
Expand Down
2 changes: 1 addition & 1 deletion packages/world-module-erc20-own-store/test/ERC20.t.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
pragma solidity >=0.8.24;

import { Test } from "forge-std/Test.sol";
import { console2 } from "forge-std/Console2.sol";
Expand Down

0 comments on commit 2f84632

Please sign in to comment.