-
Notifications
You must be signed in to change notification settings - Fork 395
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
BSC improvements #2729
BSC improvements #2729
Conversation
background/lib/gas.ts
Outdated
@@ -112,6 +113,39 @@ const getArbitrumPrices = async ( | |||
} | |||
} | |||
|
|||
const getLegacyGasPrices = async ( | |||
network: EVMNetwork, | |||
baseFeePerGas: bigint, |
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.
lets call this parameter gasPrice
@@ -86,18 +89,22 @@ export default function SignTransactionDetailPanel({ | |||
setNetworkSettingsModalOpen(false) | |||
} | |||
|
|||
const hight = `${ |
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 we might benefit from pulling the logic in here into its own function
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.
NFTs don't seem to be working - looks like we're not querying simplehash when opening up the NFT tab - likely just some missing configuration somewhere.
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.
Fantastic! I think with these changes we are ready to flip the feature flag on :)
Closes #2569
This PR adds support for Binance Smart Chain by including some improvements.
Changes in PR
UI Changes in PR
To Test:
Set
SUPPORT_BINANCE_SMART_CHAIN
totrue
.Required points
Additional requirements to close #2569
Latest build: extension-builds-2729 (as of Fri, 09 Dec 2022 10:28:11 GMT).