Closed fubuloubu closed 2 years ago
This issue seems to be fixed! Not sure how though.
Probably related to some of the --network
option refactoring that happened last fall.
But, to test that it is fixed, install ape-infura
locally from source. Break it on purpose (Add a bunch of random text to the top of the file). Then, run ape console
using any other network... It works just fine! Wahoo!
What went wrong?
How can it be fixed?
These CLI endpoints use the
networks
object fromape
core to produce the--network
option. This method should be fault tolerant of issues in external plugins.