You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: (ChainError) Failed to find a contract-creation receipt for '0x8d10e1b110761DB713A809eF7B3b084E1eA3A607'. Note that it may be the case that the backend used cannot detect contracts deployed by other contracts, and you may receive better results by installing a plugin that supports it, like Etherscan.
Environment information
OS: macOS
Python Version: 3.9.5
ape and plugin versions:
$ ape --version
0.7.23
$ ape plugins list
Installed Plugins
etherscan 0.6.4.dev39+gca9ae64.d20240821
infura 0.7.3
polygon 0.7.2
solidity 0.7.3
etherscan is a local version because I'm using Polygon Amoy and needed this change ApeWorX/ape-etherscan#146
Contents of your ape-config.yaml (NOTE: do not post anything private like RPC urls or secrets!):
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:
Environment information
ape
and plugin versions:etherscan is a local version because I'm using Polygon Amoy and needed this change ApeWorX/ape-etherscan#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
The text was updated successfully, but these errors were encountered: