urbit / bridge

An application for interacting with Azimuth.
MIT License
98 stars 25 forks source link

gas: fetch suggestedBaseFee from etherscan #1131

Closed pkova closed 10 months ago

pkova commented 10 months ago

My previous PR #1130 changed the Gas API we're using, but this one doesn't give us the suggested base fee, which means we can't calculate the max priority fee per gas. This PR puts the etherscan API back for this purpose only.