You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic determining which faucet to use currently guesses based on the text of the URL of the node the user is connected to. This isn't very robust, as it means if a user is connected to their own node or using an IP address directly, then they need to enter the faucet URL themselves.
We can instead use the network ID of the network the user is connected to, which should always be the same regardless of what node they are using.
The text was updated successfully, but these errors were encountered:
The logic determining which faucet to use currently guesses based on the text of the URL of the node the user is connected to. This isn't very robust, as it means if a user is connected to their own node or using an IP address directly, then they need to enter the faucet URL themselves.
We can instead use the network ID of the network the user is connected to, which should always be the same regardless of what node they are using.
The text was updated successfully, but these errors were encountered: