Skip to content

Commit

Permalink
Lower JSON-RPC gas cap to 1/2 max block gas
Browse files Browse the repository at this point in the history
  • Loading branch information
dartdart26 committed Jun 20, 2023
1 parent b7776c7 commit 5c0bc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ COSMOS_BUILD_OPTIONS=nostrip make install
# Start the node (remove the --pruning=nothing flag if historical queries are not needed)
evmosd start --pruning=nothing $TRACE --log_level $LOGLEVEL \
--minimum-gas-prices=0.0001aevmos \
--json-rpc.gas-cap=500000000 \
--json-rpc.gas-cap=50000000 \
--json-rpc.api eth,txpool,net,web3

0 comments on commit 5c0bc1c

Please sign in to comment.