From f772c0f8b9c19854fb97b3bcc5250417a5665203 Mon Sep 17 00:00:00 2001 From: Nguyen Sy Thanh Son Date: Thu, 31 Jan 2019 09:59:29 +0700 Subject: [PATCH] Change default gasPrice to 0.25 Gwei --- docker/tomochain/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ "$@"