From b6d5bc90814af3cd12512a59a8f7e06114304b0f Mon Sep 17 00:00:00 2001 From: Henry <11198460+godzillaba@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:41:33 -0500 Subject: [PATCH] remove constructor --- contracts/tokenbridge/libraries/aeERC20.sol | 5 ----- 1 file changed, 5 deletions(-) diff --git a/contracts/tokenbridge/libraries/aeERC20.sol b/contracts/tokenbridge/libraries/aeERC20.sol index e179e5d285..38daa0e7fe 100644 --- a/contracts/tokenbridge/libraries/aeERC20.sol +++ b/contracts/tokenbridge/libraries/aeERC20.sol @@ -27,11 +27,6 @@ import "./TransferAndCallToken.sol"; contract aeERC20 is ERC20PermitUpgradeable, TransferAndCallToken { using AddressUpgradeable for address; - constructor() initializer { - // this is expected to be used as the logic contract behind a proxy - // override the constructor if you don't wish to use the initialize method - } - function _initialize( string memory name_, string memory symbol_,