Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson 6 : Brownie verify #1902

Open
DS-Coding0 opened this issue Apr 22, 2024 · 0 comments
Open

Lesson 6 : Brownie verify #1902

DS-Coding0 opened this issue Apr 22, 2024 · 0 comments

Comments

@DS-Coding0
Copy link

If i want to verify the contract trough Etherscan API i get this Error:

File "C:\Program, line line, in in
return_value, frame = run(
File "C:\Program, line line, in in
return_value = f_locals[method_name](*args, **kwargs)
File ".\scripts\deploy.py", line 11, in main
deploy_fund_me()
File ".\scripts\deploy.py", line 6, in deploy_fund_me
fund_me = FundMe.deploy({"from": account}, publish_source=True)
File "C:\Program, line line, in in
return tx["from"].deploy(
File "C:\Program, line line, in in
contract.publish_source(deployed_contract, silent=silent)
File "C:\Program, line line, in in
data = response.json()
File "C:\Program, line line, in in
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
JSONDecodeError: Expecting value: line 3 column 1 (char 4)

Transaction is sent and FundMe is successful deployed.

But after that i get this error.

Etherscan API is set correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant