mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@4254f80dc6 🚀
This commit is contained in:
parent
23f66f1c53
commit
a80cfb6bc6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2312,6 +2312,19 @@
|
|||
"rpc": ["https://betaenv.singularity.gold:18545"],
|
||||
"faucets": ["https://nft.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",
|
||||
"chainId": 16000,
|
||||
|
|
|
@ -3126,6 +3126,27 @@
|
|||
"url": "https://betaenv.singularity.gold:18002",
|
||||
"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",
|
||||
"chain": "MTT",
|
||||
|
|
|
@ -177,6 +177,7 @@
|
|||
"smartbchtest": "eip155:10001",
|
||||
"GEN": "eip155:10101",
|
||||
"tZERO": "eip155:12051",
|
||||
"ZERO": "eip155:12052",
|
||||
"mtt": "eip155:16000",
|
||||
"mtttest": "eip155:16001",
|
||||
"web": "eip155:24484",
|
||||
|
|
Loading…
Reference in New Issue
Block a user