Skip to content

Commit

Permalink
chore: set default prio fee back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Feb 2, 2024
1 parent 6b51f03 commit 5303173
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,10 +496,6 @@ export const ActionBox = ({
[maxAmount, setAmountRaw, selectedBank, numberFormater]
);

React.useEffect(() => {
setPriorityFee(0.005);
}, [setPriorityFee]);

if (!isInitialized) {
return null;
}
Expand Down

0 comments on commit 5303173

Please sign in to comment.