chains/_data/chains/eip155-5177.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

24 lines
482 B
JSON

{
"name": "TLChain Network Mainnet",
"chain": "TLC",
"icon": "tlc",
"rpc": ["https://mainnet-rpc.tlxscan.com/"],
"faucets": [],
"nativeCurrency": {
"name": "TLChain Network",
"symbol": "TLC",
"decimals": 18
},
"infoURL": "https://tlchain.network/",
"shortName": "tlc",
"chainId": 5177,
"networkId": 5177,
"explorers": [
{
"name": "TLChain Explorer",
"url": "https://explorer.tlchain.network",
"standard": "none"
}
]
}