Protocol
Protocol
BaseTokenMismatch
error BaseTokenMismatch()
Thrown when the provided token does not match with the configured base token.
Config
struct Config {
contract IERC20Upgradeable baseToken;
address protocolExternalFeesCollector;
}