Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
chore: add infura env (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin authored and alfetopito committed Nov 1, 2023
1 parent 395aab5 commit b6493bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const EXPLORER_APP = {
title: 'CoW Protocol Explorer',
filename: 'index.html',
envVars: {
INFURA_ID: process.env.INFURA_ID,

EXPLORER_APP_DOMAIN_REGEX_DEV:
'^dev\\.explorer\\.cow\\.fi|^(explorer-dev-git-[\\w\\d-]+|explorer-\\w{9}-)cowswap\\.vercel\\.app|^explorer-dev\\.vercel\\.app|^localhost:\\d{2,5}|^pr\\d+--explorer\\.review',
EXPLORER_APP_DOMAIN_REGEX_STAGING: '^staging\\.explorer\\.cow\\.fi|^explorer-staging\\.vercel\\.app',
Expand Down

0 comments on commit b6493bd

Please sign in to comment.