chains/_data/chains/eip155-32659.json
Philip Fan 9cd1ca738f
Update Fusion Network rpc, logo, config (#2136)
* 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
2023-01-15 22:08:15 +01:00

27 lines
581 B
JSON

{
"name": "Fusion Mainnet",
"chain": "FSN",
"icon": "fusion",
"rpc": ["https://mainnet.fusionnetwork.io", "wss://mainnet.fusionnetwork.io"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Fusion",
"symbol": "FSN",
"decimals": 18
},
"infoURL": "https://fusion.org",
"shortName": "fsn",
"chainId": 32659,
"networkId": 32659,
"slip44": 288,
"explorers": [
{
"name": "fsnscan",
"url": "https://fsnscan.com",
"icon": "fsnscan",
"standard": "EIP3091"
}
]
}