Skip to content

Commit

Permalink
Added dev notice that this is a LayerZero V1 contract.
Browse files Browse the repository at this point in the history
  • Loading branch information
St0rmBr3w authored Feb 26, 2024
1 parent 627caff commit 9747183
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/token/oft/v2/OFTV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ pragma solidity ^0.8.0;
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.

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

Expand Down

0 comments on commit 9747183

Please sign in to comment.