Skip to content

Commit

Permalink
increase default gas limit from 30M to 36M (#6763)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec authored Dec 16, 2024
1 parent 232cf2a commit ed6669b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/conf.nim
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const
defaultSigningNodeRequestTimeout* = 60
defaultBeaconNode* = "http://127.0.0.1:" & $defaultEth2RestPort
defaultBeaconNodeUri* = parseUri(defaultBeaconNode)
defaultGasLimit* = 30_000_000
defaultGasLimit* = 36_000_000
defaultAdminListenAddressDesc* = $defaultAdminListenAddress
defaultBeaconNodeDesc = $defaultBeaconNode

Expand Down

0 comments on commit ed6669b

Please sign in to comment.