Skip to content

Commit a5b05ac

Browse files
authored
chore(tools): update dev tooling (#1172)
2 parents 8ccedb7 + 1624969 commit a5b05ac

File tree

2 files changed

+7
-28
lines changed

2 files changed

+7
-28
lines changed

docs/network/0-overview.mdx

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ Specific configuration details for connecting to each Flare network, including p
5454
| **Public RPCs (WSS)** | `wss://flare-api.flare.network/ext/C/ws` <br/> `wss://stylish-light-theorem.flare-mainnet.quiknode.pro/ext/bc/C/ws` |
5555
| **Chain ID** | `14` |
5656
| **Native currency** | `FLR` (18 decimals) |
57-
| **Routescan Explorer** | [`https://flarescan.com`](https://flarescan.com) |
58-
| **Blockscout Explorer** | [`https://flare-explorer.flare.network`](https://flare-explorer.flare.network) |
57+
| **Block Explorer** | [`https://flare-explorer.flare.network`](https://flare-explorer.flare.network) |
5958
| **Systems Explorer** | [`https://flare-systems-explorer.flare.network`](https://flare-systems-explorer.flare.network) |
6059
| **Faucet** | - |
6160
| **Bootstrapping nodes** | `https://flare-bootstrap.flare.network` <br/> `https://flare-bootstrap-1.staking.production.figment.io` <br/> `https://flare.senseinode.com` |
@@ -109,9 +108,8 @@ Specific configuration details for connecting to each Flare network, including p
109108
| **Public RPCs (HTTPS)** | `https://coston2-api.flare.network/ext/C/rpc` <br/> `https://falling-skilled-uranium.flare-coston2.quiknode.pro/ext/bc/C/rpc` |
110109
| **Public RPCs (WSS)** | `wss://coston2-api.flare.network/ext/C/ws` <br/> `wss://falling-skilled-uranium.flare-coston2.quiknode.pro/ext/bc/C/ws` |
111110
| **Chain ID** | `114` |
112-
| **Native currency** | `C2FLR` (18 decimals) |
113-
| **Routescan Explorer** | [`https://coston2.testnet.flarescan.com`](https://coston2.testnet.flarescan.com) |
114-
| **Blockscout Explorer** | [`https://coston2-explorer.flare.network`](https://coston2-explorer.flare.network) |
111+
| **Native currency** | `C2FLR` (18 decimals) |
112+
| **Block Explorer** | [`https://coston2-explorer.flare.network`](https://coston2-explorer.flare.network) |
115113
| **Systems Explorer** | [`https://coston2-systems-explorer.flare.network`](https://coston2-systems-explorer.flare.network) |
116114
| **Faucet** | Request C2FLR from [Coston2 Faucet](https://faucet.flare.network/coston2) |
117115
| **Bootstrapping nodes** | `https://coston2-bootstrap.flare.network` |
@@ -164,9 +162,8 @@ Specific configuration details for connecting to each Flare network, including p
164162
| **Public RPC (HTTPS)** | `https://songbird-api.flare.network/ext/C/rpc` |
165163
| **Public RPC (WSS)** | `wss://songbird-api.flare.network/ext/C/ws` |
166164
| **Chain ID** | `19` |
167-
| **Native currency** | `SGB` (18 decimals) |
168-
| **Routescan Explorer** | [`https://songbird.flarescan.com`](https://songbird.flarescan.com) |
169-
| **Blockscout Explorer** | [`https://songbird-explorer.flare.network`](https://songbird-explorer.flare.network) |
165+
| **Native currency** | `SGB` (18 decimals) |
166+
| **Block Explorer** | [`https://songbird-explorer.flare.network`](https://songbird-explorer.flare.network) |
170167
| **Systems Explorer** | [`https://songbird-systems-explorer.flare.network`](https://songbird-systems-explorer.flare.network) |
171168
| **Faucet** | - |
172169
| **Bootstrapping nodes** | `https://songbird-bootstrap.flare.network` |
@@ -219,9 +216,8 @@ Specific configuration details for connecting to each Flare network, including p
219216
| **Public RPC (HTTPS)** | `https://coston-api.flare.network/ext/C/rpc` |
220217
| **Public RPC (WSS)** | `wss://coston-api.flare.network/ext/C/ws` |
221218
| **Chain ID** | `16` |
222-
| **Native currency** | `CFLR` (18 decimals) |
223-
| **Routescan Explorer** | [`https://coston.testnet.flarescan.com`](https://coston.testnet.flarescan.com) |
224-
| **Blockscout Explorer** | [`https://coston-explorer.flare.network`](https://coston-explorer.flare.network) |
219+
| **Native currency** | `CFLR` (18 decimals) |
220+
| **Block Explorer** | [`https://coston-explorer.flare.network`](https://coston-explorer.flare.network) |
225221
| **Systems Explorer** | [`https://coston-systems-explorer.flare.network`](https://coston-systems-explorer.flare.network) |
226222
| **Faucet** | Request CFLR from [Coston Faucet](https://faucet.flare.network/coston) |
227223
| **Bootstrapping nodes** | `https://coston-bootstrap.flare.network` |

src/features/DeveloperTools/developer-tools.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"Dune": "Blockchain analytics platform for querying and visualizing onchain data.",
2525
"Sentora": "Actionable intelligence for crypto assets and smart financial software solutions.",
2626
"Flare Metrics": "Tracker for the best DeFi opportunities on Flare.",
27-
"Flarescan": "Routescan block explorer and analytics platform for Flare networks.",
2827
"Flare Explorer": "Blockscout tool for inspecting and analyzing Flare Mainnet.",
2928
"Coston2 Explorer": "Blockscout tool for inspecting and analyzing Flare Testnet Coston2.",
3029
"Songbird Explorer": "Blockscout tool for inspecting and analyzing Songbird Canary-Network.",
@@ -176,10 +175,6 @@
176175
{
177176
"name": "Flare Space",
178177
"link": "https://flare.space"
179-
},
180-
{
181-
"name": "Flarescan",
182-
"link": "https://flarescan.com"
183178
}
184179
]
185180
}
@@ -259,10 +254,6 @@
259254
{
260255
"name": "Coston2 Systems Explorer",
261256
"link": "https://coston2-systems-explorer.flare.network"
262-
},
263-
{
264-
"name": "Flarescan",
265-
"link": "https://coston2.testnet.flarescan.com"
266257
}
267258
]
268259
}
@@ -326,10 +317,6 @@
326317
{
327318
"name": "Songbird Systems Explorer",
328319
"link": "https://songbird-systems-explorer.flare.network"
329-
},
330-
{
331-
"name": "Flarescan",
332-
"link": "https://songbird.flarescan.com"
333320
}
334321
]
335322
}
@@ -383,10 +370,6 @@
383370
{
384371
"name": "Coston Systems Explorer",
385372
"link": "https://coston-systems-explorer.flare.network"
386-
},
387-
{
388-
"name": "Flarescan",
389-
"link": "https://coston.testnet.flarescan.com"
390373
}
391374
]
392375
}

0 commit comments

Comments
 (0)