Skip to content

Unable to send 1M uluna with solid-vite example, on TerraClassic chain #66

Closed Answered by AaronCQL
JeromeTGH asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @JeromeTGH, I've converted this issue into a discussion as it's not inherently an issue with CosmES, but with how Terra Classic handles fees.

Since Terra Classic has a burn tax of 0.5%, you'll need to add the 5000uluna (0.5% of the 1000000uluna you are trying to send) into the gas fees that was estimated:

const fee = await wallet.estimateFee(tx);

This is because the fee estimation in Terra Classic does NOT take into consideration the burn tax.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by JeromeTGH
Comment options

You must be logged in to vote
1 reply
@AaronCQL
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #65 on May 15, 2024 02:46.