From 8da61defa48abaa5bb8803bdc2de4fd3c3dbaf4c Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 9 Oct 2019 13:19:15 -0700 Subject: [PATCH] Added Uniswap's Unipig demo. --- data/ecosystems/u/uniswap.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/u/uniswap.toml b/data/ecosystems/u/uniswap.toml index 908f8925..6cd0744e 100644 --- a/data/ecosystems/u/uniswap.toml +++ b/data/ecosystems/u/uniswap.toml @@ -18,6 +18,9 @@ url = "https://github.com/Uniswap/old-solidity-contracts" [[repo]] url = "https://github.com/Uniswap/uni-registry" +[[repo]] +url = "https://github.com/Uniswap/unipig" + [[repo]] url = "https://github.com/Uniswap/unisocks"