chains/_data/chains/eip155-16.json
Markus Alvila a1b635e546
Update Flare related chains (#1710)
* Update Flare related chains

* Prettier

* Add binary icons

* Remove unreferenced icon
2022-12-17 19:43:55 +01:00

27 lines
587 B
JSON

{
"name": "Flare Testnet Coston",
"chain": "FLR",
"icon": "coston",
"rpc": ["https://coston-api.flare.network/ext/bc/C/rpc"],
"faucets": [
"https://faucet.towolabs.com",
"https://fauceth.komputing.org?chain=16&address=${ADDRESS}"
],
"nativeCurrency": {
"name": "Coston Flare",
"symbol": "CFLR",
"decimals": 18
},
"infoURL": "https://flare.xyz",
"shortName": "cflr",
"chainId": 16,
"networkId": 16,
"explorers": [
{
"name": "blockscout",
"url": "https://coston-explorer.flare.network",
"standard": "EIP3091"
}
]
}