From 18ec7501116d9503c5fb755973ce28f33e51ca41 Mon Sep 17 00:00:00 2001 From: Sam Clusker <9279784+samclusker@users.noreply.github.com> Date: Tue, 7 Apr 2026 10:51:53 +0100 Subject: [PATCH 1/2] chore(rpc): adding alternative rpc urls to getting started --- docs/1-intro.mdx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/1-intro.mdx b/docs/1-intro.mdx index 690092201..24c7f35c9 100644 --- a/docs/1-intro.mdx +++ b/docs/1-intro.mdx @@ -65,12 +65,13 @@ Dive in to Flare's enshrined data, fast finality, and soon, verifiable compute w -| Network | Flare Mainnet | Flare Testnet Coston2 | -| :----------- | :------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------- | -| **RPC** | flare-api.flare.network/ext/C/rpc | coston2-api.flare.network/ext/C/rpc | -| **Chain ID** | 14 | 114 | -| **Explorer** | [`https://flare-explorer.flare.network`](https://flare-explorer.flare.network) | [`https://coston2-explorer.flare.network`](https://coston2-explorer.flare.network) | -| **Faucet** | N/A | Request C2FLR, FXRP and USDT0 from the [Coston2 Faucet](https://faucet.flare.network/coston2) | +| Network | Flare Mainnet | Flare Testnet Coston2 | +| :------------------ | :------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------- | +| **RPC** | flare-api.flare.network/ext/C/rpc | coston2-api.flare.network/ext/C/rpc | +| **Alternative RPC** | stylish-light-theorem.flare-mainnet.quiknode.pro/ext/bc/C/rpc | falling-skilled-uranium.flare-coston2.quiknode.pro/ext/bc/C/rpc | +| **Chain ID** | 14 | 114 | +| **Explorer** | [`https://flare-explorer.flare.network`](https://flare-explorer.flare.network) | [`https://coston2-explorer.flare.network`](https://coston2-explorer.flare.network) | +| **Faucet** | N/A | Request C2FLR, FXRP and USDT0 from the [Coston2 Faucet](https://faucet.flare.network/coston2) | Additional configuration and API resources are detailed on the [Network](/network/overview) page. From 8d9c50e4c8a5a1cc9b151f1d3fea33d6e67d4c09 Mon Sep 17 00:00:00 2001 From: Sam Clusker <9279784+samclusker@users.noreply.github.com> Date: Tue, 7 Apr 2026 10:55:17 +0100 Subject: [PATCH 2/2] prettier --- docs/1-intro.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/1-intro.mdx b/docs/1-intro.mdx index 24c7f35c9..751b5b2d0 100644 --- a/docs/1-intro.mdx +++ b/docs/1-intro.mdx @@ -65,13 +65,13 @@ Dive in to Flare's enshrined data, fast finality, and soon, verifiable compute w -| Network | Flare Mainnet | Flare Testnet Coston2 | -| :------------------ | :------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------- | -| **RPC** | flare-api.flare.network/ext/C/rpc | coston2-api.flare.network/ext/C/rpc | +| Network | Flare Mainnet | Flare Testnet Coston2 | +| :------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| **RPC** | flare-api.flare.network/ext/C/rpc | coston2-api.flare.network/ext/C/rpc | | **Alternative RPC** | stylish-light-theorem.flare-mainnet.quiknode.pro/ext/bc/C/rpc | falling-skilled-uranium.flare-coston2.quiknode.pro/ext/bc/C/rpc | -| **Chain ID** | 14 | 114 | -| **Explorer** | [`https://flare-explorer.flare.network`](https://flare-explorer.flare.network) | [`https://coston2-explorer.flare.network`](https://coston2-explorer.flare.network) | -| **Faucet** | N/A | Request C2FLR, FXRP and USDT0 from the [Coston2 Faucet](https://faucet.flare.network/coston2) | +| **Chain ID** | 14 | 114 | +| **Explorer** | [`https://flare-explorer.flare.network`](https://flare-explorer.flare.network) | [`https://coston2-explorer.flare.network`](https://coston2-explorer.flare.network) | +| **Faucet** | N/A | Request C2FLR, FXRP and USDT0 from the [Coston2 Faucet](https://faucet.flare.network/coston2) | Additional configuration and API resources are detailed on the [Network](/network/overview) page.