Skip to content

Commit

Permalink
chore: change gas limit to 10k
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Sep 19, 2023
1 parent fcf8b53 commit c0585b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feeder/priceposter/signing.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func sendTx(
}

txBuilder.SetFeeAmount(sdk.NewCoins(sdk.NewInt64Coin("unibi", 25)))
txBuilder.SetGasLimit(200_000)
txBuilder.SetGasLimit(10_000)

// get acc info, can fail
accNum, sequence, err := getAccount(ctx, authClient, ir, feeder)
Expand Down

0 comments on commit c0585b0

Please sign in to comment.