pcko1 / etherscan-python

A minimal, yet complete, python API for Etherscan.io.
MIT License
408 stars 111 forks source link

Want to use [etherscan-python] with other wallet network #40

Open taiseiyo opened 2 years ago

taiseiyo commented 2 years ago

I want to use this module with other networks. An example is the arbitrum.

FieldsEnum.PREFIX = "https://api.arbiscan.io/api?"

If defined before dealing with module as above, from arbitrum I get a value, but the "gasPrice" value does not match the actual value.

Do you know any reason for this?

I am very sorry for the question that is different from the actual use, but I would appreciate your favor.