From eecc9089c8e713ec0dea8aba1e5eb4b3b7221031 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 19 Sep 2020 11:04:26 -0700 Subject: [PATCH] Added merkle-distributor for Uniswap --- 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 07ff6938..e39e2f35 100644 --- a/data/ecosystems/u/uniswap.toml +++ b/data/ecosystems/u/uniswap.toml @@ -27,6 +27,9 @@ url = "https://github.com/Uniswap/docs" [[repo]] url = "https://github.com/Uniswap/ipfs-pinata-deploy-action" +[[repo]] +url = "https://github.com/Uniswap/merkle-distributor" + [[repo]] url = "https://github.com/Uniswap/old-solidity-contracts"