Skip to content

Commit e5d2a8f

Browse files
committed
fix(docs): add Systems Explorer links to network overview and developer tools documentation
1 parent d9cd71a commit e5d2a8f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/network/0-overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Specific configuration details for connecting to each Flare network, including p
5656
| **Native currency** | `FLR` (18 decimals) |
5757
| **Routescan Explorer** | [`https://flarescan.com`](https://flarescan.com) |
5858
| **Blockscout Explorer** | [`https://flare-explorer.flare.network`](https://flare-explorer.flare.network) |
59+
| **Systems Explorer** | [`https://flare-systems-explorer.flare.network`](https://flare-systems-explorer.flare.network) |
5960
| **Faucet** | - |
6061
| **Bootstrapping nodes** | `https://flare-bootstrap.flare.network` <br/> `https://flare-bootstrap-1.staking.production.figment.io` <br/> `https://flare.senseinode.com` |
6162
| **\{Safe\}Wallet** | [`https://multisig.flare.network`](https://multisig.flare.network) |
@@ -111,6 +112,7 @@ Specific configuration details for connecting to each Flare network, including p
111112
| **Native currency** | `C2FLR` (18 decimals) |
112113
| **Routescan Explorer** | [`https://coston2.testnet.flarescan.com`](https://coston2.testnet.flarescan.com) |
113114
| **Blockscout Explorer** | [`https://coston2-explorer.flare.network`](https://coston2-explorer.flare.network) |
115+
| **Systems Explorer** | [`https://coston2-systems-explorer.flare.network`](https://coston2-systems-explorer.flare.network) |
114116
| **Faucet** | Request C2FLR from [Coston2 Faucet](https://faucet.flare.network/coston2) |
115117
| **Bootstrapping nodes** | `https://coston2-bootstrap.flare.network` |
116118

@@ -165,6 +167,7 @@ Specific configuration details for connecting to each Flare network, including p
165167
| **Native currency** | `SGB` (18 decimals) |
166168
| **Routescan Explorer** | [`https://songbird.flarescan.com`](https://songbird.flarescan.com) |
167169
| **Blockscout Explorer** | [`https://songbird-explorer.flare.network`](https://songbird-explorer.flare.network) |
170+
| **Systems Explorer** | [`https://songbird-systems-explorer.flare.network`](https://songbird-systems-explorer.flare.network) |
168171
| **Faucet** | - |
169172
| **Bootstrapping nodes** | `https://songbird-bootstrap.flare.network` |
170173

@@ -219,6 +222,7 @@ Specific configuration details for connecting to each Flare network, including p
219222
| **Native currency** | `CFLR` (18 decimals) |
220223
| **Routescan Explorer** | [`https://coston.testnet.flarescan.com`](https://coston.testnet.flarescan.com) |
221224
| **Blockscout Explorer** | [`https://coston-explorer.flare.network`](https://coston-explorer.flare.network) |
225+
| **Systems Explorer** | [`https://coston-systems-explorer.flare.network`](https://coston-systems-explorer.flare.network) |
222226
| **Faucet** | Request CFLR from [Coston Faucet](https://faucet.flare.network/coston) |
223227
| **Bootstrapping nodes** | `https://coston-bootstrap.flare.network` |
224228

src/data/developerTools.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@
122122
"name": "Flare Explorer",
123123
"link": "https://flare-explorer.flare.network"
124124
},
125+
{
126+
"name": "Flare Systems Explorer",
127+
"link": "https://flare-systems-explorer.flare.network"
128+
},
125129
{ "name": "Flarescan", "link": "https://flarescan.com" },
126130
{
127131
"name": "Flare Systems Explorer",

0 commit comments

Comments
 (0)