Need help to verify timelock contract on fantom


Hi.
I would like to verify timelock contract of defender app on fantom.
Could you please how can i solve this problem?
I tried myself to verify contract but it was difficult to find correct contract code or ABI.
Let me know the correct info.

Thanks.
Regards.

Hi @Jason1

We have some documentation that might help you in the process of verifying the contract here.
This includes the specific version of the timelock controller we're using (v4.3.1), as well as the compiler options:

solidity: {
    version: "0.8.4",
    settings: {
        optimizer: {
            enabled: true,
            runs: 200
        }
    }
}

Let me know if that helps?