Description
Add support for EIP-2612 permit so that users can create payment channels for ERC-20 tokens without a prior on-chain approve transaction. This allows gasless approval with a signed message, improving user experience and reducing friction.
Acceptance Criteria
Reference
Description
Add support for
EIP-2612 permitso that users can create payment channels forERC-20tokens without a prior on-chain approve transaction. This allows gasless approval with a signed message, improving user experience and reducing friction.Acceptance Criteria
createChannelWithPermit()functionpermit()before transferring tokensDepositWithPermitNotSupportedForNative()if used with Native tokenUSDFC(EIP-2612compliant token)Reference