Replies: 1 comment
-
| 
         
   const timeLock = await ethers.getContract("TimeLock", deployer);
  const governor = await ethers.getContract("MyGovernor", deployer);
 constructor(
        uint256 minDelay,
        address[] memory proposers,
        address[] memory executors,
        address admin   // <-- unused
    ) TimelockController(minDelay, proposers, executors, msg.sender) {} | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I am Trying to run hardhat deploy but getting these error , all of these three deploy scripts
01-deploy-governor-Token,02-deploy-timelock,03-deploy-governorContractworked fine getting error while setting up the roles first it was a different errorCould not decode the result data, then I copy pasted the deploy script , hardhat.config and package.json file from the github repository mention in the video and now Iam getting these error
Here is my github repository I am currently using
Beta Was this translation helpful? Give feedback.
All reactions