mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deleting 2 discontinued Filecoin testnets and updating Calibration (#2888)
* Deleting 2 discontinued Filecoin testnets and updating Calibration testnet info * readd 2 testnets as deprecated * removing rpcs and other tools from deprecated chains
This commit is contained in:
parent
e91f236262
commit
b2ef7529ef
|
@ -1,13 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "Filecoin - Hyperspace testnet",
|
"name": "Filecoin - Hyperspace testnet",
|
||||||
|
"status": "deprecated",
|
||||||
"chain": "FIL",
|
"chain": "FIL",
|
||||||
"icon": "filecoin",
|
"icon": "filecoin",
|
||||||
"rpc": [
|
"rpc": [],
|
||||||
"https://api.hyperspace.node.glif.io/rpc/v1",
|
"faucets": [],
|
||||||
"https://rpc.ankr.com/filecoin_testnet",
|
|
||||||
"https://filecoin-hyperspace.chainstacklabs.com/rpc/v1"
|
|
||||||
],
|
|
||||||
"faucets": ["https://hyperspace.yoga/#faucet"],
|
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "testnet filecoin",
|
"name": "testnet filecoin",
|
||||||
"symbol": "tFIL",
|
"symbol": "tFIL",
|
||||||
|
@ -18,31 +15,5 @@
|
||||||
"chainId": 3141,
|
"chainId": 3141,
|
||||||
"networkId": 3141,
|
"networkId": 3141,
|
||||||
"slip44": 1,
|
"slip44": 1,
|
||||||
"explorers": [
|
"explorers": []
|
||||||
{
|
|
||||||
"name": "Filfox - Hyperspace",
|
|
||||||
"url": "https://hyperspace.filfox.info/en",
|
|
||||||
"standard": "none"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Glif Explorer - Hyperspace",
|
|
||||||
"url": "https://explorer.glif.io/?network=hyperspace",
|
|
||||||
"standard": "none"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Beryx",
|
|
||||||
"url": "https://beryx.zondax.ch",
|
|
||||||
"standard": "none"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Dev.storage",
|
|
||||||
"url": "https://dev.storage",
|
|
||||||
"standard": "none"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Filscan - Hyperspace",
|
|
||||||
"url": "https://hyperspace.filscan.io",
|
|
||||||
"standard": "none"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "Filecoin - Wallaby testnet",
|
"name": "Filecoin - Wallaby testnet",
|
||||||
|
"status": "deprecated",
|
||||||
"chain": "FIL",
|
"chain": "FIL",
|
||||||
"icon": "filecoin",
|
"icon": "filecoin",
|
||||||
"rpc": ["https://wallaby.node.glif.io/rpc/v1"],
|
"rpc": [],
|
||||||
"faucets": ["https://wallaby.yoga/#faucet"],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "testnet filecoin",
|
"name": "testnet filecoin",
|
||||||
"symbol": "tFIL",
|
"symbol": "tFIL",
|
||||||
|
|
|
@ -2,7 +2,12 @@
|
||||||
"name": "Filecoin - Calibration testnet",
|
"name": "Filecoin - Calibration testnet",
|
||||||
"chain": "FIL",
|
"chain": "FIL",
|
||||||
"icon": "filecoin",
|
"icon": "filecoin",
|
||||||
"rpc": ["https://api.calibration.node.glif.io/rpc/v1"],
|
"rpc": [
|
||||||
|
"https://api.calibration.node.glif.io/rpc/v1",
|
||||||
|
"https://rpc.ankr.com/filecoin_testnet",
|
||||||
|
"https://filecoin-calibration.chainstacklabs.com/rpc/v1",
|
||||||
|
"https://filecoin-calibration.chainup.net/rpc/v1"
|
||||||
|
],
|
||||||
"faucets": ["https://faucet.calibration.fildev.network/"],
|
"faucets": ["https://faucet.calibration.fildev.network/"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "testnet filecoin",
|
"name": "testnet filecoin",
|
||||||
|
@ -29,6 +34,16 @@
|
||||||
"name": "Filfox - Calibration",
|
"name": "Filfox - Calibration",
|
||||||
"url": "https://calibration.filfox.info",
|
"url": "https://calibration.filfox.info",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Glif Explorer - Calibration",
|
||||||
|
"url": "https://explorer.glif.io/?network=calibration",
|
||||||
|
"standard": "none"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Beryx",
|
||||||
|
"url": "https://beryx.zondax.ch",
|
||||||
|
"standard": "none"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user