contracts icon indicating copy to clipboard operation
contracts copied to clipboard

Solidity smart contracts of CodeforDAO

Results 1 contracts issues
Sort by recently updated
recently updated
newest added

Failed to run `npm run compile` on OSX 12.6 with Node.js v16.4.2. The message says `TypeError: Function needs to specify overridden contract "GovernorVotes"`. It appears that [`override(Governor, IGovernor)`](https://github.com/CodeforDAO/contracts/blob/main/contracts/core/Governor.sol#L69) should be...