From 010ef108ebfc20086b45411c8c46f3a512fc23a8 Mon Sep 17 00:00:00 2001 From: Moody Salem Date: Tue, 21 Jul 2020 11:05:55 -0500 Subject: [PATCH] chore(infura): rotate keys --- .env | 2 +- .env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index ede8f6cc70..e188917cdf 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ REACT_APP_CHAIN_ID="1" -REACT_APP_NETWORK_URL="https://mainnet.infura.io/v3/acb7e55995d04c49bfb52b7141599467" \ No newline at end of file +REACT_APP_NETWORK_URL="https://mainnet.infura.io/v3/4bf032f2d38a4ed6bb975b80d6340847" \ No newline at end of file diff --git a/.env.production b/.env.production index 3d6db5df87..f471791245 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ REACT_APP_CHAIN_ID="1" -REACT_APP_NETWORK_URL="https://mainnet.infura.io/v3/febcb10ca2754433a61e0805bc6c047d" +REACT_APP_NETWORK_URL="https://mainnet.infura.io/v3/099fc58e0de9451d80b18d7c74caa7c1" REACT_APP_PORTIS_ID="c0e2bf01-4b08-4fd5-ac7b-8e26b58cd236" REACT_APP_FORTMATIC_KEY="pk_live_F937DF033A1666BF" REACT_APP_GOOGLE_ANALYTICS_ID="UA-128182339-4"