Skip to content

Commit ed71e5d

Browse files
committed
implemented review feedback
1 parent 16502e8 commit ed71e5d

File tree

2 files changed

+148
-132
lines changed

2 files changed

+148
-132
lines changed

src/ethereum_test_forks/forks/forks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,7 @@ class Cancun(Shanghai):
875875
"BYTES_PER_PROOF": 48,
876876
"BYTES_PER_COMMITMENT": 48,
877877
"KZG_ENDIANNESS": "big",
878+
"AMOUNT_CELL_PROOFS": 0,
878879
}
879880

880881
@classmethod
@@ -1328,6 +1329,7 @@ class Osaka(Prague, solc_name="cancun"):
13281329
# update some blob constants
13291330
BLOB_CONSTANTS: Dict[str, Union[int, Literal["big"]]] = {
13301331
**Prague.BLOB_CONSTANTS, # same base constants as prague
1332+
"AMOUNT_CELL_PROOFS": 128,
13311333
}
13321334

13331335
@classmethod

0 commit comments

Comments
 (0)