Skip to content

Commit db30ad2

Browse files
committed
fix(blockdata): bring comment back
1 parent b14b51f commit db30ad2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

constants/constants.lisp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@
226226
LINEA_DIFFICULTY 2
227227
LINEA_MAX_NUMBER_OF_TRANSACTIONS_IN_BATCH 200
228228
GAS_LIMIT_ADJUSTMENT_FACTOR 1024
229+
;; we keep the following constants as they are referenced in blockdata gas limit tests
230+
ETHEREUM_GAS_LIMIT_MINIMUM 5000
231+
ETHEREUM_GAS_LIMIT_MAXIMUM 0xffffffffffffffff ;; maxUint64
232+
LINEA_GAS_LIMIT_MINIMUM 61000000
233+
LINEA_GAS_LIMIT_MAXIMUM 2000000000
229234
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
230235
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;
231236
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; SIZE / LENGTH ;;

0 commit comments

Comments
 (0)