nanmu42 / etherscan-api

:guitar: Golang client for Ethereum Etherscan API (and its families like BscScan) / Golang 以太坊 Etherscan API库(也支持同一家族的BscScan)
MIT License
240 stars 107 forks source link

Add the ability to use bscscan #23

Closed kevinjqiu closed 3 years ago

nanmu42 commented 3 years ago

Hi,

I'm really glad to see this package serves beyond its original purpose. However, your modification to New() changes its signature and obscure its usage so I borrowed your idea and implement it in another way in #24 .

Thank you for your contribution.