Skip to content

Commit

Permalink
docs(network): add blockchain height badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed May 22, 2024
1 parent 1cafe18 commit 14a8d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chains/drunemeton-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
![audience](https://img.shields.io/badge/audience-public-white.svg?style=for-the-badge)
![incentivized-✖️](https://img.shields.io/badge/incentivized-✖️-29220A.svg?style=for-the-badge)
![genesis-time](https://img.shields.io/badge/%E2%8F%B0%20genesis%20time-2024--02--06T15%3A00%3A00Z-red?style=for-the-badge)
![chain-height](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.drunemeton.okp4.network%2Fcosmos%2Fbase%2Ftendermint%2Fv1beta1%2Fblocks%2Flatest&query=%24.block.header.height&style=for-the-badge&label=height&color=%231E2A4E&cacheSeconds=6)

> [!IMPORTANT]
> This network was originally created under the former `OKP4` brand.
Expand Down
1 change: 1 addition & 0 deletions chains/drunemeton-1/README.md.gtpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
![audience](https://img.shields.io/badge/audience-public-white.svg?style=for-the-badge)
![incentivized-✖️](https://img.shields.io/badge/incentivized-✖️-29220A.svg?style=for-the-badge)
![genesis-time](https://img.shields.io/badge/{{ "⏰" | urlquery }}%20genesis%20time-{{ (datasource "genesis").genesis_time | urlquery | strings.ReplaceAll "-" "--" }}-red?style=for-the-badge)
![chain-height](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.drunemeton.okp4.network%2Fcosmos%2Fbase%2Ftendermint%2Fv1beta1%2Fblocks%2Flatest&query=%24.block.header.height&style=for-the-badge&label=height&color=%231E2A4E&cacheSeconds=6)

> [!IMPORTANT]
> This network was originally created under the former `OKP4` brand.
Expand Down

0 comments on commit 14a8d1a

Please sign in to comment.