urbit / bridge

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

gas: fetch suggestedBaseFee from etherscan #1131

Closed pkova closed 5 months ago

pkova commented 5 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.