ApeWorX / ape-blockscout

Blockscout explorer plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
0 stars 6 forks source link

Missing Base Env in BlockscoutConfig #2

Closed theodorecurtil closed 7 months ago

theodorecurtil commented 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

linear[bot] commented 7 months ago

APE-1715 Missing Base Env in BlockscoutConfig