From 3119972d59dee53c6540176bb8d08f36b92877bb Mon Sep 17 00:00:00 2001 From: Jason Efstathiou Date: Fri, 31 May 2024 10:42:45 +0200 Subject: [PATCH] add INFURA_KEY to .env.template --- .env.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.template b/.env.template index e96fa19ab..2850cdab8 100644 --- a/.env.template +++ b/.env.template @@ -1,6 +1,9 @@ # URL to use for fetcing IPFS content. Set to https://drips.mypinata.cloud to use public Drips gateway. PUBLIC_PINATA_GATEWAY_URL=string +# Infura key for connecting to Ethereum networks. You can create a free Infura account for development. +INFURA_KEY=string + # Optional, set to 0 to run E2E tests locally in headless mode. E2E_HEADLESS=0