From 7f5b40ca4415356dfd6f4324b3ccbb69a791fe4c Mon Sep 17 00:00:00 2001 From: andreivladbrg Date: Thu, 18 Jul 2024 16:32:29 +0300 Subject: [PATCH] chore: remove unneeded API key --- .env.example | 1 - CONTRIBUTING.md | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 28ae52b5..9e31018f 100644 --- a/.env.example +++ b/.env.example @@ -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" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5b07d919..eba60d10 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: