chainId property
The Ethereum CHAIN_ID associated with the Ethereum network.
Chain IDs are as follows:
-
mainnet =
1 -
rinkeby =
4 -
ropsten =
3
Implementation
final String? chainId;
The Ethereum CHAIN_ID associated with the Ethereum network.
Chain IDs are as follows:
1
4
3
final String? chainId;