File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ The tests also include the PRO endpoints so if your key is not PRO, the correspo
189
189
In ` python` , create a client with your personal [Etherscan.io](https://etherscan.io/) API key:
190
190
191
191
` ` ` python
192
- from etherscan.etherscan import Etherscan
192
+ from etherscan import Etherscan
193
193
eth = Etherscan(YOUR_API_KEY) # key in quotation marks
194
194
` ` `
195
195
@@ -234,7 +234,7 @@ For problems regarding installing or using the package please open an [issue](ht
234
234
235
235
# # Cite
236
236
237
- Kotsias, P. C., A Python API for Etherscan.io. * https://github.com/pcko1/etherscan-python (2020)* . doi:10.5281/zenodo.4256826
237
+ Kotsias, P. C., A Python API for Etherscan.io. * https://github.com/pcko1/etherscan-python (2020)* . doi:10.5281/zenodo.4306855
238
238
239
239
or in ` ` ` bibtex` ` ` :
240
240
@@ -246,7 +246,7 @@ or in ```bibtex```:
246
246
publisher = {GitHub},
247
247
journal = {GitHub repository},
248
248
url = {https://github.com/pcko1/etherscan-python},
249
- doi = {10.5281/zenodo.4256826 }
249
+ doi = {10.5281/zenodo.4306855 }
250
250
}
251
251
` ` `
252
252
You can’t perform that action at this time.
0 commit comments