Last updated 2 years ago
provider.getNetwork
⇒ Promise<
>
Returns the Network this Provider is connected to.
Network
await provider.getNetwork(); // { // chainId: 290, // name: 'mainnet' // }