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 c934e9f commit 9358f33Copy full SHA for 9358f33
beacon_chain/conf.nim
@@ -51,7 +51,7 @@ const
51
defaultSigningNodeRequestTimeout* = 60
52
defaultBeaconNode* = "http://127.0.0.1:" & $defaultEth2RestPort
53
defaultBeaconNodeUri* = parseUri(defaultBeaconNode)
54
- defaultGasLimit* = 45_000_000
+ defaultGasLimit* = 60_000_000
55
defaultAdminListenAddressDesc* = $defaultAdminListenAddress
56
defaultBeaconNodeDesc = $defaultBeaconNode
57
0 commit comments