Skip to content

Commit

Permalink
chore: use test analytics id for staging deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
soulBit committed Oct 21, 2022
1 parent 4c0473e commit 681dee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[context.production]
[context.production.environment]
REACT_APP_NETWORK = "mainnet"
REACT_APP_GOOGLE_ANALYTICS = "UA-192081564-1"
REACT_APP_GOOGLE_ANALYTICS = "GTM-KTSX2PL"
REACT_APP_GRAPH_RSK = "https://subgraph.sovryn.app/subgraphs/name/DistributedCollective/sovryn-subgraph"
REACT_APP_INFURA_KEY = "12b606df88b3420aad7828acd0f11902"
REACT_APP_TRANSAK_ENV = "PRODUCTION"
Expand All @@ -37,7 +37,7 @@
[context.branch-deploy]
[context.branch-deploy.environment]
REACT_APP_NETWORK = "mainnet"
REACT_APP_GOOGLE_ANALYTICS = "UA-192081564-1"
REACT_APP_GOOGLE_ANALYTICS = "GTM-KTSX2PL"
REACT_APP_GRAPH_RSK = "https://subgraph.sovryn.app/subgraphs/name/DistributedCollective/sovryn-subgraph"
REACT_APP_INFURA_KEY = "12b606df88b3420aad7828acd0f11902"
REACT_APP_TRANSAK_ENV = "PRODUCTION"
Expand Down

0 comments on commit 681dee6

Please sign in to comment.