-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
540a857
commit 8166aae
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |