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

Commit

Permalink
Merge pull request #541 from godwokenrises/fix-docs
Browse files Browse the repository at this point in the history
fix(doc): readme minGasPrice deafult value
  • Loading branch information
RetricSu authored Oct 12, 2022
2 parents dcb58dd + d14dbbd commit ed89f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ MAX_QUERY_TIME_MILSECS=<optional, integer number, maximum number of time for dat
ENABLE_PROF_RPC=<optional, boolean, default to false>
ENABLE_PRICE_ORACLE=<optional, boolean, decide if use dynamic gas price based on price oracle, default to false>
GAS_PRICE_DIVIDER=<optional, a system value to adjust gasPrice with ckbPrice, default to 76000000000000000 (0.00002pCKB with 0.0038 ckb price)>
MIN_GAS_PRICE_UPPER_LIMIT=<optional, uint pCKB(ether), default to 0.00001>
MIN_GAS_PRICE_LOWER_LIMIT=<optional, uint pCKB(ether), default to 0.00004>
MIN_GAS_PRICE_UPPER_LIMIT=<optional, uint pCKB(ether), default to 0.00004>
MIN_GAS_PRICE_LOWER_LIMIT=<optional, uint pCKB(ether), default to 0.00001>
BLOCK_CONGESTION_GAS_USED=<optional, default to 33848315>
EOF

Expand Down

0 comments on commit ed89f52

Please sign in to comment.