File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ Flow has been developed with the following additional assumptions:
4242- There could be a minor discrepancy between the actual streamed amount and the expected amount. This is due to ` rps `
4343 being an 18-decimal number, while users provide the amount per interval in the UI. If ` rps ` had infinite decimals,
4444 this discrepancy would not occur.
45+ - When withdrawing from multiple streams using ` batch ` function, the minimum fee required to execute the batch is equal to
46+ the minimum fee required to withdraw from a single stream. This is intentional and expected behavior.
4547
4648## Lockup
4749
@@ -52,3 +54,6 @@ Sablier Lockup has been developed with the following additional assumptions:
5254- There is no need for exponents greater than ~ 18.44 in ` LockupDynamic ` segments.
5355- Recipient contracts on the hook allowlist have gone through due diligence and are assumed to expose no risk to the
5456 Sablier protocol.
57+ - When withdrawing from multiple streams either using ` batch ` or ` withdrawMultiple ` function, the minimum fee required to
58+ execute the transaction is equal to the minimum fee required to withdraw from a single stream. This is intentional
59+ and expected behavior.
You can’t perform that action at this time.
0 commit comments