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

GenesisL1 chain doesn't auto-restake anymore due to an increase in tx fees #728

Closed
zenodeapp opened this issue Apr 10, 2023 · 4 comments
Closed

Comments

@zenodeapp
Copy link
Contributor

zenodeapp commented Apr 10, 2023

Hi,

The GenesisL1 chain has increased its fees for the processing of transactions (https://restake.app/genesisl1/vote/86). This means that claiming rewards is not working properly anymore on the REStake site and fails to auto-compound for validators who've configured this.

I was able to get it working by adding "gasPrice": "51000000000el1" to my networks.local.json file, but would probably be best to change this directly in the networks.json file and also fix it on the site.

@zenodeapp
Copy link
Contributor Author

zenodeapp commented Apr 10, 2023

The solution I gave works when I manually restake, but my crontab just hit and it failed for some reason. It may be some caching issue, but just wanted to give this heads up as this may not completely be the fix to the issue.

UPDATE: It works, today my node successfully restaked with the change in gasPrice in the networks.local.json file.

zenodeapp added a commit to zenodeapp/restake that referenced this issue Apr 16, 2023
@tombeynon
Copy link
Contributor

Resolved by #730 - thanks for your efforts @zenodeapp

@tombeynon
Copy link
Contributor

Although.. just noticed this refers to the website as well. Gas prices there are dynamic based on data in the Chain Registry, which appears to be correct. Please reopen if there are still issues with the site

@zenodeapp
Copy link
Contributor Author

zenodeapp commented May 3, 2023

Although.. just noticed this refers to the website as well. Gas prices there are dynamic based on data in the Chain Registry, which appears to be correct. Please reopen if there are still issues with the site

Yes, it does work again on the site. Those who still have issues with claiming their rewards should re-add the chain in their Keplr wallets. You could do so by removing the chain and adding the chain back via https://stake.genesisl1.org. Thanks for mentioning this :)!

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

No branches or pull requests

2 participants