Skip to content

Commit

Permalink
chore: remove unneeded API key
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Jul 18, 2024
1 parent 81650ac commit 7f5b40c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export API_KEY_INFURA="YOUR_API_KEY_INFURA"
export EOA="YOUR_EOA_ADDRESS"
export FOUNDRY_PROFILE="lite"
export MNEMONIC="YOUR_MNEMONIC"
Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ populate it with the appropriate environment values. You need to provide your mn
### Deployment

To make CI work in your pull request, ensure that the necessary environment variables are configured in your forked
repository's secrets. Please add the following variables in your GitHub Secrets:
repository's secrets. Please add the following variable in your GitHub Secrets:

- API_KEY_INFURA
- MAINNET_RPC_URL

## Integration with VSCode:
Expand Down

0 comments on commit 7f5b40c

Please sign in to comment.