-
Notifications
You must be signed in to change notification settings - Fork 35
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
Create chain selection page #329
Comments
The chain selection below could be moved in-line into the form. The order can be: cc: @Bullrich |
I think this idea is also alignes well with the whole "universal faucet" thing: supporting multiple currencies and chains in one instance of faucet, as well as being able to have multiple instances of faucet backend in one deployment. |
I'd probably think of it as parity supported test chains, since we manage seeds/balances. or may be i don't fully understand how exactly other testnets will be added, and who will control the balances etc |
As an alternative, the faucet could still list other networks and then just redirect the page if the user selects that Chain. e.g. In the At least it surfaces the other faucets and makes them discoverable |
Updated interface to have the chain dropdown inside the form: ![image](https://github.com/paritytech/polkadot-testnet-faucet/assets/8524599/99c2bade-5fb0-4efa-932c-9bedd6ff989e) We can modify this to add new chains like @helloitsbirdo suggested. Also, updated all dependencies to latest This resolves #329
Base on a discussion between @mordamax and @mutantcornholio we should develop a "hub", or a landing page where all the available chains are shown, and the user picks the one he wants.
The text was updated successfully, but these errors were encountered: