You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be useful. I'm imagining a simple contract with a mapping(address delegatee => uint256 score) delegateeScores. But then would we deploy a new contract for each of the DAOs that implement it. Would it make sense then to make it a canonical contract where the Oracle updates scores for delegates in all DAOs like mapping(uint256 DAOIdentifier => address delegatee => uint256 score) delegateeScoresAcrossDaos?
For example, what if we wanted to change the calculator but leave the oracle updates the same, or vice versa.
The text was updated successfully, but these errors were encountered: