Skip to content

Commit b14b51f

Browse files
committed
fix(blockdata): test global back
1 parent 841d6a3 commit b14b51f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

blockdata/constants.lisp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,3 @@
1414
nROWS_DEPTH (+ nROWS_CB nROWS_TS nROWS_NB nROWS_DF nROWS_GL nROWS_ID nROWS_BF)
1515
)
1616

17-
(defconst
18-
ETHEREUM_GAS_LIMIT_MINIMUM 5000
19-
ETHEREUM_GAS_LIMIT_MAXIMUM 0xffffffffffffffff ;; maxUint64
20-
LINEA_GAS_LIMIT_MINIMUM 61000000
21-
LINEA_GAS_LIMIT_MAXIMUM 2000000000
22-
)
23-

constants/constants.lisp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@
198198
GAS_CONST_G_KECCAK_256_WORD 6
199199
GAS_CONST_G_COPY 3
200200
GAS_CONST_G_BLOCKHASH 20
201+
ETHEREUM_GAS_LIMIT_MINIMUM 5000
202+
ETHEREUM_GAS_LIMIT_MAXIMUM 0xffffffffffffffff ;; maxUint64
203+
LINEA_GAS_LIMIT_MINIMUM 61000000
204+
LINEA_GAS_LIMIT_MAXIMUM 2000000000
201205
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
202206
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;
203207
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; EVM MISC ;;

0 commit comments

Comments
 (0)