mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
431 B
JSON
23 lines
431 B
JSON
{
|
|
"name": "Star Social Testnet",
|
|
"chain": "SNS",
|
|
"rpc": ["https://avastar.cc/ext/bc/C/rpc"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Social",
|
|
"symbol": "SNS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://info.avastar.cc",
|
|
"shortName": "SNS",
|
|
"chainId": 700,
|
|
"networkId": 700,
|
|
"explorers": [
|
|
{
|
|
"name": "starscan",
|
|
"url": "https://avastar.info",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|