File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 14
14
nROWS_DEPTH (+ nROWS_CB nROWS_TS nROWS_NB nROWS_DF nROWS_GL nROWS_ID nROWS_BF)
15
15
)
16
16
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
-
Original file line number Diff line number Diff line change 198
198
GAS_CONST_G_KECCAK_256_WORD 6
199
199
GAS_CONST_G_COPY 3
200
200
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
201
205
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
202
206
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;
203
207
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; EVM MISC ;;
You can’t perform that action at this time.
0 commit comments