-
Notifications
You must be signed in to change notification settings - Fork 311
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
Error when broadcasting tx - insufficient fees #750
Comments
Added Does this mean that importing gas config from the Chain Registry doesn't always work? |
@tombeynon Do you know how the Chain Registry arrives at the gas value(s) for each chain? |
@vchong currently the REStake script doesn't import gas prices from Chain Registry - this needs to be implemented and doesn't take much work, so I'll keep this issue open and implement ASAP. Chain Registry gas values are either provided by chain owners/users, or I believe a number were imported from Keplr. |
Thanks for the reply! Is there a way to figure out the (restake default) gas prices currently used? Asking to figure out what to set in |
@vchong the default is just 0.025 currently, adjusted based on the number of decimals the chain uses. It's not very smart! |
@tombeynon Based on previous issues, "gas config is now imported from Chain Registry so issues like this should be fixed now"?
How can we increase the fees via
networks.local.json
?Thanks!
The text was updated successfully, but these errors were encountered: