Closed theref closed 2 months ago
I think this may have been fixed by this: https://github.com/ApeWorX/ape/pull/2001
@theref have you tried upgrading ape/plugins to >0.8?
@theref See Ape was upgraded to 0.8 in that closed PR. Was the issue resolved?
@antazoey Upgrading to 0.8 and upgrading all the plugins has resolved this. Thanks!
Environment information
ape
and plugin versions:etherscan is a local version because I'm using Polygon Amoy and needed this change https://github.com/ApeWorX/ape-etherscan/pull/146
ape-config.yaml
(NOTE: do not post anything private like RPC urls or secrets!):What went wrong?
I'm a running a deployment script. The deployment works fine, but when I'm trying to create a custom local registry and need to read some info from the contract. The above error comes from this line in my script:
which comes from here https://docs.apeworx.io/ape/v0.7.23/methoddocs/contracts.html#ape.contracts.base.ContractInstance.receipt
I'm only seeing this when deploying a proxied contract, standard contracts work fine