Deployment guide Set parameters Put the name of the network you want to deploy to and the pool you want to deploy in deployment-configs/config.json Ensure the network config file deployment-configs/networks/[networkName].json has the correct global parameters Ensure the pool config file deployment-configs/pools/[poolName].json has the correct pool-scope parameters Ensure the protocol config file deployment-configs/protocols/[moneyMarket].json has the correct protocol specific addresses Deploy DInterest pool npx buidler deploy --tags DInterest --network [networkName] Transfer shared contracts' ownerships to governance treasury npx buidler deploy --tags transfer-ownerships --network [networkName]