chains/_data/chains/eip155-16.json
2022-08-31 17:24:33 +02:00

26 lines
567 B
JSON

{
"name": "Flare Testnet Coston",
"chain": "FLR",
"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"
}
]
}