Skip to content

Commit

Permalink
wc timeout bs (#2265)
Browse files Browse the repository at this point in the history
* copy

* tiemout
  • Loading branch information
skylarbarrera committed Aug 4, 2021
1 parent 1db9e4f commit df67cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/redux/walletconnect.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion src/screens/ExplainSheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit df67cbd

Please sign in to comment.