From e5aa4e926540d1e793afe8e87715a2bd060eac89 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 17 Dec 2020 08:43:08 -0800 Subject: [PATCH] Added more Aave contracts --- data/ecosystems/a/aave.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/ecosystems/a/aave.toml b/data/ecosystems/a/aave.toml index a7e5e949..91856399 100644 --- a/data/ecosystems/a/aave.toml +++ b/data/ecosystems/a/aave.toml @@ -15,12 +15,21 @@ url = "https://github.com/aave/aave-js" [[repo]] url = "https://github.com/aave/aave-protocol" +[[repo]] +url = "https://github.com/aave/aave-stake-v2" + [[repo]] url = "https://github.com/aave/aave-token" +[[repo]] +url = "https://github.com/aave/aave-token-v2" + [[repo]] url = "https://github.com/aave/aip" +[[repo]] +url = "https://github.com/aave/aip-uploader" + [[repo]] url = "https://github.com/aave/code-examples-protocol" @@ -42,6 +51,9 @@ url = "https://github.com/aave/flashloan-box" [[repo]] url = "https://github.com/aave/genesis-migration" +[[repo]] +url = "https://github.com/aave/governance-v2" + [[repo]] url = "https://github.com/aave/liquidation-ui"