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

perf: mf-5017 improve createFungibleToken #10463

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

UncleBill
Copy link
Contributor

@UncleBill UncleBill added this to the 2.22.0 milestone Aug 18, 2023
@UncleBill UncleBill changed the title fix: mf-5017 improve createFungibleToken perf: mf-5017 improve createFungibleToken Aug 18, 2023
@UncleBill UncleBill marked this pull request as ready for review August 18, 2023 07:21
return queryClient.fetchQuery(['evm', 'get-fungible-token-list', chainId], async () => {
const fungibleTokenList = await this.Hub.getFungibleTokensFromTokenList(chainId)
// No need to wait for storage
this.storage.credibleFungibleTokenList.setValue({
Copy link
Member

Choose a reason for hiding this comment

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

await

@guanbinrui guanbinrui merged commit 117f861 into release/2.22.0 Aug 18, 2023
14 checks passed
@guanbinrui guanbinrui deleted the perf/mf-5017-wallet-tokens branch August 18, 2023 08:06
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