Extracts chain information based on the provided chain ID.
The chain ID to extract information for.
The extracted chain information from the supported chains.
extractChain(ETH_SEPOLIA) === ETH_SEPOLIA Copy
extractChain(ETH_SEPOLIA) === ETH_SEPOLIA
Extract the USDCKit ETH_SEPOLIA chain from viem's sepolia chain
ETH_SEPOLIA
sepolia
import { extractChain } from '@circle-fin/usdckit'import { sepolia } from 'viem/chains'extractChain(sepolia) === ETH_SEPOLIA Copy
import { extractChain } from '@circle-fin/usdckit'import { sepolia } from 'viem/chains'extractChain(sepolia) === ETH_SEPOLIA
Extracts chain information based on the provided chain ID.