From c6277e7a5d16d030389a45f12ace827a84d73a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Quiroz?= Date: Mon, 29 Jan 2024 11:29:36 -0300 Subject: [PATCH] chore: remove unused defi pulse key --- docs/api-keys.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/api-keys.md b/docs/api-keys.md index 65e04c90273..01d6298f7c1 100644 --- a/docs/api-keys.md +++ b/docs/api-keys.md @@ -11,7 +11,7 @@ We recommend setting this up when running the project locally, as we use the Git ```sh # .env Example: -GATSBY_GITHUB_TOKEN_READ_ONLY=48f84de812090000demo00000000697cf6e6a059 +GITHUB_TOKEN_READ_ONLY=48f84de812090000demo00000000697cf6e6a059 ``` 2. Add Etherscan API token (free) @@ -25,13 +25,3 @@ GATSBY_GITHUB_TOKEN_READ_ONLY=48f84de812090000demo00000000697cf6e6a059 # .env Example: ETHERSCAN_API_KEY=K6NUTARFJZJCIXHF1F1E1YGJZ8RQ29BE4U ``` - -3. Add DeFiPulse API token (free) - -> - [Follow this guide](https://docs.defipulse.com/quick-start-guide) to create an account and get your DeFiPulse API token -> - Copy & paste your Active API Key from DeFiPulse into `.env` - -```sh -# .env Example: -DEFI_PULSE_API_KEY=4953aaf7966dad9c129397e197a0630ed0594f66962dd5fb058972b250da -```