Router Tolerance
Overview
Configuration
Example Usage
// If actual shares returned are within tolerance of expected, transaction succeeds
if ((sharesReturned + tolerance) < expectedShares) {
revert ErrorsLib.InsufficientSharesReturned();
}Governance Process
Last updated