Skip to content

Commit 949ad58

Browse files
chore(frontend): change default priority (#682)
1 parent cec402f commit 949ad58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/frontend/src/features/swap/components/swap-form/swap-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function SwapForm({ useAccountBalance, useFTBalance, useFee, useSendTxs, useTxsE
5353
Omit<ComponentProps<typeof TransactionModal>, 'renderProgressBar'> | undefined
5454
>();
5555

56-
const [priority, setPriority] = useState<(typeof PRIORITY)[keyof typeof PRIORITY]>(PRIORITY.HIGH);
56+
const [priority, setPriority] = useState<(typeof PRIORITY)[keyof typeof PRIORITY]>(PRIORITY.DEFAULT);
5757
const shouldPayPriorityFee = priority === PRIORITY.HIGH;
5858
const time = shouldPayPriorityFee ? '20 mins' : '1 hour';
5959

0 commit comments

Comments
 (0)