add Singularity ZERO Mainnet (#595)

This commit is contained in:
Andy Lou 2021-11-26 05:44:42 +08:00 committed by GitHub
parent 58131d254a
commit 4254f80dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,26 @@
{
"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"
}]
}