mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Fix default FAUCET_CREDIT_AMOUNT_TKN
This commit is contained in:
parent
4fd4b014d2
commit
a224a09904
@ -56,7 +56,7 @@ FAUCET_ADDRESS_PREFIX The bech32 address prefix. Defaults to "cosmos".
|
||||
FAUCET_TOKENS A comma separated list of token denoms, e.g.
|
||||
"uatom" or "ucosm, mstake".
|
||||
FAUCET_CREDIT_AMOUNT_TKN Send this amount of TKN to a user requesting TKN. TKN is
|
||||
a placeholder for the token's denom. Defaults to 10.
|
||||
a placeholder for the token's denom. Defaults to 10000000.
|
||||
FAUCET_REFILL_FACTOR Send factor times credit amount on refilling. Defauls to 8.
|
||||
FAUCET_REFILL_THRESHOLD Refill when balance gets below factor times credit amount.
|
||||
Defaults to 20.
|
||||
|
@ -29,7 +29,7 @@ FAUCET_ADDRESS_PREFIX The bech32 address prefix. Defaults to "cosmos".
|
||||
FAUCET_TOKENS A comma separated list of token denoms, e.g.
|
||||
"uatom" or "ucosm, mstake".
|
||||
FAUCET_CREDIT_AMOUNT_TKN Send this amount of TKN to a user requesting TKN. TKN is
|
||||
a placeholder for the token's denom. Defaults to 10.
|
||||
a placeholder for the token's denom. Defaults to 10000000.
|
||||
FAUCET_REFILL_FACTOR Send factor times credit amount on refilling. Defauls to 8.
|
||||
FAUCET_REFILL_THRESHOLD Refill when balance gets below factor times credit amount.
|
||||
Defaults to 20.
|
||||
|
Loading…
x
Reference in New Issue
Block a user