mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add _data/chains/eip155-29032022.json * Add _data/icons/flacoin.json * add iconsDownload * npx prettier
25 lines
542 B
JSON
25 lines
542 B
JSON
{
|
|
"name": "Flachain Mainnet",
|
|
"chain": "FLX",
|
|
"icon": "flacoin",
|
|
"rpc": ["https://flachain.flaexchange.top/"],
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Flacoin",
|
|
"symbol": "FLA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.flaexchange.top",
|
|
"shortName": "fla",
|
|
"chainId": 29032022,
|
|
"networkId": 29032022,
|
|
"explorers": [
|
|
{
|
|
"name": "FLXExplorer",
|
|
"url": "https://explorer.flaexchange.top",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|