mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
24 lines
463 B
JSON
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"
|
|
}
|
|
]
|
|
}
|