llamaxyz / refactor-aave-rf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor AAVE Reserve Factor

We will independently deploy the ProposalPayload contract and propose an AIP that will call its execute function. This repo contains the contract, tests and deployment script to ensure the integrity of proposal execution. The actual governance proposal and testing of the voting process will be in a fork of AIP.

Setup

$ git clone https://github.com/llama-community/refactor-aave-rf.git
$ cd refactor-aave-rf
$ git submodule update --init --recursive

Tests

$ make test

About

License:GNU Affero General Public License v3.0


Languages

Language:Solidity 92.8%Language:Shell 5.7%Language:Makefile 1.6%