chains/_data/chains/eip155-1230.json
Ashutosh Kumar 16bc050927
Validate Shortname (#1510)
* Validate Shortname with Max Length of 64

* Removed Spaces from `shortName`
2022-08-30 18:48:47 +02:00

25 lines
499 B
JSON

{
"name": "Ultron Testnet",
"chain": "Ultron",
"icon": "ultron",
"rpc": ["https://ultron-dev.io"],
"faucets": [],
"nativeCurrency": {
"name": "Ultron",
"symbol": "ULX",
"decimals": 18
},
"infoURL": "https://ultron.foundation",
"shortName": "UltronTestnet",
"chainId": 1230,
"networkId": 1230,
"explorers": [
{
"name": "Ultron Testnet Explorer",
"url": "https://explorer.ultron-dev.io",
"icon": "ultron",
"standard": "none"
}
]
}