Skip to content

Commit

Permalink
update fee
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjukim committed Jul 14, 2022
1 parent 51d2c25 commit 4df88cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions faucet.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,7 @@ func checkAndUpdateLimit(db *leveldb.DB, account []byte, denom string) error {
func drip(encodedAddress string, denom string, amount int64, isDetectMismatch bool) string {
builder := app.MakeEncodingConfig().TxConfig.NewTxBuilder()

<<<<<<< HEAD
builder.SetFeeAmount(sdk.NewCoins(sdk.NewCoin(app.BondDenom, sdk.NewInt(200_000))))
=======
builder.SetFeeAmount(sdk.NewCoins(sdk.NewCoin(app.BondDenom, sdk.NewInt(1_000_000))))
>>>>>>> v2
builder.SetGasLimit(150_000)
builder.SetMemo("faucet")
builder.SetTimeoutHeight(0)
Expand Down

0 comments on commit 4df88cb

Please sign in to comment.