Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx authored Oct 14, 2024
1 parent 811d7c3 commit c54c431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/utils/CAIP10.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;
pragma solidity ^0.8.20;

import {SafeCast} from "./math/SafeCast.sol";
import {Bytes} from "./Bytes.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/utils/CAIP2.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;
pragma solidity ^0.8.20;

import {SafeCast} from "./math/SafeCast.sol";
import {Bytes} from "./Bytes.sol";
Expand Down

0 comments on commit c54c431

Please sign in to comment.