mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* add cybeth icon and chain file * added the icon in iconsDownload --------- Co-authored-by: ligi <ligi@ligi.de>
26 lines
526 B
JSON
26 lines
526 B
JSON
{
|
|
"name": "CyberdeckNet",
|
|
"chain": "cyberdeck",
|
|
"rpc": ["http://cybeth1.cyberdeck.eu:8545"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Cyb",
|
|
"symbol": "CYB",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://cyberdeck.eu",
|
|
"shortName": "cyb",
|
|
"chainId": 1146703430,
|
|
"networkId": 1146703430,
|
|
"icon": "cyberdeck",
|
|
"status": "active",
|
|
"explorers": [
|
|
{
|
|
"name": "CybEthExplorer",
|
|
"url": "http://cybeth1.cyberdeck.eu:8000",
|
|
"icon": "cyberdeck",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|