Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hackfisher authored Dec 11, 2024
1 parent 417bd01 commit 7671d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/withdraw-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function WithdrawModal({
abi: contractAbi,
functionName: "claim",
args: [],
overrides: {
request: {
gasLimit: 1000000, // Specify the gas limit (adjust as needed)
},
}));
Expand Down

0 comments on commit 7671d9e

Please sign in to comment.