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

Allow to add custom blockchain networks to wallet #20831

Open
spylogsster opened this issue Feb 1, 2022 · 0 comments
Open

Allow to add custom blockchain networks to wallet #20831

spylogsster opened this issue Feb 1, 2022 · 0 comments
Labels
feature/web3/wallet/core feature/web3/wallet Integrating Ethereum+ wallet support OS/Android Fixes related to Android browser functionality OS/Desktop priority/P4 Planned work. We expect to get to it "soon".

Comments

@spylogsster
Copy link

spylogsster commented Feb 1, 2022

At the moment we only have the ability to add EVM networks. In the process of integrating Solana, Filecoin and others, we need to refactor and allow to use arbitrary list of networks. Preliminary structure from Slack discussion:

struct BlockchainNetworks {
 EthereumNetwork[] evm_networks,
 FilecoinNetwork[] file_networks,
 SolanaNetwork[] sol_networks,
}

and to share the common network properties, we can probably do

struct EthereumNetwork {
   NetworkBase base;  // naming TBD
   // specific properties for EVM
   bool is_eip1559;
}
@spylogsster spylogsster added OS/Android Fixes related to Android browser functionality OS/Desktop labels Feb 1, 2022
@spylogsster spylogsster added this to Untriaged in Wallet via automation Feb 1, 2022
@spylogsster spylogsster changed the title Allow to add custom(non EVM) blockchain networks to wallet Allow to add custom blockchain networks to wallet Feb 1, 2022
@bbondy bbondy added the priority/P4 Planned work. We expect to get to it "soon". label Feb 3, 2022
@bbondy bbondy moved this from Untriaged to Backlog in Wallet Feb 3, 2022
@darkdh darkdh mentioned this issue Feb 4, 2022
25 tasks
@srirambv srirambv added the feature/web3/wallet Integrating Ethereum+ wallet support label Mar 3, 2022
@bbondy bbondy removed this from Backlog in Wallet Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/web3/wallet/core feature/web3/wallet Integrating Ethereum+ wallet support OS/Android Fixes related to Android browser functionality OS/Desktop priority/P4 Planned work. We expect to get to it "soon".
Projects
Status: Backlog
Development

No branches or pull requests

3 participants