Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Removed default blocknative key #1524

Merged
merged 1 commit into from
Oct 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ REACT_APP_DATA_HASH_LOCAL=0xA5DAE7A114F1BD6BB9B3FF976150380A95CB18856212DB555C25
REACT_APP_INFURA_KEY=1221fd11e90849509afafd330ec7acc6

# BLOCKNATIVE KEY
REACT_APP_BLOCKNATIVE_API_KEY=9c1c05c0-29cd-4efa-a972-84df7b25e3ee
# if you need that locally, get the key from blocknative. Access details in shared team vault
#REACT_APP_BLOCKNATIVE_API_KEY=

# Node
REACT_APP_CHAIN_ID="1"
Expand Down Expand Up @@ -62,4 +63,4 @@ REACT_APP_PATH_REGEX_ENS="/ipfs"
#REACT_APP_EXPLORER_URL_PROD=https://gnosis-protocol.io

# Enables mock mode (default = true)
REACT_APP_MOCK=true
REACT_APP_MOCK=true
5 changes: 3 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ REACT_APP_DATA_HASH_LOCAL=0xA5DAE7A114F1BD6BB9B3FF976150380A95CB18856212DB555C25
REACT_APP_INFURA_KEY=1221fd11e90849509afafd330ec7acc6

# BLOCKNATIVE KEY
REACT_APP_BLOCKNATIVE_API_KEY=9c1c05c0-29cd-4efa-a972-84df7b25e3ee
# Loaded from GH secrets
#REACT_APP_BLOCKNATIVE_API_KEY=

# Node
REACT_APP_CHAIN_ID="1"
Expand Down Expand Up @@ -61,4 +62,4 @@ REACT_APP_PATH_REGEX_ENS="/ipfs"
#REACT_APP_EXPLORER_URL_PROD=https://gnosis-protocol.io

# Enables mock mode (default = false)
REACT_APP_MOCK=false
REACT_APP_MOCK=false