mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
531 B
JSON
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"
|
|
}
|
|
]
|
|
}
|