Skip to content

Commit f8a659a

Browse files
committed
Publicnode RPC
1 parent 876364f commit f8a659a

File tree

1 file changed

+40
-8
lines changed

1 file changed

+40
-8
lines changed

data/networks.json

+40-8
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
}
4545
],
4646
"api": [
47+
{
48+
"url": "https://base-rpc.publicnode.com",
49+
"type": "evm"
50+
},
4751
{
4852
"url": "https://base.drpc.org",
4953
"type": "evm"
@@ -107,6 +111,10 @@
107111
}
108112
],
109113
"api": [
114+
{
115+
"url": "https://base-sepolia-rpc.publicnode.com",
116+
"type": "evm"
117+
},
110118
{
111119
"url": "https://base-sepolia.drpc.org",
112120
"type": "evm"
@@ -166,6 +174,10 @@
166174
}
167175
],
168176
"api": [
177+
{
178+
"url": "https://polygon-bor-rpc.publicnode.com",
179+
"type": "evm"
180+
},
169181
{
170182
"url": "https://polygon.drpc.org",
171183
"type": "evm"
@@ -230,6 +242,10 @@
230242
}
231243
],
232244
"api": [
245+
{
246+
"url": "https://polygon-amoy-bor-rpc.publicnode.com",
247+
"type": "evm"
248+
},
233249
{
234250
"url": "https://polygon-amoy.drpc.org",
235251
"type": "evm"
@@ -349,6 +365,10 @@
349365
]
350366
},
351367
"api": [
368+
{
369+
"url": "https://bsc-rpc.publicnode.com",
370+
"type": "evm"
371+
},
352372
{
353373
"url": "https://bsc.drpc.org",
354374
"type": "evm"
@@ -404,6 +424,10 @@
404424
]
405425
},
406426
"api": [
427+
{
428+
"url": "https://ethereum-rpc.publicnode.com",
429+
"type": "evm"
430+
},
407431
{
408432
"url": "https://eth.drpc.org",
409433
"type": "evm"
@@ -464,6 +488,10 @@
464488
"denom": "azeta"
465489
},
466490
"api": [
491+
{
492+
"url": "https://zetachain-mainnet.g.allthatnode.com/archive/evm",
493+
"type": "evm"
494+
},
467495
{
468496
"url": "https://zeta-chain.drpc.org",
469497
"type": "evm"
@@ -480,10 +508,6 @@
480508
"url": "https://zetachain-evm.blockpi.network:443/v1/rpc/public",
481509
"type": "evm"
482510
},
483-
{
484-
"url": "https://zetachain-mainnet.g.allthatnode.com/archive/evm",
485-
"type": "evm"
486-
},
487511
{
488512
"url": "wss://zetachain-mainnet.g.allthatnode.com/archive/evm",
489513
"type": "evm-ws"
@@ -599,6 +623,10 @@
599623
"denom": "azeta"
600624
},
601625
"api": [
626+
{
627+
"url": "https://zetachain-athens.g.allthatnode.com/archive/evm",
628+
"type": "evm"
629+
},
602630
{
603631
"url": "https://zeta-chain-testnet.drpc.org",
604632
"type": "evm"
@@ -627,10 +655,6 @@
627655
"url": "https://zetachain-athens.g.allthatnode.com/archive/tendermint",
628656
"type": "tendermint-http"
629657
},
630-
{
631-
"url": "https://zetachain-athens.g.allthatnode.com/archive/evm",
632-
"type": "evm"
633-
},
634658
{
635659
"url": "https://rpc.nodejumper.io:443/zetachaintestnet",
636660
"type": "tendermint-rpc"
@@ -700,6 +724,10 @@
700724
]
701725
},
702726
"api": [
727+
{
728+
"url": "https://bsc-testnet-rpc.publicnode.com",
729+
"type": "evm"
730+
},
703731
{
704732
"url": "https://bsc-testnet.drpc.org",
705733
"type": "evm"
@@ -767,6 +795,10 @@
767795
]
768796
},
769797
"api": [
798+
{
799+
"url": "https://ethereum-sepolia-rpc.publicnode.com",
800+
"type": "evm"
801+
},
770802
{
771803
"url": "https://sepolia.drpc.org",
772804
"type": "evm"

0 commit comments

Comments
 (0)