{translate("XRP Faucets")}

{translate("resources.dev-tool.faucet.content.part1", "These ")}{translate("resources.dev-tool.faucet.content.part2", "parallel XRP Ledger test networks")} {translate("resources.dev-tool.faucet.content.part3", "provide platforms for testing changes to the XRP Ledger and software built on it, without using real funds.")}

{translate("resources.dev-tool.faucet.content.part4", "These funds are intended for")} {translate("resources.dev-tool.faucet.content.part5", "testing")} {translate("resources.dev-tool.faucet.content.part6", "only. Test networks' ledger history and balances are reset as necessary. Devnets may be reset without warning.")}

{translate("resources.dev-tool.faucet.content.part7", "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("resources.dev-tool.faucet.content.part8", "The tool below will generate credentials for you and recharge it immediately; if you want to top up an already existing address, you can do it here:")} {' '} test.xrplexplorer.com/faucet

{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} />
)) }