From a89c67080efcd3f58fd073042309431f1a0e5e00 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 2 Nov 2019 11:34:36 -0700 Subject: [PATCH] Added Agoric Smart Contract Platform and Various Repos --- data/ecosystems/a/agoric.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/ecosystems/a/agoric.toml b/data/ecosystems/a/agoric.toml index 28a9d1a5..8341ded4 100644 --- a/data/ecosystems/a/agoric.toml +++ b/data/ecosystems/a/agoric.toml @@ -15,6 +15,12 @@ url = "https://github.com/Agoric/acorn-infix-bang" [[repo]] url = "https://github.com/Agoric/ag-solo" +[[repo]] +url = "https://github.com/Agoric/agoric" + +[[repo]] +url = "https://github.com/Agoric/autoswap-frontend" + [[repo]] url = "https://github.com/Agoric/babel" @@ -180,5 +186,8 @@ url = "https://github.com/Agoric/transform-eventual-send" [[repo]] url = "https://github.com/Agoric/transform-module" +[[repo]] +url = "https://github.com/Agoric/wallet-frontend" + [[repo]] url = "https://github.com/Agoric/Web3-collaboration"