brownie icon indicating copy to clipboard operation
brownie copied to clipboard

Publish_source fails every time

Open rodriguesmvinicius opened this issue 2 years ago • 4 comments

Environment information

  • brownie Version: 1.19.0
  • ganache-cli Version: 6.12.2
  • solcx Version: 1.1.1
  • solc Version: 0.8.11
  • Python Version: 3.9.10
  • OS: win

What was wrong?

publish_source always fail with no clear reason. (Result: Fail - Unable to verify)

I tried to publish on deploy and after deploy. Same error.

command-used: ContractContainer.publish_source(ContractContainer[-1]) *failed with publish_source=true on deploy too.

Can someone help me?

Thanks in advance.

rodriguesmvinicius avatar Jun 06 '22 14:06 rodriguesmvinicius

Same to me. I've already followed every step on matnad.medium.com.

[EDIT]: it's not working in Goerli, but same contract is verified perfectly in Rinkeby at once.

GerCam avatar Jun 07 '22 09:06 GerCam

Same to me. I've already followed every step on matnad.medium.com.

[EDIT]: it's not working in Goerli, but same contract is verified perfectly in Rinkeby at once.

Mine is on rinkeby. Cant get it to work

rodriguesmvinicius avatar Jun 09 '22 14:06 rodriguesmvinicius

Try:

  • only one file
  • only one license
  • only one pragma
  • same compiler than pragma

GerCam avatar Jun 09 '22 15:06 GerCam

Same here +1

illuzen avatar Jul 18 '22 06:07 illuzen