diff --git a/.gitignore b/.gitignore index 032ab2f..3a383e6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,5 +15,4 @@ node_modules # ignore foundry deploy artifacts broadcast/ -reports/ input.json diff --git a/.gitmodules b/.gitmodules index 22def45..383ada2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "lib/aave-delivery-infrastructure"] path = lib/aave-delivery-infrastructure url = https://github.com/bgd-labs/aave-delivery-infrastructure - branch = fix/add-old-interface-gg + branch = feat/phase-3 diff --git a/lib/aave-delivery-infrastructure b/lib/aave-delivery-infrastructure index be3f0b9..3c842f4 160000 --- a/lib/aave-delivery-infrastructure +++ b/lib/aave-delivery-infrastructure @@ -1 +1 @@ -Subproject commit be3f0b98880204c90d7c336353fcdaff947b6881 +Subproject commit 3c842f4d0a484ea8f574ab31c4a50026e16691ec diff --git a/reports/.gitignore b/reports/.gitignore new file mode 100644 index 0000000..e073e4a --- /dev/null +++ b/reports/.gitignore @@ -0,0 +1,5 @@ +# File: .cache/.gitignore +# Ignore everything in this directory +* +# Except for this file +!.gitignore