mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
480 B
JSON
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"
|
|
}
|
|
]
|
|
}
|