From 8166aae6cb202e62aed96529e569b376aeca21d7 Mon Sep 17 00:00:00 2001 From: StakeDAOHQ <100566327+StakeDAOHQ@users.noreply.github.com> Date: Tue, 1 Mar 2022 12:52:28 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 750ec7f..5671ea9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # smart-contracts Stake DAO's smart-contracts and audits + +## Testing Methodology + +All smart contracts were tested using Ganache’s forked mainnet as default network, because a forked version of mainnet already has existing protocols like Curve, Opyn, etc deployed on it for our contracts to interact with, and saves time for us redeploying all of them. + +## Smart Contracts Info +1. All contracts before our next release of features, are immutable. +2. Pause Control is not implemented in the current system. This was to avoid making major changes in the battle-tested smart-contracts that we re-used, which might insert some vulnerabilities.