Deploying to gh-pages from @ ethereum-lists/chains@4254f80dc6 🚀

This commit is contained in:
ligi 2021-11-25 21:46:46 +00:00
parent 23f66f1c53
commit a80cfb6bc6
5 changed files with 37 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2312,6 +2312,19 @@
"rpc": ["https://betaenv.singularity.gold:18545"], "rpc": ["https://betaenv.singularity.gold:18545"],
"faucets": ["https://nft.singularity.gold"], "faucets": ["https://nft.singularity.gold"],
"infoURL": "https://www.singularity.gold" "infoURL": "https://www.singularity.gold"
}, {
"name": "Singularity ZERO Mainnet",
"chainId": 12052,
"shortName": "ZERO",
"networkId": 12052,
"nativeCurrency": {
"name": "ZERO",
"symbol": "ZERO",
"decimals": 18
},
"rpc": ["https://zerorpc.singularity.gold"],
"faucets": ["https://zeroscan.singularity.gold"],
"infoURL": "https://www.singularity.gold"
}, { }, {
"name": "MetaDot Mainnet", "name": "MetaDot Mainnet",
"chainId": 16000, "chainId": 16000,

View File

@ -3126,6 +3126,27 @@
"url": "https://betaenv.singularity.gold:18002", "url": "https://betaenv.singularity.gold:18002",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"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"
}]
}, { }, {
"name": "MetaDot Mainnet", "name": "MetaDot Mainnet",
"chain": "MTT", "chain": "MTT",

View File

@ -177,6 +177,7 @@
"smartbchtest": "eip155:10001", "smartbchtest": "eip155:10001",
"GEN": "eip155:10101", "GEN": "eip155:10101",
"tZERO": "eip155:12051", "tZERO": "eip155:12051",
"ZERO": "eip155:12052",
"mtt": "eip155:16000", "mtt": "eip155:16000",
"mtttest": "eip155:16001", "mtttest": "eip155:16001",
"web": "eip155:24484", "web": "eip155:24484",