{translate("XRP Faucets")}

{translate("These ")}{translate("parallel XRP Ledger test networks")} {translate("provide platforms for testing changes to the XRP Ledger and software built on it, without using real funds.")}

{translate("These funds are intended for")} {translate("testing")} {translate("only. Test networks' ledger history and balances are reset as necessary. Devnets may be reset without warning.")}

{translate("All balances and XRP on these networks are separate from Mainnet. As a precaution, do not use the Testnet or Devnet credentials on the Mainnet.")}

{translate("Choose Network:")}

{ faucets.map((net) => (
setSelectedFaucet(net)} className="form-check-input" type="radio" name="faucet-selector" id={net.id} checked={selectedFaucet.shortName == net.shortName} />
)) }