Check if a token supports EIP-2612 permit
Token contract address
Chain ID
True if the token is in the permit registry
const supportsPermit = isPermitSupported( '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913', // USDC on Base 8453);console.log(supportsPermit); // true Copy
const supportsPermit = isPermitSupported( '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913', // USDC on Base 8453);console.log(supportsPermit); // true
Check if a token supports EIP-2612 permit