in the project's root folder results in the following error
Verifying implementation: 0x0fd06dA1E84090B15C3BE23eA134E87e248e2335
The contract 0x0fd06dA1E84090B15C3BE23eA134E87e248e2335 has already been verified
Verifying beacon: 0xe50953d06215420276D147dce9C6986C518968D5
An unexpected error occurred:
Error: Could not find an event with any of the following topics in the logs for address 0xe50953d06215420276D147dce9C6986C518968D5: OwnershipTransferred(address,address)
If the proxy was recently deployed, the transaction may not be available on Etherscan yet. Try running the verify task again after waiting a few blocks.
When commenting out the import '@openzeppelin/hardhat-upgrades'; statement from the hardhat.config.ts, it works.
Is there an option to run the verification task without beacon detection or some other way to solve this issue?