Help me to verifying proxy contract in Mumbai Testnet Network

Hi,

I’m trying to verify the proxy contract on Mumbai Testnet Network but I’m facing problems. Help me to verify the proxy contract.

Here is the address for verification :

Proxy: 0x6aa8c5cbb1a2a4fa3b27d1711f411bc0ab27193a

What block explorer are you trying to verify on?

I’m trying to verfiy on matic testnet name mumbai tesetnetwork : https://explorer-mumbai.maticvigil.com/

I don’t see a contract at the address that you provided.

https://explorer-mumbai.maticvigil.com/address/0x6aa8c5Cbb1A2a4Fa3B27d1711F411Bc0aB27193A

Sorry I have added wrong address here is right one : 0xbFC244027E0D16F483E8A552B00f46278A5439D9

Which package version do you use?

Compiler version : version: “0.8.3”
@openzeppelin/contracts-upgradeable : ^4.0.0

Unfortunately can’t verify until solc standard JSON input is support for verification.

This seems to be tracked in the following issue:

So give me a suggestion, what I can do ??

As far as I can tell best you can do right now is to show support for the feature request in the GitHub issue I mentioned.

Another option is to do a manual proxy deployment with a single-file proxy contract that you will then be able to verify. We won’t be able to help with this though.