chains/_data/chains/eip155-19.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

31 lines
644 B
JSON

{
"name": "Songbird Canary-Network",
"chain": "SGB",
"icon": "songbird",
"rpc": [
"https://songbird.towolabs.com/rpc",
"https://songbird-api.flare.network/ext/C/rpc",
"https://sgb.ftso.com.au/ext/bc/C/rpc",
"https://sgb.lightft.so/rpc",
"https://sgb-rpc.ftso.eu"
],
"faucets": [],
"nativeCurrency": {
"name": "Songbird",
"symbol": "SGB",
"decimals": 18
},
"infoURL": "https://flare.xyz",
"shortName": "sgb",
"chainId": 19,
"networkId": 19,
"explorers": [
{
"name": "blockscout",
"url": "https://songbird-explorer.flare.network",
"standard": "EIP3091"
}
]
}