-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Wire up priority fee range in new gas modal #13044
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Use the `priorityFeeRange` property which is now available in the gas fee estimate data.
a570ba7
to
c87250f
Compare
<I18nValue messageKey="priorityFee" /> | ||
</span> | ||
</div> | ||
<LatestPriorityFeeField /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I opted to replace the network-statistics__info__field
instead of what was inside the field, which I noticed StatusSlider was doing. If this makes sense, I will come back and fix StatusSlider so it's consistent with this.
Builds ready [c87250f]Page Load Metrics (963 ± 15 ms)
highlights:storybook
|
Builds ready [852fb07]Page Load Metrics (1167 ± 61 ms)
highlights:storybook
|
Fixes: #12473 |
Use the
priorityFeeRange
property which is now available in the gasfee estimate data.
References #12473.
Manual testing steps:
.metamaskrc
and setEIP_1559_V2
to1
.