Gas & Fees
viem example
import { parseEther } from 'viem'
const gas = await client.estimateTotalGas({ to: '0x...', value: parseEther('0.1') })Last updated
import { parseEther } from 'viem'
const gas = await client.estimateTotalGas({ to: '0x...', value: parseEther('0.1') })Last updated