Skip to content

Commit b5c2ba4

Browse files
authored
feat(docs): add NOWNodes to developer tools RPC list (#1383)
1 parent 1d8498e commit b5c2ba4

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

src/features/DeveloperTools/developer-tools.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"toolDescriptions": {
33
"QuickNode": "High-performance APIs for queries, transactions, and cross-chain operations.",
4+
"NOWNodes": "Flare Full Node RPC service built for developers, enterprises, and Web3 applications.",
45
"Envio": "A modern, multi-chain EVM blockchain indexer for querying real-time and historical data.",
56
"Ankr": "Infrastructure and developer tools for blockchain application deployment.",
67
"Thirdweb": "SDK for building, launching, and managing Web3 applications with minimal configuration.",
@@ -61,6 +62,10 @@
6162
"name": "QuickNode",
6263
"link": "https://www.quicknode.com/chains/flare"
6364
},
65+
{
66+
"name": "NOWNodes",
67+
"link": "https://nownodes.io/"
68+
},
6469
{
6570
"name": "Ankr",
6671
"link": "https://www.ankr.com/rpc/flare/"
@@ -198,6 +203,10 @@
198203
"name": "QuickNode",
199204
"link": "https://www.quicknode.com/chains/flare"
200205
},
206+
{
207+
"name": "NOWNodes",
208+
"link": "https://nownodes.io/"
209+
},
201210
{
202211
"name": "Ankr",
203212
"link": "https://www.ankr.com/rpc/flare/"
@@ -268,6 +277,10 @@
268277
"categories": {
269278
"Bridges": [],
270279
"RPCs": [
280+
{
281+
"name": "NOWNodes",
282+
"link": "https://nownodes.io/"
283+
},
271284
{
272285
"name": "Ankr",
273286
"link": "https://www.ankr.com/rpc/flare/"
@@ -331,6 +344,10 @@
331344
"categories": {
332345
"Bridges": [],
333346
"RPCs": [
347+
{
348+
"name": "NOWNodes",
349+
"link": "https://nownodes.io/"
350+
},
334351
{
335352
"name": "Ankr",
336353
"link": "https://www.ankr.com/rpc/flare/"

0 commit comments

Comments
 (0)