GoodforGod / java-etherscan-api

🔗 Polished Java library for EtherScan.io API
https://etherscan.io
MIT License
58 stars 47 forks source link

Please add support for testnet sepolia #24

Closed aristotll closed 1 year ago

aristotll commented 1 year ago

the address is https://sepolia.etherscan.io https://api-sepolia.etherscan.io/

from https://docs.etherscan.io/getting-started/endpoint-urls

It won't be too hard I think modify enum io.api.etherscan.model.EthNetwork and io.api.etherscan.core.impl.EtherScanApi#EtherScanApi(java.lang.String, io.api.etherscan.model.EthNetwork, java.util.function.Supplier, io.api.etherscan.manager.IQueueManager) will be sufficient

aristotll commented 1 year ago

If you don't have free time, I would be happy to create the PR.