part of 'ethereum.dart'; class CWEthereum extends Ethereum { @override List getEthereumWordList(String language) { return EthereumMnemonics.englishWordlist; } WalletService createEthereumWalletService(Box walletInfoSource) { return EthereumWalletService(walletInfoSource); } }