addChain
Adds an EVM chain to the wallet.
Usage
ts
import { avalanche } from 'viem/chains'
import { walletClient } from '.'
 
await walletClient.addChain(avalanche) 
Parameters
chain
- Type: 
Chain 
The chain to add to the wallet.