From 188b4fdb4b9df8b3242c8ffd1f34607810381281 Mon Sep 17 00:00:00 2001 From: Dexie Date: Sat, 14 Jun 2025 10:32:25 +0100 Subject: [PATCH] Fix code snippets docs/pages/smart-wallet/pay-gas-in-erc20s.mdx --- docs/pages/smart-wallet/pay-gas-in-erc20s.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/smart-wallet/pay-gas-in-erc20s.mdx b/docs/pages/smart-wallet/pay-gas-in-erc20s.mdx index ff6da7c..9f22184 100644 --- a/docs/pages/smart-wallet/pay-gas-in-erc20s.mdx +++ b/docs/pages/smart-wallet/pay-gas-in-erc20s.mdx @@ -133,7 +133,7 @@ const userOpHash = await kernelClient.sendUserOperation({ }), // The actual call { - to: '0x...' + to: '0x...', data: "0x...", value: BigInt(0), },