Defender Timelock - Contract Verification

Hello everyone

I'm trying to verify the timelock deployed by defender but I keep facing issues. When I try to do it through hardhat I get an error that I'm missing a specific build file (which I'm not sure where to get).

I deployed the timelock contract 2 weeks ago and it's really important for me to verify this contract ASAP.

This is the contract I'm trying to verify: https://polygonscan.com/address/0xa9fb8f91dd8b66ef4c37a5c16f4b5792e86fbe61#code

Any help is appreciated.

Hi @Hasan_Khadra, I was able to verify your contract at https://polygonscan.com/address/0xa9fb8f91dd8b66ef4c37a5c16f4b5792e86fbe61.

For the record, here is the Solidity Standard-JSON Input that I used. The compiler version is 0.8.13 and license is MIT.

TimelockController.json (56.9 KB)

1 Like