Closed theodorecurtil closed 7 months ago
There misses a one-liner for Base network in below code, leading to error:
ERROR ape:chain.py:1277 Unable to fetch contract type at '0xabc' from explorer. 'BlockscoutConfig' object has no attribute 'base'
https://github.com/ApeWorX/ape-blockscout/blob/d0a96966eb3c07a53c70a456b8f1fcdb49025a0d/ape_blockscout/config.py#L9-L13
APE-1715 Missing Base Env in BlockscoutConfig
There misses a one-liner for Base network in below code, leading to error:
ERROR ape:chain.py:1277 Unable to fetch contract type at '0xabc' from explorer. 'BlockscoutConfig' object has no attribute 'base'
https://github.com/ApeWorX/ape-blockscout/blob/d0a96966eb3c07a53c70a456b8f1fcdb49025a0d/ape_blockscout/config.py#L9-L13