Skip to content

Commit

Permalink
add INFURA_KEY to .env.template
Browse files Browse the repository at this point in the history
  • Loading branch information
efstajas committed May 31, 2024
1 parent dc3ce6d commit 3119972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3119972

Please sign in to comment.