From b5a43a58d53335c2d114d691afe4267d66ec7462 Mon Sep 17 00:00:00 2001 From: Philippe Wang Date: Tue, 13 Aug 2019 21:10:25 -0700 Subject: [PATCH] add tezos-indexer (#4) --- data/ecosystems/t/tezos.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/t/tezos.toml b/data/ecosystems/t/tezos.toml index 1b2c188c..2509bea8 100644 --- a/data/ecosystems/t/tezos.toml +++ b/data/ecosystems/t/tezos.toml @@ -325,6 +325,9 @@ tags = ["Wallet"] url = "https://gitlab.com/nomadic-labs/cortez-ios" tags = ["Wallet"] +[[repo]] +url = "https://gitlab.com/nomadic-labs/tezos-indexer" + [[repo]] url = "https://gitlab.com/tezos/tezos" tags = ["Protocol"]