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

Feat/blockbook network #13670

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft

Feat/blockbook network #13670

wants to merge 3 commits into from

Conversation

tomasklim
Copy link
Member

@tomasklim tomasklim commented Aug 6, 2024

Description

  • WIP

Resolve #14724

@tomasklim tomasklim force-pushed the feat/blockbook-network branch from 256472d to 0a588ea Compare August 7, 2024 09:06
n => n.name.toLowerCase() === name || n.shortcut.toLowerCase() === name,
);
// name is network symbol (bnb, op, btc)
return networks.find(n => n.name.toLowerCase() === name || n.chain?.toLowerCase() === name);
Copy link
Contributor

Choose a reason for hiding this comment

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

iz safe? @marekrjpolak

@tomasklim tomasklim force-pushed the feat/blockbook-network branch 2 times, most recently from bfb7033 to 2becada Compare August 7, 2024 09:28
@tomasklim tomasklim marked this pull request as draft August 7, 2024 10:50
@MiroslavProchazka MiroslavProchazka removed their request for review August 12, 2024 09:14
@tomasklim tomasklim requested a review from jvaclavik December 7, 2024 11:22
@tomasklim tomasklim force-pushed the feat/blockbook-network branch from 2becada to 9d702ff Compare December 7, 2024 11:27
@@ -18,6 +18,7 @@ export default {
data: {
Copy link
Member Author

Choose a reason for hiding this comment

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

please add fixture for network which has different shortcut than network

@tomasklim tomasklim force-pushed the feat/blockbook-network branch 2 times, most recently from 985c2d3 to 4a3455f Compare December 11, 2024 22:08
@tomasklim tomasklim force-pushed the feat/blockbook-network branch from 4a3455f to f5a2015 Compare December 11, 2024 22:09
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.

Use Blockbook network param
4 participants