mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Remove RPCs that report a different chainID than in the json
This commit is contained in:
parent
2c779474d6
commit
4273c2d1b8
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Bronos Mainnet",
|
||||
"chain": "Bronos",
|
||||
"rpc": ["https://evm.bronos.org"],
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BRO",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "MOAC mainnet",
|
||||
"chain": "MOAC",
|
||||
"rpc": ["https://gateway.moac.io/mainnet"],
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "MOAC",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Shyft Testnet",
|
||||
"chain": "SHYFTT",
|
||||
"icon": "shyft",
|
||||
"rpc": ["https://rpc.testnet.shyft.network/"],
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Shyft Test Token",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Aurora Betanet",
|
||||
"chain": "NEAR",
|
||||
"rpc": ["https://betanet.aurora.dev/"],
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Webchain",
|
||||
"chain": "WEB",
|
||||
"rpc": ["https://node1.webchain.network"],
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Webchain Ether",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Ennothem Mainnet Proterozoic",
|
||||
"chain": "ETMP",
|
||||
"rpc": ["https://rpc.etm.network"],
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ennothem",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Qitmeer Network Testnet",
|
||||
"chain": "MEER",
|
||||
"rpc": ["https://explorer.qitmeer.io/rpc"],
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Qitmeer Testnet",
|
||||
|
|
Loading…
Reference in New Issue
Block a user