Skip to content

Commit

Permalink
Update OFTV2.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
calebbanister authored Feb 26, 2024
1 parent 9747183 commit 996e3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/oft/v2/OFTV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "./BaseOFTV2.sol";

/// @dev Notice: This contract represents OFT V1.2.
/// It was created prior to LayerZero V2 and does not use any of the new protocol contracts.
/// This contract only works on Endpoint.sol (protocol version 1).

contract OFTV2 is BaseOFTV2, ERC20 {
uint internal immutable ld2sdRate;
Expand Down

0 comments on commit 996e3ac

Please sign in to comment.