This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 795
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure gas estimation includes the access list in 1559/2930 txs (#…
…523) * fix: ensure gas estimation includes the access list in 1559/2930 txs * feat: add gas_price to typed tx * feat: add access list to typed tx * chore(providers): cleanup fill_transaction * chore: fmt * chore: enable 712 on ethers-contract at top level crate * fix: do not error if eth_createAccessList is not available * feat: only use access list if needed
- Loading branch information
Showing
3 changed files
with
79 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters