From d80da7630f5df2000169e474a5b1872c979eee30 Mon Sep 17 00:00:00 2001 From: Andy Nogueira Date: Fri, 21 May 2021 07:35:31 -0400 Subject: [PATCH] Adding the ts-relayer to the implementations list (#9380) --- docs/ibc/relayer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ibc/relayer.md b/docs/ibc/relayer.md index ab01a743d5..66749bf476 100644 --- a/docs/ibc/relayer.md +++ b/docs/ibc/relayer.md @@ -44,3 +44,4 @@ piece of information needed to relay a packet. - [Golang Relayer](https://github.com/iqlusioninc/relayer) - [Hermes](https://github.com/informalsystems/ibc-rs/tree/master/relayer) +- [Typescript Relayer](https://github.com/confio/ts-relayer)