diff --git a/docker/tomochain/entrypoint.sh b/docker/tomochain/entrypoint.sh index 9b41a752a5..254eab0dee 100755 --- a/docker/tomochain/entrypoint.sh +++ b/docker/tomochain/entrypoint.sh @@ -175,6 +175,6 @@ exec tomo $params \ --wsport 8546 \ --wsorigins "*" \ --mine \ - --gasprice "2500" \ + --gasprice "250000000" \ --targetgaslimit "84000000" \ "$@"