Skip to content

Commit

Permalink
Update OFTV2.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
St0rmBr3w committed Apr 4, 2024
1 parent b111cad commit c6ade50
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";

/// @title OFT V2 Contract
/// @notice This contract is version 1.2 of the OFT Standard, enabling cross-chain token transfers between EVM and non-EVM contracts.
/// @dev This contract is only compatible with Endpoint V1 and not Endpoint V2.
contract OFTV2 is BaseOFTV2, ERC20 {
uint internal immutable ld2sdRate;

Expand Down

0 comments on commit c6ade50

Please sign in to comment.