From ec01574e700afd55f66cfba898966ca46d2d06a0 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 4 Dec 2021 14:17:30 -0800 Subject: [PATCH] Added blockchain security contracts to Aave --- data/ecosystems/a/aave.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/a/aave.toml b/data/ecosystems/a/aave.toml index 479d2bdb..ee00214d 100644 --- a/data/ecosystems/a/aave.toml +++ b/data/ecosystems/a/aave.toml @@ -55,6 +55,9 @@ url = "https://github.com/aave/aip-uploader" [[repo]] url = "https://github.com/aave/arc-timelock" +[[repo]] +url = "https://github.com/aave/blockchain-security-contacts" + [[repo]] url = "https://github.com/aave/code-examples-protocol"