Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 693 Bytes

File metadata and controls

22 lines (20 loc) · 693 Bytes
layout title permalink nav_order
default
Chains
/chains/
10

List of chains in block format. You can link directly to each section using the header name:

{% for chain in site.data.chains %} {% assign chainlink = chain.name | downcase | replace: " ", "-" | append: "-" | append: chain.short_name | append: "-" | append: chain.network_id %}

  • Short Name: {{ chain.short_name }}
  • Chain: {{ chain.chain }}
  • Chain ID: {{ chain.chain_id }}
  • Network: {{ chain.network }}
  • Network ID: {{ chain.network_id }}

{% endfor %}