@solid-world/gas-station
v0.4.0
Published
Simple package for obtaining current gas fees on several supported networks. (EIP-1559)
Downloads
2
Readme
solid-world-gas-station
Simple package for obtaining current gas fees on several supported networks. (EIP-1559)
Usage
import { initializeGasStation } from '@solid-world/gas-station'
const gasStation = await initializeGasStation(provider)
const { maxFeePerGas, maxPriorityFeePerGas } = await gasStation.getCurrentFees()