mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
449 B
JSON
24 lines
449 B
JSON
{
|
|
"name": "Exzo Network Mainnet",
|
|
"chain": "EXZO",
|
|
"icon": "exzo",
|
|
"rpc": ["https://mainnet.exzo.technology"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Exzo",
|
|
"symbol": "XZO",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://exzo.network",
|
|
"shortName": "xzo",
|
|
"chainId": 1229,
|
|
"networkId": 1229,
|
|
"explorers": [
|
|
{
|
|
"name": "blockscout",
|
|
"url": "https://exzoscan.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|