Skip to content
Discussion options

You must be logged in to vote

I fixed my issue. Apparently, I need to ensure that my deployed contract is recognized as a contract or already verified with the following API:

api_contract_url = f"{self.uri}/api/v2/addresses/{address}"

By waiting in a session to get is_contract=true or is_verified=true, the previous call to verify with Vyper is working 👍

I managed to get this by testing on the Blockscout explorer and checking the Fetch/xhr tab of Networks.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@s3bc40
Comment options

@s3bc40
Comment options

Answer selected by s3bc40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants