FluidChainlinkCappedRateL2 ​
Inherits:FluidCappedRateL2
Stores gas optimized and safety up and/or down capped exchange rate for a Chainlink Feed source for L2 with sequencer uptime feed.
Functions ​
constructor ​
solidity
constructor(FluidCappedRateL2.CappedRateConstructorParams memory params_, address sequencerUptimeFeed_)
FluidCappedRateL2(params_, sequencerUptimeFeed_);
_getNewRateRaw ​
solidity
function _getNewRateRaw() internal view virtual override returns (uint256 exchangeRate_);