-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
feat(suite): allow lower gas prices for eth networks #16066
Conversation
ae47073
to
4a4c13a
Compare
🚀 Expo preview is ready!
|
eef8bc2
to
9e3527a
Compare
4a4c13a
to
9e3527a
Compare
74cfd2b
to
c22ce2f
Compare
489029b
to
9725b52
Compare
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.
LGTM, works perfectly
9725b52
to
7e08d1e
Compare
@@ -140,9 +140,8 @@ export const decodeEthereumDefinition = ( | |||
*/ | |||
export const ethereumNetworkInfoFromDefinition = ( | |||
definition: EthereumNetworkDefinitionDecoded, | |||
): EthereumNetworkInfo => ({ |
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.
on line 139, comment does not match anymore. nitpick
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 think I don't like the EthereumNetworkInfoDefinition
type name. This utility is called ethereumNetworkInfoFromDefinition
(as it would expect EthereumNetworkInfoDefinition
as argument but it actually returns it
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.
Updated to EthereumNetworkInfoDefinitionValues
.
/rebase |
Start rebasing: https://github.com/trezor/trezor-suite/actions/runs/12582348225 |
0b628a5
to
dcc62ac
Compare
Description
Related Issue
Resolve #15816
Resolve #15890
Screenshots: