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
{{ message }}
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
Since everything (remote calls) is and should mocked anyway. We don't really need to pass the real API key via Travis from Docker then to Tox. It introduces a lot of levels of indirection and makes it hard to follow.
Also the API key is not really mandatory for making few requests in Etherscan anyway. So we could also make it easy for people checking out the code to play without having to provide a key. Therefore I would suggest to set some default key if the json file or env variable is not set. We could use the way provided in the Etherscan documentation i.e. YourApiKeyToken. But write a warning to the console stating so.
The text was updated successfully, but these errors were encountered:
Since everything (remote calls) is and should mocked anyway. We don't really need to pass the real API key via Travis from Docker then to Tox. It introduces a lot of levels of indirection and makes it hard to follow.
Also the API key is not really mandatory for making few requests in Etherscan anyway. So we could also make it easy for people checking out the code to play without having to provide a key. Therefore I would suggest to set some default key if the json file or env variable is not set. We could use the way provided in the Etherscan documentation i.e.
YourApiKeyToken
. But write a warning to the console stating so.The text was updated successfully, but these errors were encountered: