Skip to content

Commit

Permalink
🧹 Use floating pragma in EndpointV2Mock.sol (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfoobar authored Mar 18, 2024
1 parent 7ee99ae commit 6073d59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.22;
pragma solidity ^0.8.22;

import { SafeCast } from "@openzeppelin/contracts/utils/math/SafeCast.sol";
import { ILayerZeroEndpointV2, MessagingParams, MessagingReceipt, MessagingFee, Origin } from "@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol";
Expand Down

0 comments on commit 6073d59

Please sign in to comment.