mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
9cd1ca738f
* Update Fusion Network rpc, logo, config * Add icon file for Fusion Network * Update Fusion Network rpc, logo, config * Add icon file for Fusion Network * pretty the json file * correct the svg icon width/height
27 lines
600 B
JSON
27 lines
600 B
JSON
{
|
|
"name": "Fusion Testnet",
|
|
"chain": "FSN",
|
|
"icon": "fusion",
|
|
"rpc": ["https://testnet.fusionnetwork.io", "wss://testnet.fusionnetwork.io"],
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Testnet Fusion",
|
|
"symbol": "T-FSN",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://fusion.org",
|
|
"shortName": "tfsn",
|
|
"chainId": 46688,
|
|
"networkId": 46688,
|
|
"slip44": 288,
|
|
"explorers": [
|
|
{
|
|
"name": "fsnscan",
|
|
"url": "https://testnet.fsnscan.com",
|
|
"icon": "fsnscan",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|