File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ PORT=50305
1919# MINER_FEE_MODE and MINER_FEE_PARAMETER will have no effect. Fees will be collected as before.
2020#
2121# EOS-EVM version: 1
22- # MINER_FEE_MODE: cpu|proportion| fixed. Priority fee will be default to 0 if unrecognized mode is set.
22+ # MINER_FEE_MODE: cpu|fixed. Priority fee will be default to 0 if unrecognized mode is set.
2323MINER_FEE_MODE = " cpu"
2424
2525# MINER_FEE_MODE: cpu
26- # GAS_PER_CPU : Default: 74.
26+ # GAS_PER_US : Default: 74.
2727# MINER_MARKUP_PERCENTAGE: Default 0.
2828# GAS_TOKEN_EXCHANGE_RATE: The rate for EOS-Gas Token, default 1.
29- # priority_fee = cpu_per_us / GAS_PER_CPU * (1 + MINER_MARKUP_PERCENTAGE/100) * GAS_TOKEN_EXCHANGE_RATE
29+ # priority_fee = cpu_per_us / GAS_PER_US * (1 + MINER_MARKUP_PERCENTAGE/100) * GAS_TOKEN_EXCHANGE_RATE
3030# cpu_per_us will be estimated automatically.
31- GAS_PER_CPU = 74
31+ GAS_PER_US = 74
3232MINER_MARKUP_PERCENTAGE = 10
3333GAS_TOKEN_EXCHANGE_RATE = 1
3434
You can’t perform that action at this time.
0 commit comments