Skip to content

Commit 9358f33

Browse files
authored
increase default builder API gas limit to 60M (#7555)
1 parent c934e9f commit 9358f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/conf.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const
5151
defaultSigningNodeRequestTimeout* = 60
5252
defaultBeaconNode* = "http://127.0.0.1:" & $defaultEth2RestPort
5353
defaultBeaconNodeUri* = parseUri(defaultBeaconNode)
54-
defaultGasLimit* = 45_000_000
54+
defaultGasLimit* = 60_000_000
5555
defaultAdminListenAddressDesc* = $defaultAdminListenAddress
5656
defaultBeaconNodeDesc = $defaultBeaconNode
5757

0 commit comments

Comments
 (0)