From c8abbaf42fb2687e744bb51b3963c041e9a35d2f Mon Sep 17 00:00:00 2001 From: ligi Date: Wed, 22 May 2019 20:37:45 +0200 Subject: [PATCH] Remove wrong name --- chains.json | 1 - 1 file changed, 1 deletion(-) diff --git a/chains.json b/chains.json index 230e645e..2f9744b6 100644 --- a/chains.json +++ b/chains.json @@ -10,7 +10,6 @@ permalink: chains.json "chain": "{{ chain.chain }}", "network": "{{ chain.network }}", "network_id": {{ chain.network_id }}, - "name": "EtherInc", "rpc": [{% for rpc in chain.rpc %}"{{ rpc }}"{% unless forloop.last %},{% endunless %}{%endfor%}], "faucets": [{% for faucet in chain.faucets %}"{{ faucet }}"{% unless forloop.last %},{% endunless %}{%endfor%}], "info_url": "{{ chain.info_url }}"