We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068240c commit d5ae566Copy full SHA for d5ae566
js/frontend/src/features/swap/hooks/vara/use-vara-txs-estimate.ts
@@ -71,6 +71,7 @@ function useVaraTxsEstimate({
71
debouncedAmount,
72
debouncedAccountAddress,
73
shouldPayBridgingFee,
74
+ shouldPayPriorityFee,
75
token?.address,
76
account?.address,
77
],
@@ -80,6 +81,7 @@ function useVaraTxsEstimate({
80
81
enabled:
82
!isUndefined(bridgingFee) &&
83
!isUndefined(vftManagerFee) &&
84
+ !isUndefined(priorityFee) &&
85
Boolean(api && formValues && token && prepareTxs) &&
86
isAccountReady,
87
});
0 commit comments