Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b98768

Browse files
authored
Changed config path for demo
1 parent 4fa4786 commit 2b98768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ In `python`, create a client with your personal [Etherscan.io](Etherscan.io) API
155155
from etherscan import Etherscan
156156
157157
api_key = YOUR_API_KEY # use quotation marks because it is a Python string
158-
config_path = "etherscan/configs/stable.json"
158+
config_path = "configs/stable.json"
159159
160160
eth = Etherscan.from_config(config_path, api_key)
161161
```

0 commit comments

Comments
 (0)