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

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hackfisher authored Dec 11, 2024
1 parent 7671d9e commit b8f7f3b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/withdraw-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ export default function WithdrawModal({
abi: contractAbi,
functionName: "claim",
args: [],
request: {
gasLimit: 1000000, // Specify the gas limit (adjust as needed)
},
}));
const receipt = await waitForTransaction({ hash });

Expand Down

0 comments on commit b8f7f3b

Please sign in to comment.