-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi !!!
I am working in a multiple network scan ... and I am using etherscan-python (ETH) and trying to use python-snowtrace (AVAX) but there is a conflict ...
I am trying to install it with another target with pip pip install --target=/.../lib/python3.10/site-packages/avx_etherscan python-snowtrace
And import them on this way:
from avx_etherscan import etherscan AVA_API_KEY = "XXXX" client = etherscan.Snowtrace(AVA_API_KEY)
But is getting the etherscan-python config and connect to ETH and not to Avalanche ...
Any idea ?
Metadata
Metadata
Assignees
Labels
No labels