Skip to content

Commit

Permalink
Update BridgedERC20.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed May 2, 2024
1 parent 8ccee2e commit 8dcb272
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/protocol/contracts/tokenvault/BridgedERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import "./LibBridgedToken.sol";
/// @title BridgedERC20
/// @notice An upgradeable ERC20 contract that represents tokens bridged from
/// another chain.
/// Note this contract offers timestamp-based checkpoints and voting functions.
/// @custom:security-contact [email protected]
contract BridgedERC20 is EssentialContract, IBridgedERC20, ERC20Upgradeable, IERC165Upgradeable {
/// @dev Slot 1.
Expand Down

0 comments on commit 8dcb272

Please sign in to comment.