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

33 lines
615 B
JSON

{
"name": "SanR Chain",
"chain": "SanRChain",
"rpc": ["https://sanrchain-node.santiment.net"],
"faucets": [],
"nativeCurrency": {
"name": "nSAN",
"symbol": "nSAN",
"decimals": 18
},
"infoURL": "https://sanr.app",
"shortName": "SAN",
"chainId": 11888,
"networkId": 11888,
"icon": "sanrchain",
"parent": {
"chain": "eip155-1",
"type": "L2",
"bridges": [
{
"url": "https://sanr.app"
}
]
},
"explorers": [
{
"name": "SanR Chain Explorer",
"url": "https://sanrchain-explorer.santiment.net",
"standard": "none"
}
]
}