Skip to content

Commit

Permalink
fix: bring retry duration in line with main chainflip UI (#8470)
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD authored Jan 6, 2025
1 parent 0c8668c commit bf7ed3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const getChainFlipSwap = ({
maxBoostFee = 0,
minimumPrice,
refundAddress,
retryDurationInBlocks = 10,
retryDurationInBlocks = 150,
commissionBps,
numberOfChunks,
chunkIntervalBlocks = 2,
Expand Down

0 comments on commit bf7ed3f

Please sign in to comment.