Skip to content

test: input etherscan API key through enviroment variable

Compare
Choose a tag to compare
@nanmu42 nanmu42 released this 21 Feb 02:23
· 61 commits to master since this release
42ada40

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 ./...