mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Renaming Filecoin Buildernet to Hyperspace testnet (#2120)
* rename buildernet to hyperspace testnet * Update _data/chains/eip155-3141.json * Update _data/chains/eip155-31415.json * revised with prettier * removing Wallaby explorers (moving to Hyperspace) * Update _data/chains/eip155-3141.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
a7766d5d3f
commit
4cb75d32ae
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "Filecoin - Mainnet",
|
||||
"chain": "FIL",
|
||||
"status": "incubating",
|
||||
"rpc": ["https://api.node.glif.io/rpc/v0"],
|
||||
"icon": "filecoin",
|
||||
"rpc": ["https://api.node.glif.io/", "https://rpc.ankr.com/filecoin"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "filecoin",
|
||||
|
@ -11,7 +11,6 @@
|
|||
},
|
||||
"infoURL": "https://filecoin.io",
|
||||
"shortName": "filecoin",
|
||||
"icon": "filecoin",
|
||||
"chainId": 314,
|
||||
"networkId": 314,
|
||||
"slip44": 461,
|
||||
|
|
|
@ -1,19 +1,44 @@
|
|||
{
|
||||
"name": "Filecoin - Buildernet",
|
||||
"name": "Filecoin - Hyperspace testnet",
|
||||
"chain": "FIL",
|
||||
"status": "incubating",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"icon": "filecoin",
|
||||
"rpc": ["https://hyperspace.node.glif.io/rpc/v0"],
|
||||
"faucets": ["https://hyperspace.filtest.network/#faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "filecoin",
|
||||
"symbol": "FIL",
|
||||
"name": "testnet filecoin",
|
||||
"symbol": "tFIL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://filecoin.io",
|
||||
"shortName": "filecoin-buildernet",
|
||||
"icon": "filecoin",
|
||||
"shortName": "filecoin-hyperspace",
|
||||
"chainId": 3141,
|
||||
"networkId": 3141,
|
||||
"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": "Filmine",
|
||||
"url": "https://explorer.filmine.io",
|
||||
"standard": "none"
|
||||
},
|
||||
{
|
||||
"name": "Filscan - Hyperspace",
|
||||
"url": "https://hyperspace.filscan.io",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
{
|
||||
"name": "Filecoin - Wallaby testnet",
|
||||
"chain": "FIL",
|
||||
"status": "incubating",
|
||||
"rpc": [
|
||||
"https://wallaby.filfox.info/rpc/v0",
|
||||
"https://wallaby.node.glif.io/rpc/v0"
|
||||
],
|
||||
"icon": "filecoin",
|
||||
"rpc": ["https://wallaby.node.glif.io/rpc/v0"],
|
||||
"faucets": ["https://wallaby.network/#faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "testnet filecoin",
|
||||
|
@ -14,25 +11,8 @@
|
|||
},
|
||||
"infoURL": "https://filecoin.io",
|
||||
"shortName": "filecoin-wallaby",
|
||||
"icon": "filecoin",
|
||||
"chainId": 31415,
|
||||
"networkId": 31415,
|
||||
"slip44": 1,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Filfox",
|
||||
"url": "https://wallaby.filfox.info",
|
||||
"standard": "none"
|
||||
},
|
||||
{
|
||||
"name": "Glif Explorer",
|
||||
"url": "https://explorer.glif.io/wallaby",
|
||||
"standard": "none"
|
||||
},
|
||||
{
|
||||
"name": "Filscan",
|
||||
"url": "https://wallaby.filscan.io",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
"explorers": []
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Filecoin - Calibration testnet",
|
||||
"chain": "FIL",
|
||||
"status": "incubating",
|
||||
"icon": "filecoin",
|
||||
"rpc": ["https://api.calibration.node.glif.io/rpc/v0"],
|
||||
"faucets": ["https://faucet.calibration.fildev.network/"],
|
||||
"nativeCurrency": {
|
||||
|
@ -11,18 +11,17 @@
|
|||
},
|
||||
"infoURL": "https://filecoin.io",
|
||||
"shortName": "filecoin-calibration",
|
||||
"icon": "filecoin",
|
||||
"chainId": 314159,
|
||||
"networkId": 314159,
|
||||
"slip44": 1,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Filscan",
|
||||
"name": "Filscan - Calibration",
|
||||
"url": "https://calibration.filscan.io",
|
||||
"standard": "none"
|
||||
},
|
||||
{
|
||||
"name": "Filscout",
|
||||
"name": "Filscout - Calibration",
|
||||
"url": "https://calibration.filscout.com/en",
|
||||
"standard": "none"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user