Stake DAO's smart-contracts and audits
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.
- All contracts before our next release of features, are immutable.
- 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.