0.4.0 • Published 2 years ago

@solid-world/gas-station v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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()
0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago