Parse basis points into the 1e18-scaled fraction the fee/rate guards expect (maxFeePercentage): parseBps(100) = 1% = 1e16. (100 bps = 1%.)
maxFeePercentage
parseBps(100)
1e16
Parse basis points into the 1e18-scaled fraction the fee/rate guards expect (
maxFeePercentage):parseBps(100)= 1% =1e16. (100 bps = 1%.)