Skip to content

Commit

Permalink
feat: use ERC20Permit init_unchained
Browse files Browse the repository at this point in the history
  • Loading branch information
federava committed Feb 23, 2024
1 parent 4d27f39 commit 06691a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contract OFTWithFeePermitUpgradeable is Initializable, BaseOFTWithFeeUpgradeable
__OFTCoreV2Upgradeable_init_unchained(_sharedDecimals);

__ERC20_init_unchained(_name, _symbol);
__ERC20Permit_init(_name);
__ERC20Permit_init_unchained(_name);

__OFTWithFeeUpgradeable_init_unchained(_sharedDecimals);
}
Expand Down

0 comments on commit 06691a4

Please sign in to comment.