Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/src/fees/FeeEscrow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ contract FeeEscrow is ReentrancyGuardTransient, Ownable {
uint24 private constant SLIPPAGE_TOLERANCE_BASIS_POINTS = 30;

/// @notice Scaling factor for basis point calculations
uint24 private constant SCALE = 1e6;
uint24 private constant SCALE = 1e5;

/// @notice Address that receives burned WLD
address public constant DEAD_ADDRESS = 0x000000000000000000000000000000000000dEaD;
Expand Down