Skip to content

Commit

Permalink
fix: update allowance wait for tx retry config
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters committed Aug 27, 2024
1 parent caaa631 commit e1808c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composables/transaction/useAllowance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ export default (
},
}),
{
retries: 2,
delay: 3_000,
retries: 3,
delay: 5_000,
}
);
await requestAllowance();
Expand Down

0 comments on commit e1808c7

Please sign in to comment.