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), },