Skip to content

Commit 9f226ad

Browse files
SamWilsnspencer-tb
andauthored
Apply suggestions from code review
Co-authored-by: spencer <[email protected]>
1 parent bfbe9d6 commit 9f226ad

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/ethereum_spec_tools/evm_tools/t8n/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def get(
118118
blob_schedule_max: U64 | None = None,
119119
) -> Hardfork:
120120
"""
121-
Search the cache for a maching hardfork, or create one if it doesn't
121+
Search the cache for a matching hardfork, or create one if it doesn't
122122
exist.
123123
"""
124124
cache_key = (

src/ethereum_spec_tools/evm_tools/utils.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@
3030
"BPO1": {
3131
"fork_blocks": [("osaka", 0)],
3232
},
33+
"BPO2": {
34+
"fork_blocks": [("osaka", 0)],
35+
},
36+
"BPO3": {
37+
"fork_blocks": [("osaka", 0)],
38+
},
39+
"BPO4": {
40+
"fork_blocks": [("osaka", 0)],
41+
},
3342
"FrontierToHomesteadAt5": {
3443
"fork_blocks": [("frontier", 0), ("homestead", 5)],
3544
},

0 commit comments

Comments
 (0)