From f29b5dbcbe682f644849cc13d34c5bf01e59fb97 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 25 Jan 2020 09:06:50 -0800 Subject: [PATCH] Added symteal repo to Algorand ecosystem --- data/ecosystems/a/algorand.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/a/algorand.toml b/data/ecosystems/a/algorand.toml index 405f3332..b8b5ddc4 100644 --- a/data/ecosystems/a/algorand.toml +++ b/data/ecosystems/a/algorand.toml @@ -93,6 +93,9 @@ url = "https://github.com/algorand/pyteal" [[repo]] url = "https://github.com/algorand/sandbox" +[[repo]] +url = "https://github.com/algorand/symteal" + [[repo]] url = "https://github.com/algorand/tealfuzz"