mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
27 lines
536 B
JSON
27 lines
536 B
JSON
{
|
|
"name": "Singularity ZERO Mainnet",
|
|
"chain": "ZERO",
|
|
"network": "mainnet",
|
|
"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"
|
|
}]
|
|
}
|