From c6ade50c9e466dc53e8b683eb84ed51981bf911f Mon Sep 17 00:00:00 2001 From: Matthew Krak Date: Thu, 4 Apr 2024 11:43:41 -0700 Subject: [PATCH] Update OFTV2.sol --- contracts/token/oft/v2/OFTV2.sol | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contracts/token/oft/v2/OFTV2.sol b/contracts/token/oft/v2/OFTV2.sol index b91d210e..83a06b81 100644 --- a/contracts/token/oft/v2/OFTV2.sol +++ b/contracts/token/oft/v2/OFTV2.sol @@ -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;