ERC20BaseConfig
struct ERC20BaseConfig {
address pair;
IHookRegistry hookRegistry;
string name;
string symbol;
uint256 tokenType;
}
struct ERC20BaseConfig {
address pair;
IHookRegistry hookRegistry;
string name;
string symbol;
uint256 tokenType;
}