prefixToNetworkId top-level constant

Map<String, List<int>> const prefixToNetworkId

Implementation

const Map<String, List<int>> prefixToNetworkId = {
  'ethereum': Cluster.ethLegacyAndEIP1559,
  'bnb': [TWCoinType.TWCoinTypeSmartChain],
  'bitcoin': Cluster.utxo,
};