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(config): lower per-message gas hardcode #204

Merged
merged 2 commits into from
Jul 12, 2022
Merged

Conversation

luketchang
Copy link
Collaborator

@luketchang luketchang commented Jun 16, 2022

Motivation

Gas estimate hardcodes generally a bit high. Causes extremely high estimates for devnets due to high number of messages being constantly enqueued.

Solution

Remove evmDefault hardcodes where not necessary (only needed on Moonbeam, Milkomeda, and xDai given past history). Also lower per-message gas hardcode for home:update.

PR Checklist

  • Added Tests
  • Updated Documentation
  • Updated CHANGELOG.md for the appropriate package

@luketchang
Copy link
Collaborator Author

@Imti what are your format settings? We keep getting settings conflicts

@luketchang luketchang marked this pull request as ready for review June 16, 2022 03:50
@@ -1,29 +1,13 @@
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be in the config repo?

@prestwich prestwich enabled auto-merge (squash) July 12, 2022 22:25
@prestwich prestwich changed the title fix(config): remove evm defaults from unnecessary networks and lower per-message gas hardcode fix(config): lower per-message gas hardcode Jul 12, 2022
@prestwich prestwich merged commit f797020 into main Jul 12, 2022
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.

None yet

2 participants