Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
ci: add public etherscan API key so that forks don't get rate limited
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Jul 3, 2020
1 parent dcde275 commit 1dd2e86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ on: pull_request

name: Tests

# set for fetching ABIs for abigen from etherscan
# Yeah I know it's bad practice to have API keys, this is a read-only API key
# so that we do not get rate limited by Etherscan (and it's free to generate as
# many as you want)
env:
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
ETHERSCAN_API_KEY: 76XKCZ4QKZYTJS8PBFUDZ292JBKEKS4974

jobs:
tests:
Expand Down

0 comments on commit 1dd2e86

Please sign in to comment.