You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RefillEpochint`name:"refill-epoch" json:"refill_epoch" env:"REFILL_EPOCH" usage:"after every epoch, holder will distrubute tokens to distributor addresses if required"`
56
58
// CreditCoins is comma seperated list of amount and denom of tokens to be transfered
57
59
CreditCoinsstring`name:"credit-coins" json:"credit_coins" env:"CREDIT_COINS" usage:"comma seperated list of amount and denom of tokens to be transfered. eg: 10000000uosmo,1000000uion"`
60
+
// CreditCheckEpoch is the time (in secs) to sleep, after which holder will check for credit request
61
+
CreditCheckEpochint`name:"credit-check-epoch" json:"credit_check_epoch" env:"CREDIT_CHECK_EPOCH" usage:"after every epoch, holder will check for credit request"`
62
+
// CreditCheckRetry is the number of retries to check for credit request
63
+
CreditCheckRetryint`name:"credit-check-retry" json:"credit_check_retry" env:"CREDIT_CHECK_RETRY" usage:"number of retries to check for credit request"`
58
64
// Mnemonic is the mnemonic of the address used as the faucet address
59
65
Mnemonicstring`name:"mnemonic" json:"mnemonic" env:"MNEMONIC" usage:"mnemonic of the address used as the faucet address"`
0 commit comments