Remove RPCs where chainID does not match

This commit is contained in:
ligi 2023-01-11 08:21:16 +01:00
parent 489b20e125
commit b746d3b059
8 changed files with 8 additions and 13 deletions

View File

@ -2,7 +2,7 @@
"name": "Polygon zkEVM Testnet", "name": "Polygon zkEVM Testnet",
"title": "Polygon zkEVM Testnet", "title": "Polygon zkEVM Testnet",
"chain": "Polygon", "chain": "Polygon",
"rpc": ["https://rpc.public.zkevm-test.net"], "rpc": [],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",

View File

@ -1,7 +1,7 @@
{ {
"name": "CENNZnet Rata", "name": "CENNZnet Rata",
"chain": "CENNZnet", "chain": "CENNZnet",
"rpc": ["https://rata.centrality.me/public"], "rpc": [],
"faucets": ["https://app-faucet.centrality.me"], "faucets": ["https://app-faucet.centrality.me"],
"nativeCurrency": { "nativeCurrency": {
"name": "CPAY", "name": "CPAY",

View File

@ -1,7 +1,7 @@
{ {
"name": "Camino C-Chain", "name": "Camino C-Chain",
"chain": "CAM", "chain": "CAM",
"rpc": ["https://mainnet.camino.foundation/ext/bc/C/rpc"], "rpc": [],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Camino", "name": "Camino",

View File

@ -1,7 +1,7 @@
{ {
"name": "Columbus Test Network", "name": "Columbus Test Network",
"chain": "CAM", "chain": "CAM",
"rpc": ["https://columbus.camino.foundation/ext/bc/C/rpc"], "rpc": [],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Camino", "name": "Camino",

View File

@ -2,7 +2,7 @@
"name": "Rinia Testnet Old", "name": "Rinia Testnet Old",
"chain": "FIRE", "chain": "FIRE",
"icon": "rinia", "icon": "rinia",
"rpc": ["https://rinia.rpc1.thefirechain.com"], "rpc": [],
"faucets": ["https://faucet.thefirechain.com"], "faucets": ["https://faucet.thefirechain.com"],
"nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 }, "nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 },
"infoURL": "https://thefirechain.com", "infoURL": "https://thefirechain.com",

View File

@ -2,7 +2,7 @@
"name": "Oort MainnetDev", "name": "Oort MainnetDev",
"title": "Oort MainnetDev", "title": "Oort MainnetDev",
"chain": "MainnetDev", "chain": "MainnetDev",
"rpc": ["https://dev-rpc.oortech.com"], "rpc": [],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Oort", "name": "Oort",

View File

@ -1,7 +1,7 @@
{ {
"name": "Oort Huygens", "name": "Oort Huygens",
"chain": "Huygens", "chain": "Huygens",
"rpc": ["https://huygens-rpc.oortech.com"], "rpc": [],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Oort", "name": "Oort",

View File

@ -1,12 +1,7 @@
{ {
"name": "Boba BNB Mainnet", "name": "Boba BNB Mainnet",
"chain": "Boba BNB Mainnet", "chain": "Boba BNB Mainnet",
"rpc": [ "rpc": [],
"https://bnb.boba.network",
"wss://wss.bnb.boba.network",
"https://replica.bnb.boba.network",
"wss://replica-wss.bnb.boba.network"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Boba Token", "name": "Boba Token",