mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
512 B
JSON
24 lines
512 B
JSON
{
|
|
"name": "Singularity ZERO Mainnet",
|
|
"chain": "ZERO",
|
|
"rpc": ["https://zerorpc.singularity.gold"],
|
|
"faucets": ["https://zeroscan.singularity.gold"],
|
|
"nativeCurrency": {
|
|
"name": "ZERO",
|
|
"symbol": "ZERO",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.singularity.gold",
|
|
"shortName": "ZERO",
|
|
"chainId": 12052,
|
|
"networkId": 12052,
|
|
"slip44": 621,
|
|
"explorers": [
|
|
{
|
|
"name": "zeroscan",
|
|
"url": "https://zeroscan.singularity.gold",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|