mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Ignore deprecated folder - closes #156
This commit is contained in:
parent
928c613e86
commit
0a0d299bb6
|
@ -2,7 +2,7 @@
|
||||||
layout: none
|
layout: none
|
||||||
permalink: chains.json
|
permalink: chains.json
|
||||||
---
|
---
|
||||||
[{% assign chains = site.data.chains | sort %}{% for json in chains %}{% assign chain = json[1] %}
|
[{% assign chains = site.data.chains | sort %}{% for json in chains %}{% if json[0] != "deprecated" %}{% assign chain = json[1] %}
|
||||||
{
|
{
|
||||||
"name": "{{ chain.name }}",
|
"name": "{{ chain.name }}",
|
||||||
"chainId": {{ chain.chainId }},
|
"chainId": {{ chain.chainId }},
|
||||||
|
@ -14,5 +14,5 @@ permalink: chains.json
|
||||||
"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%}],
|
||||||
"infoURL": "{{ chain.infoURL }}"
|
"infoURL": "{{ chain.infoURL }}"
|
||||||
}{% unless forloop.last %},{% endunless %}{% endfor %}
|
}{% unless forloop.last %},{% endunless %}{% endif %}{% endfor %}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user