test: input etherscan API key through enviroment variable
Etherscan now demands a valid API key for testing and debugging.
Use enviroment variable to provide one when testing:
ETHERSCAN_API_KEY=YourKeyHere go test ./...
Etherscan now demands a valid API key for testing and debugging.
Use enviroment variable to provide one when testing:
ETHERSCAN_API_KEY=YourKeyHere go test ./...