question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow to verify proxy contracts

See original GitHub issue

Etherscan has the endpoint for verification of proxy-style contract pairs.

It would be a nice feature to allow optionally call https://api.etherscan.io/api?module=contract&action=verifyproxycontract&apikey=YourApiKeyToken after verification of proxy and implementations contracts separately.

I guess this can be implemented by adding an extra --verify-proxy flag to the truffle run verify command.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:14 (10 by maintainers)

github_iconTop GitHub Comments

4reactions
rkaliscommented, May 31, 2021

This is interesting. I can definitely see the value in this. Will need to look into it a bit more though.

1reaction
rkaliscommented, Jan 16, 2022

Thanks @Enigmatic331. Just tested locally, and it’s working from my end. Will publish a new release of truffle-plugin-verify next week that has support for arbiscan and optimistic etherscan API keys.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Verify Proxy Contract — OKExChain docs latest documentation
Verify Proxy Contract on OKLink¶ · Go to your contact page and click on “Verify and Publish” ../../_images/verify-proxy-contract-04. · Copy your contract code ......
Read more >
Cannot auto verify Proxy contract with implementation and ...
I'm trying to auto-verify my upgradable contract with proxies on Ropsten by using overridden task verify:verify in hardhat-upgrades lib but ...
Read more >
Proxy Contract Verification Page - Arbiscan.io
Proxy contract verification tool helps you update your proxy contract with ... This page allows proxy contracts to be linked with their implementation...
Read more >
Verifying Proxy contracts on EtherScan
As the writing of this, EtherScan has added an option for verifying proxy contracts. It can be found under More Options menu on...
Read more >
Proxy Contracts - Tenderly Docs
If you are importing a proxy contract that doesn't conform to one of the two industry standards which Tenderly automatically detects (EIP-1967 and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found