Skip to content

Commit d7f4c28

Browse files
committed
refactor: change the fictitious limit to 100mm
1 parent 04932cf commit d7f4c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/api/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import (
4242

4343
const (
4444
RelayActualGasLimit = 30_000_000
45-
RelayFictitiousGasLimit = 1_000_000_000
45+
RelayFictitiousGasLimit = 100_000_000
4646
ErrBlockAlreadyKnown = "simulation failed: block already known"
4747
ErrBlockRequiresReorg = "simulation failed: block requires a reorg"
4848
ErrMissingTrieNode = "missing trie node"

0 commit comments

Comments
 (0)