We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should be possible to switch between mainnet, testnet and a custom node with URL search params using network keys from https://github.com/LiskHQ/lisk-wallet/blob/rebranding/src/constants/networks.js The following options should be supported:
?network=mainnet
?network=testnet
?network=customNode&address=http://localhost:4000
Network select and address input on login page should be removed because for the vast majority of users it is an unnecessary clutter.
There is a network select and address input on login page.
The text was updated successfully, but these errors were encountered:
Solved in #47
Sorry, something went wrong.
ginacontrino
No branches or pull requests
Expected behaviour
It should be possible to switch between mainnet, testnet and a custom node with URL search params using network keys from https://github.com/LiskHQ/lisk-wallet/blob/rebranding/src/constants/networks.js
The following options should be supported:
?network=mainnet
?network=testnet
?network=customNode&address=http://localhost:4000
(where address is any valid address)Network select and address input on login page should be removed because for the vast majority of users it is an unnecessary clutter.
Actual behaviour
There is a network select and address input on login page.
The text was updated successfully, but these errors were encountered: