diff --git a/docker/XDCchain/entrypoint.sh b/docker/XDCchain/entrypoint.sh index 3a4ce693ae..9f221cbf29 100644 --- a/docker/XDCchain/entrypoint.sh +++ b/docker/XDCchain/entrypoint.sh @@ -164,6 +164,6 @@ exec XDC $params \ --wsport 8546 \ --wsorigins "*" \ --mine \ - --gasprice "1" \ + --gasprice "2500" \ --targetgaslimit "420000000" \ "$@" \ No newline at end of file