Skip to content

Commit

Permalink
US-1857 Removed WC1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Freshenext committed Aug 21, 2023
1 parent d494d2b commit 037d593
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 558 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"@rsksmart/rsk-contract-metadata": "^1.0.17",
"@rsksmart/rsk-testnet-contract-metadata": "^1.0.15",
"@rsksmart/rsk-utils": "^1.1.0",
"@walletconnect/client": "^1.6.6",
"@walletconnect/jsonrpc-types": "^1.0.3",
"@walletconnect/react-native-compat": "^2.9.0",
"@walletconnect/utils": "^2.9.0",
Expand Down
4 changes: 2 additions & 2 deletions src/navigation/rootNavigator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import { sharedStyles } from 'shared/constants'
import {
ActivityScreen,
ScanQRScreen,
WalletConnectScreen,
PinScreen,
WalletConnectScreenWithProvider,
} from 'screens/index'
import { OfflineScreen } from 'core/components/OfflineScreen'

Expand Down Expand Up @@ -92,7 +92,7 @@ export const RootNavigationComponent = () => {
/>
<RootTabs.Screen
name={rootTabsRouteNames.WalletConnect}
component={WalletConnectScreen}
component={WalletConnectScreenWithProvider}
/>
<RootTabs.Screen
name={rootTabsRouteNames.Settings}
Expand Down
5 changes: 4 additions & 1 deletion src/screens/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ export { ReceiveScreen } from './receive/ReceiveScreen'
export { ActivityScreen } from './activity/ActivityScreen'
export { ShowMnemonicScreen } from './info/ShowMnemonicScreen'
export { RelayDeployScreen } from './settings/RelayDeployScreen'
export { WalletConnectScreenWithProviders as WalletConnectScreen } from './walletConnect'
export {
WalletConnectScreen,
WalletConnectScreenWithProvider,
} from './walletConnect'
export { ScanQRScreen } from './walletConnect/ScanQRScreen'
export { ChangeLanguageScreen } from './settings/ChangeLanguageScreen'
export { SearchDomainScreen } from './rnsManager/SearchDomainScreen'
Expand Down
231 changes: 0 additions & 231 deletions src/screens/walletConnect/WalletConnectContext.tsx

This file was deleted.

Loading

0 comments on commit 037d593

Please sign in to comment.