mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Remove wrong name
This commit is contained in:
parent
cd83af805e
commit
c8abbaf42f
|
@ -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 }}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user