Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
ly0va authored and danijelTxFusion committed Nov 2, 2024
1 parent 703690d commit 967bf96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 967bf96

Please sign in to comment.