chainIdToNetworkIdMap top-level property
Implementation
Map<int, int> chainIdToNetworkIdMap = {
ChainId.ethereumGoerli: NetworkId.ethereumGoerli,
ChainId.ethereumMainent: NetworkId.ethereumMainent,
ChainId.polygonMumbai: NetworkId.polygonMumbai,
ChainId.polygonMainnet: NetworkId.polygonMainnet,
};