Skip to content

Commit e0bfe5c

Browse files
authored
clients/nethermind: set rpc GasCap to 50000000 (#1326)
to match geth cap for rpc tests
1 parent a1ae088 commit e0bfe5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/nethermind/mkconfig.jq

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def base_config:
9595
"Enabled": true,
9696
"Host": "0.0.0.0",
9797
"Port": 8545,
98+
"GasCap": 50000000,
9899
"WebSocketsPort": 8546,
99100
},
100101
"Network": {

0 commit comments

Comments
 (0)