This ticket aims to make the folder structure cleaner
move mips into their own separate folder
refactor how environment variables are used so you just need to set a directory and it finds the MTokens.json, RewardsConfig.json and ProposalDescription.md automatically based on the directory. This means that all files for MIP's must be named the same. Update docs so it's clear what a user needs to do.
move all hardcoded addresses in addresses.sol into their own respective JSON file. read these files in
update proposals framework to spit out information that is easily placed into the JSON file when new contracts are deployed.
This ticket aims to make the folder structure cleaner