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