Skip to content

Commit

Permalink
Update Sei gas limit to 800000
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Jin authored and evan-gray committed May 30, 2023
1 parent eff390d commit 5e40161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useHandleRedeem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ async function sei(
},
};
// TODO: is this right?
const fee = calculateFee(750000, "0.1usei");
const fee = calculateFee(800000, "0.1usei");
const tx = await wallet.execute(
walletAddress,
SEI_TRANSLATOR,
Expand Down

0 comments on commit 5e40161

Please sign in to comment.