Skip to content

Commit 0a112ca

Browse files
committed
Update comment in .env.example
1 parent 1115929 commit 0a112ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.env.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
2323
MINER_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
3232
MINER_MARKUP_PERCENTAGE=10
3333
GAS_TOKEN_EXCHANGE_RATE=1
3434

0 commit comments

Comments
 (0)