I can't verify the zkSync Era contract.

I can't verify the zkSync Era contract.

I am using: yarn hardhat verify --network zkSyncMainnet [contract address]

However, I am getting an error:

Error: Axios error (code: ERR_BAD_REQUEST) during the contract verification request. Reason: There is no deployed contract on this address.

Hety @David_Amishav can you share the contract link?

npx hardhat verify ${CONTRACT_ADDRESS} --network ${NETWORK_NAME}
I think contract address provided is not deployed.
Please check contract address again.

What is verifyURL for mainnet you put in hardhat config?