Skip to content

Commit 629f66b

Browse files
author
Kotsias, Panagiotis-Christos
committed
Changed config path
1 parent 7fddb0c commit 629f66b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_modules.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
import json
33

44
from etherscan.client import Client
5+
from etherscan.utils.datatypes import ContractAddress, TxHash, WalletAddress
56

6-
_CONFIG_PATH = "test/configs/stable.json"
7+
_CONFIG_PATH = "etherscan/configs/stable.json"
78
_API_KEY = "3PTZ5UHY7I9GGD74FJY6SXYS6JSVY295E5"
89

910

0 commit comments

Comments
 (0)