Commit dc68bb2
committed
fix: use tuple encoding and MaxUint256 slippage for DIPs collection
The contract's abi.decode(data, (CollectIndexingFeeDataV1)) expects tuple
encoding, not flat parameter encoding. Also use MaxUint256 for maxSlippage
to avoid RecurringCollectorExcessiveSlippage reverts from rate limiting
(tracked as TODO to investigate and switch back to 0).1 parent 7f73b68 commit dc68bb2
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
578 | 578 | | |
579 | 579 | | |
580 | 580 | | |
581 | | - | |
582 | | - | |
| 581 | + | |
| 582 | + | |
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
| |||
0 commit comments