From 429c70070531fc6d0556be93d2cde19792357f67 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Wed, 9 Oct 2024 22:27:59 +0200 Subject: [PATCH] chain registry --- documentation/docs/pages/developers/chain/cosmos-registry.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 documentation/docs/pages/developers/chain/cosmos-registry.md diff --git a/documentation/docs/pages/developers/chain/cosmos-registry.md b/documentation/docs/pages/developers/chain/cosmos-registry.md new file mode 100644 index 0000000000..1165ff1822 --- /dev/null +++ b/documentation/docs/pages/developers/chain/cosmos-registry.md @@ -0,0 +1,2 @@ +# Cosmos Registry +You can find all relevant information (chain info, RPC endpoints, etc) on the [Cosmos Chain Registry](https://github.com/cosmos/chain-registry/tree/master/nyx).