mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Remove RPCs where chainID does not match
This commit is contained in:
parent
489b20e125
commit
b746d3b059
|
@ -2,7 +2,7 @@
|
|||
"name": "Polygon zkEVM Testnet",
|
||||
"title": "Polygon zkEVM Testnet",
|
||||
"chain": "Polygon",
|
||||
"rpc": ["https://rpc.public.zkevm-test.net"],
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "CENNZnet Rata",
|
||||
"chain": "CENNZnet",
|
||||
"rpc": ["https://rata.centrality.me/public"],
|
||||
"rpc": [],
|
||||
"faucets": ["https://app-faucet.centrality.me"],
|
||||
"nativeCurrency": {
|
||||
"name": "CPAY",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Camino C-Chain",
|
||||
"chain": "CAM",
|
||||
"rpc": ["https://mainnet.camino.foundation/ext/bc/C/rpc"],
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Camino",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Columbus Test Network",
|
||||
"chain": "CAM",
|
||||
"rpc": ["https://columbus.camino.foundation/ext/bc/C/rpc"],
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Camino",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Rinia Testnet Old",
|
||||
"chain": "FIRE",
|
||||
"icon": "rinia",
|
||||
"rpc": ["https://rinia.rpc1.thefirechain.com"],
|
||||
"rpc": [],
|
||||
"faucets": ["https://faucet.thefirechain.com"],
|
||||
"nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 },
|
||||
"infoURL": "https://thefirechain.com",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Oort MainnetDev",
|
||||
"title": "Oort MainnetDev",
|
||||
"chain": "MainnetDev",
|
||||
"rpc": ["https://dev-rpc.oortech.com"],
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Oort",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Oort Huygens",
|
||||
"chain": "Huygens",
|
||||
"rpc": ["https://huygens-rpc.oortech.com"],
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Oort",
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
{
|
||||
"name": "Boba BNB Mainnet",
|
||||
"chain": "Boba BNB Mainnet",
|
||||
"rpc": [
|
||||
"https://bnb.boba.network",
|
||||
"wss://wss.bnb.boba.network",
|
||||
"https://replica.bnb.boba.network",
|
||||
"wss://replica-wss.bnb.boba.network"
|
||||
],
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Boba Token",
|
||||
|
|
Loading…
Reference in New Issue
Block a user