Add missing fields to chains.json

This commit is contained in:
ligi 2019-05-21 01:37:46 +02:00
parent 7c71ee5be2
commit 7efe16c522
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -9,6 +9,10 @@ permalink: chains.json
"short_name": "{{ chain.short_name }}",
"chain": "{{ chain.chain }}",
"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%}],
"faucets": [{% for faucet in chain.faucets %}"{{ faucet }}"{% unless forloop.last %},{% endunless %}{%endfor%}],
"info_url": "{{ chain.info_url }}"
}{% unless forloop.last %},{% endunless %}{% endfor %}
]
]