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@fcd95aa1b5 🚀
This commit is contained in:
parent
1f0281e8b7
commit
9716bfed72
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2910,6 +2910,19 @@
|
|||
"rpc": ["https://rpc.tanenbaum.io", "wss://rpc.tanenbaum.io/wss"],
|
||||
"faucets": ["https://faucet.tanenbaum.io"],
|
||||
"infoURL": "https://syscoin.org"
|
||||
}, {
|
||||
"name": "Digest Swarm Chain",
|
||||
"chainId": 5777,
|
||||
"shortName": "dgcc",
|
||||
"networkId": 5777,
|
||||
"nativeCurrency": {
|
||||
"name": "DigestCoin",
|
||||
"symbol": "DGCC",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.digestgroup.ltd"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://digestgroup.ltd"
|
||||
}, {
|
||||
"name": "Ontology Testnet",
|
||||
"chainId": 5851,
|
||||
|
|
|
@ -3986,6 +3986,26 @@
|
|||
"url": "https://tanenbaum.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Digest Swarm Chain",
|
||||
"chain": "DSC",
|
||||
"icon": "swarmchain",
|
||||
"rpc": ["https://rpc.digestgroup.ltd"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "DigestCoin",
|
||||
"symbol": "DGCC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://digestgroup.ltd",
|
||||
"shortName": "dgcc",
|
||||
"chainId": 5777,
|
||||
"networkId": 5777,
|
||||
"explorers": [{
|
||||
"name": "swarmexplorer",
|
||||
"url": "https://explorer.digestgroup.ltd",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Ontology Testnet",
|
||||
"chain": "Ontology",
|
||||
|
|
|
@ -223,6 +223,7 @@
|
|||
"es": "eip155:5197",
|
||||
"UZMI": "eip155:5315",
|
||||
"tsys": "eip155:5700",
|
||||
"dgcc": "eip155:5777",
|
||||
"Ontology Testnet": "eip155:5851",
|
||||
"rbd": "eip155:5869",
|
||||
"pixie-chain": "eip155:6626",
|
||||
|
|
Loading…
Reference in New Issue
Block a user