chains/_data/chains/eip155-1231.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
480 B
JSON

{
"name": "Ultron Mainnet",
"chain": "Ultron",
"icon": "ultron",
"rpc": ["https://ultron-rpc.net"],
"faucets": [],
"nativeCurrency": {
"name": "Ultron",
"symbol": "ULX",
"decimals": 18
},
"infoURL": "https://ultron.foundation",
"shortName": "UtronMainnet",
"chainId": 1231,
"networkId": 1231,
"explorers": [
{
"name": "Ultron Explorer",
"url": "https://ulxscan.com",
"icon": "ultron",
"standard": "none"
}
]
}