Change default gasPrice to 0.25 Gwei

This commit is contained in:
AnilChinchawale 2018-12-07 11:06:37 +05:30
parent 0b88144a17
commit c3117a6f41

View file

@ -174,6 +174,6 @@ exec XDC $params \
--wsport 8546 \
--wsorigins "*" \
--mine \
--gasprice "2500" \
--gasprice "250000000" \
--targetgaslimit "84000000" \
"$@"