We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232cf2a commit ed6669bCopy full SHA for ed6669b
beacon_chain/conf.nim
@@ -52,7 +52,7 @@ const
52
defaultSigningNodeRequestTimeout* = 60
53
defaultBeaconNode* = "http://127.0.0.1:" & $defaultEth2RestPort
54
defaultBeaconNodeUri* = parseUri(defaultBeaconNode)
55
- defaultGasLimit* = 30_000_000
+ defaultGasLimit* = 36_000_000
56
defaultAdminListenAddressDesc* = $defaultAdminListenAddress
57
defaultBeaconNodeDesc = $defaultBeaconNode
58
0 commit comments