diff --git a/src/components/withdraw-modal.tsx b/src/components/withdraw-modal.tsx index 3fb863f..8017505 100644 --- a/src/components/withdraw-modal.tsx +++ b/src/components/withdraw-modal.tsx @@ -52,7 +52,7 @@ export default function WithdrawModal({ abi: contractAbi, functionName: "claim", args: [], - overrides: { + request: { gasLimit: 1000000, // Specify the gas limit (adjust as needed) }, }));