UNPKG

@qso-soft/shared

Version:

Shared library for QSO-soft

6 lines 214 B
import { formatGwei } from 'viem'; export async function getCurrentGas(publicClient) { const gas = await publicClient.getGasPrice(); return parseFloat(formatGwei(gas)); } //# sourceMappingURL=get-gas.js.map