diff --git a/src/provider.ts b/src/provider.ts index 2b4c6dd..3edbe3a 100644 --- a/src/provider.ts +++ b/src/provider.ts @@ -1282,7 +1282,9 @@ export function JsonRpcApiProvider< ); } if (tx.customData.customSignature) { - result.eip712Meta.customSignature = Array.from(ethers.getBytes(tx.customData.customSignature)); + result.eip712Meta.customSignature = Array.from( + ethers.getBytes(tx.customData.customSignature) + ); } if (tx.customData.paymasterParams) { result.eip712Meta.paymasterParams = {