mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add missing fields to chains.json
This commit is contained in:
parent
7c71ee5be2
commit
7efe16c522
|
@ -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 %}
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user