Skip to content

Commit a66bcd8

Browse files
authored
feat(docs): add links to faucet (FXRP and USDT0) (#1210)
1 parent 2b31f4b commit a66bcd8

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

docs/fassets/developer-guides/5-fassets-mint.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ See the [Minting](/fassets/minting) overview for more details.
2828
- [Flare Hardhat Starter Kit](/network/guides/hardhat-foundry-starter-kit)
2929
- [Flare Network Periphery Contracts](https://www.npmjs.com/package/@flarenetwork/flare-periphery-contracts)
3030

31+
:::tip[Testing on Coston2]
32+
33+
If you are testing on **Flare Testnet Coston2**, you can get testnet C2FLR and FXRP from the [Coston2 Faucet](https://faucet.flare.network/coston2) instead of going through the full minting process.
34+
For testnet XRP on the XRP Ledger, use the [XRP Testnet Faucet](https://xrpl.org/resources/dev-tools/xrp-faucets).
35+
36+
:::
37+
3138
## Minting Process Steps
3239

3340
The minting process involves the following steps:

docs/fxrp/overview.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ FXRP is powered by the [FAssets](/fassets/overview) system, a trustless, over-co
2222

2323
## How to Acquire FXRP
2424

25-
There are three primary ways to acquire FXRP:
25+
There are four primary ways to acquire FXRP:
26+
27+
### Testnet Faucet
28+
29+
On **Flare Testnet Coston2**, you can testnet FXRP directly from the [Coston2 Faucet](https://faucet.flare.network/coston2) — no minting required. This is the fastest way to start testing FAssets integrations.
2630

2731
### Using Minting dApp
2832

docs/network/0-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Specific configuration details for connecting to each Flare network, including p
111111
| **Native currency** | `C2FLR` (18 decimals) |
112112
| **Block Explorer** | [`https://coston2-explorer.flare.network`](https://coston2-explorer.flare.network) |
113113
| **Systems Explorer** | [`https://coston2-systems-explorer.flare.network`](https://coston2-systems-explorer.flare.network) |
114-
| **Faucet** | Request C2FLR from [Coston2 Faucet](https://faucet.flare.network/coston2) |
114+
| **Faucet** | Request C2FLR, FXRP, and USDT0 from [Coston2 Faucet](https://faucet.flare.network/coston2) |
115115
| **Bootstrapping nodes** | `https://coston2-bootstrap.flare.network` |
116116

117117
:::tip[RPC Connection code snippet]

docs/support/faqs.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ This page answers common questions encountered by developers building applicatio
2727

2828
Flare provides faucets for its public testnets:
2929

30-
- **Flare Testnet Coston2:** Get C2FLR from the [Coston2 Faucet](https://faucet.flare.network/coston2). Use Coston2 for testing applications intended for Flare mainnet.
31-
- **Songbird Testnet Coston:** Get CFLR from the [Coston Faucet](https://faucet.flare.network/coston). Use Coston for testing applications intended for the Songbird canary network.
30+
- **Flare Testnet Coston2:** Get C2FLR, FXRP, and USDT0 from the [Coston2 Faucet](https://faucet.flare.network/coston2).
31+
Use Coston2 for testing applications intended for Flare mainnet.
32+
- **Songbird Testnet Coston:** Get CFLR from the [Coston Faucet](https://faucet.flare.network/coston).
33+
Use Coston for testing applications intended for the Songbird canary network.
3234

3335
### How do I add Flare/Songbird networks to my wallet (e.g., MetaMask)?
3436

0 commit comments

Comments
 (0)