EIP-6492 Compatible Signatures
Fetcch supports EIP-6492 for pre-deployed smart accounts
Steps
const signature = coder.encode(['address', 'bytes', 'bytes'], [factoryAddress, calldata, signature ]) + magicSuffix
Reference
Last updated
Fetcch supports EIP-6492 for pre-deployed smart accounts
const signature = coder.encode(['address', 'bytes', 'bytes'], [ factoryAddress,
calldata,
signature
]) + magicSuffixLast updated