File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ def imports(cls, preset_name: str):
1717 def hardcoded_custom_type_dep_constants (cls , spec_object ) -> str :
1818 return {
1919 'FIELD_ELEMENTS_PER_CELL' : spec_object .preset_vars ['FIELD_ELEMENTS_PER_CELL' ].value ,
20+ 'FIELD_ELEMENTS_PER_EXT_BLOB' : spec_object .preset_vars ['FIELD_ELEMENTS_PER_EXT_BLOB' ].value ,
2021 'NUMBER_OF_COLUMNS' : spec_object .config_vars ['NUMBER_OF_COLUMNS' ].value ,
2122 }
2223
2324 @classmethod
2425 def hardcoded_func_dep_presets (cls , spec_object ) -> Dict [str , str ]:
2526 return {
2627 'KZG_COMMITMENTS_INCLUSION_PROOF_DEPTH' : spec_object .preset_vars ['KZG_COMMITMENTS_INCLUSION_PROOF_DEPTH' ].value ,
27- 'FIELD_ELEMENTS_PER_EXT_BLOB' : spec_object .preset_vars ['FIELD_ELEMENTS_PER_EXT_BLOB' ].value ,
2828 }
You can’t perform that action at this time.
0 commit comments