chainId property

String? chainId
final

The Ethereum CHAIN_ID associated with the Ethereum network. Chain IDs are as follows:

  • mainnet = 1
  • rinkeby = 4
  • ropsten = 3

Implementation

final String? chainId;