We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb22a3 commit f700432Copy full SHA for f700432
1 file changed
pkg/code/async/account/swap.go
@@ -22,7 +22,7 @@ import (
22
)
23
24
const (
25
- swapPushRetryThreshold = 5 * time.Minute
+ swapPushRetryThreshold = time.Minute
26
minUsdcSwapBalance = usdc.QuarksPerUsdc / 100 // $0.01 USD
27
28
0 commit comments