mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
b0a98a61e0
* Create eip155-85449 add new network CyberTrust Testnet * Rename eip155-85449 to eip155-85449.json update file format with .json
16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"name": "CYBERTRUST",
|
|
"chain": "CYBER",
|
|
"rpc": ["http://testnet.cybertrust.space:48501"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Cyber Trust",
|
|
"symbol": "CYBER",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://cybertrust.space",
|
|
"shortName": "Cyber",
|
|
"chainId": 85449,
|
|
"networkId": 48501
|
|
}
|