Skip to content
On this page

getChainId

Returns the chain ID associated with the current network

Usage

ts
import { publicClient } from '.'
 
const block = await publicClient.getChainId() 
// 1

Returns

number

The current chain ID.

Released under the MIT License.