+ {urls.length > 0 && (
+
+
+
+ The following external links come from
+ https://github.com/ethereum-lists/chains and are *NOT* endorsed
+ by us. Use at your own risk.
+
+
+ )}
+ {/* Display the shuffling notice only if there are 1+ faucets */}
+ {urls.length > 1 && (
+
+
+ The faucet links below are shuffled on page load.
+
+ )}
+ {urls.length > 0 ? (
+
+ {urls.map((url) => (
+
+
+
+ {url}
+
+
+ ))}
+
+ ) : (
+
There are no registered faucets.
+ )}
+
+