From 40702e1354f9208b31d7e82facb2bca9c0170ec9 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 21 Feb 2020 08:53:27 -0800 Subject: [PATCH] Added SES-shim and exchange frontend repos to Agoric --- data/ecosystems/a/agoric.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/ecosystems/a/agoric.toml b/data/ecosystems/a/agoric.toml index b9a11cca..d2fb9642 100644 --- a/data/ecosystems/a/agoric.toml +++ b/data/ecosystems/a/agoric.toml @@ -177,6 +177,12 @@ url = "https://github.com/Agoric/SES" [[repo]] url = "https://github.com/Agoric/SES-beta" +[[repo]] +url = "https://github.com/Agoric/SES-shim" + +[[repo]] +url = "https://github.com/Agoric/simple-exchange-frontend" + [[repo]] url = "https://github.com/Agoric/solo-main"