ChainConfig constructor
ChainConfig({})
Implementation
ChainConfig({
this.chainNamespace = ChainNamespace.eip155,
this.decimals = 18,
this.blockExplorerUrl,
required this.chainId,
this.displayName,
this.logo,
required this.rpcTarget,
this.ticker,
this.tickerName,
});