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

Init blockchain with mainnet or testnet depending of configuration file #3080

Open
ThierryThevenet opened this issue Nov 11, 2024 · 1 comment
Assignees

Comments

@ThierryThevenet
Copy link
Member

ThierryThevenet commented Nov 11, 2024

When wallet receives the configuration file, wallet must initializes the wallet with Mannet of Tesnet for all blockchains of the config file. User is free to change the selection after.

see attribute blockchainOptions.testnet


"blockchainOptions": {
        "tezosSupport": true,
        "ethereumSupport": true,
        "hederaSupport": true,
        "bnbSupport": true,
        "fantomSupport": true,
        "polygonSupport": true,
        "etherlinkSupport": true,
        "tzproRpcNode": false,
        "tzproApiKey": null,
        "infuraRpcNode": false,
        "infuraApiKey": null,
        "testnet": false,
        "displayAllCryptoAccounts": true
@ThierryThevenet
Copy link
Member Author

ThierryThevenet commented Nov 14, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants