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
while working on #549 I found that ethereum e2e tests require the API key for etherscan. However since we are supposedly caching API call results, this shouldn't be the case.
We should investigate if calls are actually made to the API during unit tests, and circumvent them if they are happening.
The text was updated successfully, but these errors were encountered:
while working on #549 I found that ethereum e2e tests require the API key for etherscan. However since we are supposedly caching API call results, this shouldn't be the case.
We should investigate if calls are actually made to the API during unit tests, and circumvent them if they are happening.
The text was updated successfully, but these errors were encountered: