mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
a1b635e546
* Update Flare related chains * Prettier * Add binary icons * Remove unreferenced icon
27 lines
587 B
JSON
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"
|
|
}
|
|
]
|
|
}
|