chains/_data/chains/eip155-14.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

24 lines
463 B
JSON

{
"name": "Flare Mainnet",
"chain": "FLR",
"icon": "flare",
"rpc": ["https://flare-api.flare.network/ext/C/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Flare",
"symbol": "FLR",
"decimals": 18
},
"infoURL": "https://flare.xyz",
"shortName": "flr",
"chainId": 14,
"networkId": 14,
"explorers": [
{
"name": "blockscout",
"url": "https://flare-explorer.flare.network",
"standard": "EIP3091"
}
]
}