From 087f48ff4570364d4efd042a9e422ccc2b57114b Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 29 Apr 2020 14:42:23 -0700 Subject: [PATCH] Added Aave improvement protocols, deposit-borrow-box and flashloan-box repos --- data/ecosystems/a/aave.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/ecosystems/a/aave.toml b/data/ecosystems/a/aave.toml index 366a00b0..13d789a7 100644 --- a/data/ecosystems/a/aave.toml +++ b/data/ecosystems/a/aave.toml @@ -15,15 +15,24 @@ url = "https://github.com/aave/aave-js" [[repo]] url = "https://github.com/aave/aave-protocol" +[[repo]] +url = "https://github.com/aave/aip" + [[repo]] url = "https://github.com/aave/DeFi-Pulse-Adapters" +[[repo]] +url = "https://github.com/aave/deposit-borrow-box" + [[repo]] url = "https://github.com/aave/dlp-docs-abi" [[repo]] url = "https://github.com/aave/ethlondon-flash" +[[repo]] +url = "https://github.com/aave/flashloan-box" + [[repo]] url = "https://github.com/aave/liquidation-ui"