mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
477 B
JSON
25 lines
477 B
JSON
{
|
|
"name": "Eurus Mainnet",
|
|
"chain": "EUN",
|
|
"rpc": ["https://mainnet.eurus.network/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Eurus",
|
|
"symbol": "EUN",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://eurus.network",
|
|
"shortName": "eun",
|
|
"chainId": 1008,
|
|
"networkId": 1008,
|
|
"icon": "eurus",
|
|
"explorers": [
|
|
{
|
|
"name": "eurusexplorer",
|
|
"url": "https://explorer.eurus.network",
|
|
"icon": "eurus",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|