mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
33 lines
615 B
JSON
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"
|
|
}
|
|
]
|
|
}
|