See https://github.com/vyperlang/vyper/issues/3643#issuecomment-2107004158. ```vyper from ethereum.ercs import IERC20, IERC20Detailed from snekmate.tokens.interfaces import IERC20Permit implements: ( IERC20, IERC20Detailed, IERC20Permit, ) ``` Follow-up to PR: https://github.com/vyperlang/vyper/pull/4762.