mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
483 B
JSON
24 lines
483 B
JSON
{
|
|
"name": "Songbird Canary-Network",
|
|
"chain": "SGB",
|
|
"network": "songbird",
|
|
"rpc": [
|
|
],
|
|
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
|
"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": "none"
|
|
}]
|
|
}
|