diff --git a/_data/chains/eip155-2213.json b/_data/chains/eip155-2213.json new file mode 100644 index 00000000..b79ae5cf --- /dev/null +++ b/_data/chains/eip155-2213.json @@ -0,0 +1,25 @@ +{ + "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/" + } + ] +} \ No newline at end of file diff --git a/_data/icons/evanesco.json b/_data/icons/evanesco.json new file mode 100644 index 00000000..55763ee4 --- /dev/null +++ b/_data/icons/evanesco.json @@ -0,0 +1,8 @@ +[ + { + "url": "https://gateway.pinata.cloud/ipfs/QmZbmGYdfbMRrWJore3c7hyD6q7B5pXHJqTSNjbZZUK6V8", + "width": 200, + "height": 200, + "format": "png" + } +] \ No newline at end of file