Skip to content

Commit

Permalink
fix: piut a 10sc timer on local
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbulma committed Jul 16, 2023
1 parent 1f588af commit c3b4576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/utils/useContract.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function useContract({
"Local fork error: operation timed out after 15 seconds, if you are running a local fork on Anvil please make sure to reset your wallet nonce."
)
),
15000
10000
)
);
const txReceiptPromise = tx && waitForTransaction({ hash: tx.hash });
Expand Down

0 comments on commit c3b4576

Please sign in to comment.