Skip to content

Commit

Permalink
fix: pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Oct 25, 2024
1 parent 2ab2f6e commit f55e6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.20;

interface IFastBridgeV2Errors {
error AmountIncorrect();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;
pragma solidity ^0.8.20;

import {IFastBridgeV2} from "../interfaces/IFastBridgeV2.sol";

Expand Down

0 comments on commit f55e6e1

Please sign in to comment.