Skip to content

Commit

Permalink
Increased faucet amount to reflect change from bnt to ubnt
Browse files Browse the repository at this point in the history
  • Loading branch information
njmurarka committed Mar 10, 2020
1 parent f2cad40 commit 98081bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func NewCRUDApp(
app.faucetKeeper = faucet.NewKeeper(
app.supplyKeeper,
app.stakingKeeper,
1000, // How many tokens to mint out for every successful request
2000000000, // How many tokens to mint out for every successful request
5*time.Minute, // Time you have to wait before you can use the faucet again for a given beneficiary address
keys[faucet.StoreKey],
app.cdc)
Expand Down

0 comments on commit 98081bf

Please sign in to comment.