From 08e4c7f7c87b781769a3cb2bf0d3f792c6e874cc Mon Sep 17 00:00:00 2001 From: venky Date: Sun, 27 Aug 2023 15:37:27 +0200 Subject: [PATCH 1/4] fix: update twitter URL --- public/index.html | 2 +- src/components/expeditions/ExpeditionsModal.tsx | 2 +- src/utils/uiConstants.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index c53866a3f..f607a40de 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ - + void - Follow Swapr Twitter or{' '} + Follow Swapr Twitter or{' '} Discord to get updates on Expeditions. diff --git a/src/utils/uiConstants.tsx b/src/utils/uiConstants.tsx index f413eceb1..866b9a9b5 100644 --- a/src/utils/uiConstants.tsx +++ b/src/utils/uiConstants.tsx @@ -345,7 +345,7 @@ export const FooterContent = { }, { label: 'Twitter', - href: 'https://twitter.com/SwaprEth', + href: 'https://twitter.com/Swapr_dapp', }, { label: 'Forum', From bb23186f4739a976357cd21a9a667156888eec04 Mon Sep 17 00:00:00 2001 From: Leonardo Berteotti Date: Tue, 29 Aug 2023 11:41:36 +0100 Subject: [PATCH 2/4] fix: add wallet connect to CSP (#1865) --- .env.development | 3 ++- .env.production | 1 + public/index.html | 2 +- src/connectors/index.ts | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 590d158c5..a72450334 100644 --- a/.env.development +++ b/.env.development @@ -7,4 +7,5 @@ REACT_APP_SOCKET_API_KEY=72a5b4b0-e727-48be-8aa1-5da9d62fe635 # Default to chrome. Reference:node_modules/react-dev-utils/openBrowser.js # BROWSER=Brave Browser REACT_APP_STACKLY_DESIGN_VERSION=old -REACT_APP_SHOW_STACKLY_POPUP=true \ No newline at end of file +REACT_APP_SHOW_STACKLY_POPUP=true +REACT_APP_WALLET_CONNECT_ID=47ba8ad6d35c9c9087a75b35360c4b3a \ No newline at end of file diff --git a/.env.production b/.env.production index 9f27f0962..ab979b219 100644 --- a/.env.production +++ b/.env.production @@ -3,3 +3,4 @@ REACT_APP_FATHOM_SITE_SCRIPT_URL=https://gold-stunning.swapr.site/script.js REACT_APP_STACKLY_DESIGN_VERSION=old REACT_APP_SHOW_STACKLY_POPUP=true REACT_APP_SOCKET_API_KEY=0b353e78-04e1-41ef-8bf3-61453e2ad1da +REACT_APP_WALLET_CONNECT_ID=47ba8ad6d35c9c9087a75b35360c4b3a diff --git a/public/index.html b/public/index.html index f607a40de..ad991f048 100644 --- a/public/index.html +++ b/public/index.html @@ -27,7 +27,7 @@