From b3fe45ae7e37adc47eebcd99039bacf80432f3db Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 25 Mar 2020 15:58:36 -0700 Subject: [PATCH] Added Uniswap v1 and v2 repos --- data/ecosystems/u/uniswap.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/ecosystems/u/uniswap.toml b/data/ecosystems/u/uniswap.toml index 6cd0744e..ede379ce 100644 --- a/data/ecosystems/u/uniswap.toml +++ b/data/ecosystems/u/uniswap.toml @@ -45,12 +45,24 @@ url = "https://github.com/Uniswap/uniswap-info" [[repo]] url = "https://github.com/Uniswap/uniswap-io" +[[repo]] +url = "https://github.com/Uniswap/uniswap-org" + [[repo]] url = "https://github.com/Uniswap/uniswap-pink" [[repo]] url = "https://github.com/Uniswap/uniswap-sdk" +[[repo]] +url = "https://github.com/Uniswap/uniswap-v1" + +[[repo]] +url = "https://github.com/Uniswap/uniswap-v2-core" + +[[repo]] +url = "https://github.com/Uniswap/uniswap-v2-periphery" + [[repo]] url = "https://github.com/Uniswap/universe"