Merge pull request #2565 from XRPLF/testnet_reset_update

Testnet reset update
This commit is contained in:
Rome Reginelli
2024-05-03 11:59:04 -07:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@@ -122,6 +122,10 @@ export const badge: Schema & { tagName: string } = {
href: {
type: 'String',
required: false
},
date: { // Not displayed, but useful for knowing how old an 'updated' badge is
type: 'String',
required: false
}
},
render: 'Badge'

View File

@@ -12,7 +12,9 @@ theme:
This week, the faucets on both Testnet and Devnet faucets had their supply of test XRP depleted. Team RippleX, which operates the test networks, has been periodically moving funds back to the Testnet faucet to keep it running temporarily. Additionally, both faucets have had their default funding amount reduced to 100 XRP and the maximum amount from one request reduced. Both networks will be completely reset on Saturday, 2024-04-20. Until then, you may encounter times when the faucets are empty and cannot provide test XRP.
This post will be updated following the successful completion of the resets.
{% admonition type="success" name="Update" %}
The resets have completed successfully. Testnet and Devnet networks and faucets are online and fully operational.
{% /admonition %}
## Background