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

* add evanesco chain * add avis testnet * Update _data/chains/eip155-2213.json Co-authored-by: ligi <ligi@ligi.de> * Update _data/chains/eip155-2213.json Co-authored-by: ligi <ligi@ligi.de> * Update _data/icons/evanesco.json Co-authored-by: ligi <ligi@ligi.de> Co-authored-by: ligi <ligi@ligi.de>
26 lines
498 B
JSON
26 lines
498 B
JSON
{
|
|
"name": "Evanesco Mainnet",
|
|
"chain": "EVA",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://seed4.evanesco.org:8546"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "EVA",
|
|
"symbol": "EVA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://evanesco.org/",
|
|
"shortName": "evanesco",
|
|
"chainId": 2213,
|
|
"networkId": 2213,
|
|
"icon": "evanesco",
|
|
"explorers": [
|
|
{
|
|
"name": "Evanesco Explorer",
|
|
"url": "https://explorer.evanesco.org",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
} |