Open martinkrung opened 10 months ago
Na, maybe the source of this problem is this
return self._accessor.open(self, mode, buffering, encoding, errors,
FileNotFoundError: [Errno 2] No such file or directory: '/home/m/dev/points/vlToken/contracts/vyper/interfaces/ERC20.json'
I generated a that with vyper -f abi
from an ERC20.vy and put it at that place, so maybe this is a little reckless and not how this should be done.
I don't think Vyper is supported yet for programmatic Etherscan verification. For example, look at the part of the API docs: https://docs.etherscan.io/contract-verification/verifying-contracts-programmatically#id-4.-configuring-source-code-parameters
It says the supported values for the compilerversion
field is on this list: https://etherscan.io/solcversions
And all of those are Solidity.
I would like to get Vyper verification working, maybe there is a way!
Environment information
ape-config.yaml
What went wrong?
Command
How can it be fixed?
No idea