We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9843e commit 6fa5708Copy full SHA for 6fa5708
test/test_modules.py
@@ -7,8 +7,8 @@
7
8
from etherscan.etherscan import Etherscan
9
10
-CONFIG_PATH = "etherscan/configs/stable.json"
11
-API_KEY = os.environ["API_KEY"] # Encrypted env var by Travis
+CONFIG_PATH = "configs/stable.json"
+API_KEY = os.environ["API_KEY"] # Encrypted env var by Travis
12
13
14
def load(fname):
0 commit comments