chains/_data/chains/eip155-114.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

24 lines
531 B
JSON

{
"name": "Flare Testnet Coston2",
"chain": "FLR",
"icon": "coston2",
"rpc": ["https://coston2-api.flare.network/ext/bc/C/rpc"],
"faucets": ["https://coston2-faucet.towolabs.com"],
"nativeCurrency": {
"name": "Coston2 Flare",
"symbol": "C2FLR",
"decimals": 18
},
"infoURL": "https://flare.xyz",
"shortName": "c2flr",
"chainId": 114,
"networkId": 114,
"explorers": [
{
"name": "blockscout",
"url": "https://coston2-explorer.flare.network",
"standard": "EIP3091"
}
]
}