Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/fassets/developer-guides/5-fassets-mint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ See the [Minting](/fassets/minting) overview for more details.
- [Flare Hardhat Starter Kit](/network/guides/hardhat-foundry-starter-kit)
- [Flare Network Periphery Contracts](https://www.npmjs.com/package/@flarenetwork/flare-periphery-contracts)

:::tip[Testing on Coston2]

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.
For testnet XRP on the XRP Ledger, use the [XRP Testnet Faucet](https://xrpl.org/resources/dev-tools/xrp-faucets).

:::

## Minting Process Steps

The minting process involves the following steps:
Expand Down
6 changes: 5 additions & 1 deletion docs/fxrp/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ FXRP is powered by the [FAssets](/fassets/overview) system, a trustless, over-co

## How to Acquire FXRP

There are three primary ways to acquire FXRP:
There are four primary ways to acquire FXRP:

### Testnet Faucet

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.

### Using Minting dApp

Expand Down
2 changes: 1 addition & 1 deletion docs/network/0-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Specific configuration details for connecting to each Flare network, including p
| **Native currency** | `C2FLR` (18 decimals) |
| **Block Explorer** | [`https://coston2-explorer.flare.network`](https://coston2-explorer.flare.network) |
| **Systems Explorer** | [`https://coston2-systems-explorer.flare.network`](https://coston2-systems-explorer.flare.network) |
| **Faucet** | Request C2FLR from [Coston2 Faucet](https://faucet.flare.network/coston2) |
| **Faucet** | Request C2FLR, FXRP, and USDT0 from [Coston2 Faucet](https://faucet.flare.network/coston2) |
| **Bootstrapping nodes** | `https://coston2-bootstrap.flare.network` |

:::tip[RPC Connection code snippet]
Expand Down
6 changes: 4 additions & 2 deletions docs/support/faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ This page answers common questions encountered by developers building applicatio

Flare provides faucets for its public testnets:

- **Flare Testnet Coston2:** Get C2FLR from the [Coston2 Faucet](https://faucet.flare.network/coston2). Use Coston2 for testing applications intended for Flare mainnet.
- **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.
- **Flare Testnet Coston2:** Get C2FLR, FXRP, and USDT0 from the [Coston2 Faucet](https://faucet.flare.network/coston2).
Use Coston2 for testing applications intended for Flare mainnet.
- **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.

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

Expand Down