Skip to content
On this page

addChain

Adds an EVM chain to the wallet.

Usage

ts
import { avalanche } from 'viem/chains'
import { walletClient } from '.'
 
await walletClient.addChain(avalanche) 

Parameters

chain

The chain to add to the wallet.

Released under the MIT License.