Skip to content

Commit

Permalink
remove unused func from IERC20Creator
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 committed Apr 11, 2024
1 parent 9c2506c commit b989ee7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/utils/IERC20Creator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ interface IERC20Creator {
TokenConfiguration calldata config,
address recipientAddress
) external payable returns (ERC20 token);

function feeBasisPoints() external view returns (uint16);
}

0 comments on commit b989ee7

Please sign in to comment.