mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Create eip155-27082022.json and eip155-27082017.json create new excoincial chain create new excoincial-volta testnet chain * prettier fixes * remove redundant parameter network Co-authored-by: Oleksandr Papevis <sasha@papevis.com>
25 lines
452 B
JSON
25 lines
452 B
JSON
{
|
|
"name": "Excoincial Chain Mainnet",
|
|
"chain": "EXL",
|
|
"icon": "exl",
|
|
"rpc": ["https://rpc.exlscan.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Exlcoin",
|
|
"symbol": "EXL",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "",
|
|
"shortName": "exl",
|
|
"chainId": 27082022,
|
|
"networkId": 27082022,
|
|
"explorers": [
|
|
{
|
|
"name": "exlscan",
|
|
"url": "https://exlscan.com",
|
|
"icon": "exl",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|