Skip to content

Commit

Permalink
Set gas price to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbarry committed Mar 21, 2024
1 parent 2ef2266 commit 544780b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/staking/lib/core/fee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type FeeOpts = {

export const getCosmosFee = async ({
address,
amount = [{ amount: "1000", denom: "uxion" }],
amount = [{ amount: "0", denom: "uxion" }],
gasLimit = "400000",
memo = "",
msgs,
Expand Down

0 comments on commit 544780b

Please sign in to comment.