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:
Eva 2023-06-06 13:33:21 +02:00 committed by GitHub
parent e91f236262
commit b2ef7529ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 36 deletions

View File

@ -1,13 +1,10 @@
{
"name": "Filecoin - Hyperspace testnet",
"status": "deprecated",
"chain": "FIL",
"icon": "filecoin",
"rpc": [
"https://api.hyperspace.node.glif.io/rpc/v1",
"https://rpc.ankr.com/filecoin_testnet",
"https://filecoin-hyperspace.chainstacklabs.com/rpc/v1"
],
"faucets": ["https://hyperspace.yoga/#faucet"],
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "testnet filecoin",
"symbol": "tFIL",
@ -18,31 +15,5 @@
"chainId": 3141,
"networkId": 3141,
"slip44": 1,
"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"
}
]
"explorers": []
}

View File

@ -1,9 +1,10 @@
{
"name": "Filecoin - Wallaby testnet",
"status": "deprecated",
"chain": "FIL",
"icon": "filecoin",
"rpc": ["https://wallaby.node.glif.io/rpc/v1"],
"faucets": ["https://wallaby.yoga/#faucet"],
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "testnet filecoin",
"symbol": "tFIL",

View File

@ -2,7 +2,12 @@
"name": "Filecoin - Calibration testnet",
"chain": "FIL",
"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/"],
"nativeCurrency": {
"name": "testnet filecoin",
@ -29,6 +34,16 @@
"name": "Filfox - Calibration",
"url": "https://calibration.filfox.info",
"standard": "none"
},
{
"name": "Glif Explorer - Calibration",
"url": "https://explorer.glif.io/?network=calibration",
"standard": "none"
},
{
"name": "Beryx",
"url": "https://beryx.zondax.ch",
"standard": "none"
}
]
}