Remove wrong name

This commit is contained in:
ligi 2019-05-22 20:37:45 +02:00
parent cd83af805e
commit c8abbaf42f
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -10,7 +10,6 @@ permalink: chains.json
"chain": "{{ chain.chain }}", "chain": "{{ chain.chain }}",
"network": "{{ chain.network }}", "network": "{{ chain.network }}",
"network_id": {{ chain.network_id }}, "network_id": {{ chain.network_id }},
"name": "EtherInc",
"rpc": [{% for rpc in chain.rpc %}"{{ rpc }}"{% unless forloop.last %},{% endunless %}{%endfor%}], "rpc": [{% for rpc in chain.rpc %}"{{ rpc }}"{% unless forloop.last %},{% endunless %}{%endfor%}],
"faucets": [{% for faucet in chain.faucets %}"{{ faucet }}"{% unless forloop.last %},{% endunless %}{%endfor%}], "faucets": [{% for faucet in chain.faucets %}"{{ faucet }}"{% unless forloop.last %},{% endunless %}{%endfor%}],
"info_url": "{{ chain.info_url }}" "info_url": "{{ chain.info_url }}"