How to initiate the first auction after deploying contracts? #854
Unanswered
random-potential
asked this question in
Solidity / smart contracts
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have deployed Nouns contracts on testnet. The owner of the
auction
contract is by default set to theNounsDAOExecutor
contract. To start the first auction I should callunpause()
, and the call must be made byNounsDAOExecutor
, correct? If yes, what's the process for it?Beta Was this translation helpful? Give feedback.
All reactions