From df67cbd3de16a11208c9622fedd4973ad7fb7624 Mon Sep 17 00:00:00 2001 From: Skylar Barrera Date: Wed, 4 Aug 2021 16:46:01 -0400 Subject: [PATCH] wc timeout bs (#2265) * copy * tiemout --- src/redux/walletconnect.js | 2 +- src/screens/ExplainSheet.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redux/walletconnect.js b/src/redux/walletconnect.js index 867b7817eea..84b9e31cf80 100644 --- a/src/redux/walletconnect.js +++ b/src/redux/walletconnect.js @@ -229,7 +229,7 @@ export const walletConnectOnSessionRequest = (uri, callback) => async ( Routes.WALLET_CONNECT_APPROVAL_SHEET, routeParams ); - }, 10000); + }, 20000); // If we have the meta, send it if (meta) { diff --git a/src/screens/ExplainSheet.js b/src/screens/ExplainSheet.js index 35d4fab9319..5bf52a56f03 100644 --- a/src/screens/ExplainSheet.js +++ b/src/screens/ExplainSheet.js @@ -119,7 +119,7 @@ export const explainers = { failed_wc_connection: { emoji: '😵', text: - 'Uh oh, something went wrong! The site may be experiencing a connection outage. Try again later or contact the site’s team for more details.', + 'Uh oh, something went wrong! The site may be experiencing a connection outage. Please try again later or contact the site’s team for more details.', title: 'Connection failed', extraHeight: -100, },