Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
fix: readme MIN_GAS_PRICE wei
Browse files Browse the repository at this point in the history
  • Loading branch information
RetricSu committed Feb 13, 2023
1 parent 2d90234 commit 6a2e84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ENABLE_CACHE_POLY_EXECUTE_RAW_L2Tx=<optional, enable poly_executeRawL2Transactio
LOG_LEVEL=<optional, allowed value: `debug` / `info` / `warn` / `error`, default to `debug` in development, and default to `info` in production>
LOG_FORMAT=<optional, allowed value: `json`>
MAX_SOCKETS=<optional, max number of httpAgent sockets per host for web3 connecting to godwoken, default to 10>
MIN_GAS_PRICE=<optional, decimal number, the minimal gas price required>
MIN_GAS_PRICE=<optional, decimal number, the minimal gas price required in wei>
EOF

$ yarn
Expand Down

0 comments on commit 6a2e84b

Please sign in to comment.