Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Increase Polkadot extrinsic fee estimate #177

Merged
merged 2 commits into from
Feb 28, 2024
Merged

Fix: Increase Polkadot extrinsic fee estimate #177

merged 2 commits into from
Feb 28, 2024

Conversation

bvotteler
Copy link

@bvotteler bvotteler commented Feb 28, 2024

Resolves interlay/interbtc-ui#1644

Our previous hard-coded Polkadot extrinsic submission fee (for XCM transfers) turns out to be too low.
This PR bumps the estimate so transferring the max amount as indicated by the XCM lib prevents the Polkadot account being reaped.

0.06 DOT was just enough in local tests with chopsticks, but to be on the safe side, we're rounding that up to 0.1 DOT.

@bvotteler bvotteler merged commit e377982 into interlay:master Feb 28, 2024
6 checks passed
@bvotteler bvotteler deleted the fix-polkadot-extrinsic-fee-estimate branch February 28, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

XCM Bridge Max Button Miscalculation => Acc Reaped [ED]
2 participants