-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: for APE-1796, adds in gas_used_for_L1 to arbitrum receipt (#32)
* fix: for APE-1796, adds in gas_used_for_L1 to arbitrum receipt * fix: implements PR requested changes * fix: adds default value to pydantic field * updates flake8 config to exclude .venv * updates test for L1 gas field --------- Co-authored-by: slush <[email protected]>
- Loading branch information
1 parent
7d1bf19
commit 7c5e8e8
Showing
3 changed files
with
9 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
[flake8] | ||
max-line-length = 100 | ||
exclude = | ||
.venv* | ||
venv* | ||
.eggs | ||
docs | ||
|
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