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