Skip to content

Commit

Permalink
ci: use the latest parameters for gas cost
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem committed Jul 17, 2023
1 parent 0cf0a4c commit b8311f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.validator.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ version: '3'

services:
validator:
entrypoint: /usr/bin/evmosd start --home /root/.evmosd --minimum-gas-prices=0.000000000000000001aevmos --json-rpc.gas-cap=9999999999999999 --gas-prices=0.00000000000000000000000000000000001aev0mos --gas-adjustment=0.000000000000000000000000001 --json-rpc.api eth,txpool,personal,net,debug,web3
entrypoint: /usr/bin/evmosd start --home /root/.evmosd --pruning=nothing --log_level info --minimum-gas-prices=0.0001aevmos --json-rpc.gas-cap=50000000 --json-rpc.api eth,txpool,net,web3 --log_format json

0 comments on commit b8311f5

Please sign in to comment.