From 1922c489d920bf404318477f807a697cbe653e52 Mon Sep 17 00:00:00 2001 From: Ben Kremer Date: Fri, 28 Oct 2022 11:14:20 +0200 Subject: [PATCH] chore: rename `react-wallet-v2-chat` -> `react-wallet-chat` --- .../.env.local.example | 0 .../.eslintrc.json | 0 .../.gitignore | 0 .../.prettierrc.json | 0 .../README.md | 0 .../next-env.d.ts | 0 .../next.config.js | 0 .../package.json | 0 .../public/chain-logos/cosmos-cosmoshub-4.png | Bin .../public/chain-logos/eip155-1.png | Bin .../public/chain-logos/eip155-137.png | Bin .../public/chain-logos/eip155-43113.png | Bin .../solana-4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ.png | Bin .../public/favicon.ico | Bin .../public/icons/accounts-icon.svg | 0 .../public/icons/arrow-down-icon.svg | 0 .../public/icons/arrow-right-icon.svg | 0 .../public/icons/chat-icon.svg | 0 .../public/icons/checkmark-icon.svg | 0 .../public/icons/copy-icon.svg | 0 .../public/icons/delete-icon.svg | 0 .../public/icons/pairings-icon.svg | 0 .../public/icons/qr-icon.svg | 0 .../public/icons/sessions-icon.svg | 0 .../public/icons/settings-icon.svg | 0 .../public/main.css | 0 .../public/vercel.svg | 0 .../public/wallet-connect-logo.svg | 0 .../src/components/AccountCard.tsx | 0 .../src/components/AccountPicker.tsx | 0 .../src/components/AccountSelectCard.tsx | 0 .../src/components/ChainCard.tsx | 0 .../src/components/ChatAvatar.tsx | 0 .../src/components/ChatMessage.tsx | 0 .../src/components/ChatPrimaryCTAButton.tsx | 0 .../src/components/ChatRequestCard.tsx | 0 .../src/components/ChatRequestsButton.tsx | 0 .../src/components/ChatSummaryCard.tsx | 0 .../src/components/ChatboxInput.tsx | 0 .../src/components/Layout.tsx | 0 .../src/components/Modal.tsx | 0 .../src/components/Navigation.tsx | 0 .../src/components/PageHeader.tsx | 0 .../src/components/PairingCard.tsx | 0 .../src/components/ProjectInfoCard.tsx | 0 .../src/components/ProposalSelectSection.tsx | 0 .../src/components/QrReader.tsx | 0 .../src/components/RequestDataCard.tsx | 0 .../src/components/RequestDetalilsCard.tsx | 0 .../src/components/RequestMethodCard.tsx | 0 .../src/components/RequestModalContainer.tsx | 0 .../src/components/RouteTransition.tsx | 0 .../src/components/SessionCard.tsx | 0 .../src/components/SessionChainCard.tsx | 0 .../src/components/SessionProposalChainCard.tsx | 0 .../src/config/chatConstants.ts | 0 .../src/config/chatTheme.ts | 0 .../src/data/COSMOSData.ts | 0 .../src/data/EIP155Data.ts | 0 .../src/data/SolanaData.ts | 0 .../src/hooks/useInitialization.ts | 0 .../src/hooks/useWalletConnectEventsManager.ts | 0 .../src/lib/CosmosLib.ts | 0 .../src/lib/EIP155Lib.ts | 0 .../src/lib/SolanaLib.ts | 0 .../src/pages/_app.tsx | 0 .../src/pages/chat.tsx | 0 .../src/pages/chatRequests.tsx | 0 .../src/pages/chats.tsx | 0 .../src/pages/index.tsx | 0 .../src/pages/invites.tsx | 0 .../src/pages/newChat.tsx | 0 .../src/pages/pairings.tsx | 0 .../src/pages/session.tsx | 0 .../src/pages/sessions.tsx | 0 .../src/pages/settings.tsx | 0 .../src/pages/walletconnect.tsx | 0 .../src/store/ModalStore.ts | 0 .../src/store/SettingsStore.ts | 0 .../src/utils/CosmosRequestHandler.ts | 0 .../src/utils/CosmosWalletUtil.ts | 0 .../src/utils/EIP155RequestHandlerUtil.ts | 0 .../src/utils/EIP155WalletUtil.ts | 0 .../src/utils/HelperUtil.ts | 0 .../src/utils/SolanaRequestHandlerUtil.ts | 0 .../src/utils/SolanaWalletUtil.ts | 0 .../src/utils/WalletConnectUtil.ts | 0 .../src/views/SessionProposalModal.tsx | 0 .../src/views/SessionSendTransactionModal.tsx | 0 .../src/views/SessionSignCosmosModal.tsx | 0 .../src/views/SessionSignModal.tsx | 0 .../src/views/SessionSignSolanaModal.tsx | 0 .../src/views/SessionSignTypedDataModal.tsx | 0 .../src/views/SessionUnsuportedMethodModal.tsx | 0 .../tsconfig.json | 0 .../yarn.lock | 0 96 files changed, 0 insertions(+), 0 deletions(-) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/.env.local.example (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/.eslintrc.json (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/.gitignore (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/.prettierrc.json (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/README.md (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/next-env.d.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/next.config.js (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/package.json (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/chain-logos/cosmos-cosmoshub-4.png (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/chain-logos/eip155-1.png (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/chain-logos/eip155-137.png (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/chain-logos/eip155-43113.png (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/chain-logos/solana-4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ.png (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/favicon.ico (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/icons/accounts-icon.svg (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/icons/arrow-down-icon.svg (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/icons/arrow-right-icon.svg (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/icons/chat-icon.svg (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/icons/checkmark-icon.svg (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/icons/copy-icon.svg (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/icons/delete-icon.svg (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/icons/pairings-icon.svg (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/icons/qr-icon.svg (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/icons/sessions-icon.svg (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/icons/settings-icon.svg (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/main.css (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/vercel.svg (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/public/wallet-connect-logo.svg (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/AccountCard.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/AccountPicker.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/AccountSelectCard.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/ChainCard.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/ChatAvatar.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/ChatMessage.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/ChatPrimaryCTAButton.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/ChatRequestCard.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/ChatRequestsButton.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/ChatSummaryCard.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/ChatboxInput.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/Layout.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/Modal.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/Navigation.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/PageHeader.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/PairingCard.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/ProjectInfoCard.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/ProposalSelectSection.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/QrReader.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/RequestDataCard.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/RequestDetalilsCard.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/RequestMethodCard.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/RequestModalContainer.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/RouteTransition.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/SessionCard.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/SessionChainCard.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/components/SessionProposalChainCard.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/config/chatConstants.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/config/chatTheme.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/data/COSMOSData.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/data/EIP155Data.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/data/SolanaData.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/hooks/useInitialization.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/hooks/useWalletConnectEventsManager.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/lib/CosmosLib.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/lib/EIP155Lib.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/lib/SolanaLib.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/pages/_app.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/pages/chat.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/pages/chatRequests.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/pages/chats.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/pages/index.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/pages/invites.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/pages/newChat.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/pages/pairings.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/pages/session.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/pages/sessions.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/pages/settings.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/pages/walletconnect.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/store/ModalStore.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/store/SettingsStore.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/utils/CosmosRequestHandler.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/utils/CosmosWalletUtil.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/utils/EIP155RequestHandlerUtil.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/utils/EIP155WalletUtil.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/utils/HelperUtil.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/utils/SolanaRequestHandlerUtil.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/utils/SolanaWalletUtil.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/utils/WalletConnectUtil.ts (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/views/SessionProposalModal.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/views/SessionSendTransactionModal.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/views/SessionSignCosmosModal.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/views/SessionSignModal.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/views/SessionSignSolanaModal.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/views/SessionSignTypedDataModal.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/src/views/SessionUnsuportedMethodModal.tsx (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/tsconfig.json (100%) rename wallets/{react-wallet-v2-chat => react-wallet-chat}/yarn.lock (100%) diff --git a/wallets/react-wallet-v2-chat/.env.local.example b/wallets/react-wallet-chat/.env.local.example similarity index 100% rename from wallets/react-wallet-v2-chat/.env.local.example rename to wallets/react-wallet-chat/.env.local.example diff --git a/wallets/react-wallet-v2-chat/.eslintrc.json b/wallets/react-wallet-chat/.eslintrc.json similarity index 100% rename from wallets/react-wallet-v2-chat/.eslintrc.json rename to wallets/react-wallet-chat/.eslintrc.json diff --git a/wallets/react-wallet-v2-chat/.gitignore b/wallets/react-wallet-chat/.gitignore similarity index 100% rename from wallets/react-wallet-v2-chat/.gitignore rename to wallets/react-wallet-chat/.gitignore diff --git a/wallets/react-wallet-v2-chat/.prettierrc.json b/wallets/react-wallet-chat/.prettierrc.json similarity index 100% rename from wallets/react-wallet-v2-chat/.prettierrc.json rename to wallets/react-wallet-chat/.prettierrc.json diff --git a/wallets/react-wallet-v2-chat/README.md b/wallets/react-wallet-chat/README.md similarity index 100% rename from wallets/react-wallet-v2-chat/README.md rename to wallets/react-wallet-chat/README.md diff --git a/wallets/react-wallet-v2-chat/next-env.d.ts b/wallets/react-wallet-chat/next-env.d.ts similarity index 100% rename from wallets/react-wallet-v2-chat/next-env.d.ts rename to wallets/react-wallet-chat/next-env.d.ts diff --git a/wallets/react-wallet-v2-chat/next.config.js b/wallets/react-wallet-chat/next.config.js similarity index 100% rename from wallets/react-wallet-v2-chat/next.config.js rename to wallets/react-wallet-chat/next.config.js diff --git a/wallets/react-wallet-v2-chat/package.json b/wallets/react-wallet-chat/package.json similarity index 100% rename from wallets/react-wallet-v2-chat/package.json rename to wallets/react-wallet-chat/package.json diff --git a/wallets/react-wallet-v2-chat/public/chain-logos/cosmos-cosmoshub-4.png b/wallets/react-wallet-chat/public/chain-logos/cosmos-cosmoshub-4.png similarity index 100% rename from wallets/react-wallet-v2-chat/public/chain-logos/cosmos-cosmoshub-4.png rename to wallets/react-wallet-chat/public/chain-logos/cosmos-cosmoshub-4.png diff --git a/wallets/react-wallet-v2-chat/public/chain-logos/eip155-1.png b/wallets/react-wallet-chat/public/chain-logos/eip155-1.png similarity index 100% rename from wallets/react-wallet-v2-chat/public/chain-logos/eip155-1.png rename to wallets/react-wallet-chat/public/chain-logos/eip155-1.png diff --git a/wallets/react-wallet-v2-chat/public/chain-logos/eip155-137.png b/wallets/react-wallet-chat/public/chain-logos/eip155-137.png similarity index 100% rename from wallets/react-wallet-v2-chat/public/chain-logos/eip155-137.png rename to wallets/react-wallet-chat/public/chain-logos/eip155-137.png diff --git a/wallets/react-wallet-v2-chat/public/chain-logos/eip155-43113.png b/wallets/react-wallet-chat/public/chain-logos/eip155-43113.png similarity index 100% rename from wallets/react-wallet-v2-chat/public/chain-logos/eip155-43113.png rename to wallets/react-wallet-chat/public/chain-logos/eip155-43113.png diff --git a/wallets/react-wallet-v2-chat/public/chain-logos/solana-4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ.png b/wallets/react-wallet-chat/public/chain-logos/solana-4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ.png similarity index 100% rename from wallets/react-wallet-v2-chat/public/chain-logos/solana-4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ.png rename to wallets/react-wallet-chat/public/chain-logos/solana-4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ.png diff --git a/wallets/react-wallet-v2-chat/public/favicon.ico b/wallets/react-wallet-chat/public/favicon.ico similarity index 100% rename from wallets/react-wallet-v2-chat/public/favicon.ico rename to wallets/react-wallet-chat/public/favicon.ico diff --git a/wallets/react-wallet-v2-chat/public/icons/accounts-icon.svg b/wallets/react-wallet-chat/public/icons/accounts-icon.svg similarity index 100% rename from wallets/react-wallet-v2-chat/public/icons/accounts-icon.svg rename to wallets/react-wallet-chat/public/icons/accounts-icon.svg diff --git a/wallets/react-wallet-v2-chat/public/icons/arrow-down-icon.svg b/wallets/react-wallet-chat/public/icons/arrow-down-icon.svg similarity index 100% rename from wallets/react-wallet-v2-chat/public/icons/arrow-down-icon.svg rename to wallets/react-wallet-chat/public/icons/arrow-down-icon.svg diff --git a/wallets/react-wallet-v2-chat/public/icons/arrow-right-icon.svg b/wallets/react-wallet-chat/public/icons/arrow-right-icon.svg similarity index 100% rename from wallets/react-wallet-v2-chat/public/icons/arrow-right-icon.svg rename to wallets/react-wallet-chat/public/icons/arrow-right-icon.svg diff --git a/wallets/react-wallet-v2-chat/public/icons/chat-icon.svg b/wallets/react-wallet-chat/public/icons/chat-icon.svg similarity index 100% rename from wallets/react-wallet-v2-chat/public/icons/chat-icon.svg rename to wallets/react-wallet-chat/public/icons/chat-icon.svg diff --git a/wallets/react-wallet-v2-chat/public/icons/checkmark-icon.svg b/wallets/react-wallet-chat/public/icons/checkmark-icon.svg similarity index 100% rename from wallets/react-wallet-v2-chat/public/icons/checkmark-icon.svg rename to wallets/react-wallet-chat/public/icons/checkmark-icon.svg diff --git a/wallets/react-wallet-v2-chat/public/icons/copy-icon.svg b/wallets/react-wallet-chat/public/icons/copy-icon.svg similarity index 100% rename from wallets/react-wallet-v2-chat/public/icons/copy-icon.svg rename to wallets/react-wallet-chat/public/icons/copy-icon.svg diff --git a/wallets/react-wallet-v2-chat/public/icons/delete-icon.svg b/wallets/react-wallet-chat/public/icons/delete-icon.svg similarity index 100% rename from wallets/react-wallet-v2-chat/public/icons/delete-icon.svg rename to wallets/react-wallet-chat/public/icons/delete-icon.svg diff --git a/wallets/react-wallet-v2-chat/public/icons/pairings-icon.svg b/wallets/react-wallet-chat/public/icons/pairings-icon.svg similarity index 100% rename from wallets/react-wallet-v2-chat/public/icons/pairings-icon.svg rename to wallets/react-wallet-chat/public/icons/pairings-icon.svg diff --git a/wallets/react-wallet-v2-chat/public/icons/qr-icon.svg b/wallets/react-wallet-chat/public/icons/qr-icon.svg similarity index 100% rename from wallets/react-wallet-v2-chat/public/icons/qr-icon.svg rename to wallets/react-wallet-chat/public/icons/qr-icon.svg diff --git a/wallets/react-wallet-v2-chat/public/icons/sessions-icon.svg b/wallets/react-wallet-chat/public/icons/sessions-icon.svg similarity index 100% rename from wallets/react-wallet-v2-chat/public/icons/sessions-icon.svg rename to wallets/react-wallet-chat/public/icons/sessions-icon.svg diff --git a/wallets/react-wallet-v2-chat/public/icons/settings-icon.svg b/wallets/react-wallet-chat/public/icons/settings-icon.svg similarity index 100% rename from wallets/react-wallet-v2-chat/public/icons/settings-icon.svg rename to wallets/react-wallet-chat/public/icons/settings-icon.svg diff --git a/wallets/react-wallet-v2-chat/public/main.css b/wallets/react-wallet-chat/public/main.css similarity index 100% rename from wallets/react-wallet-v2-chat/public/main.css rename to wallets/react-wallet-chat/public/main.css diff --git a/wallets/react-wallet-v2-chat/public/vercel.svg b/wallets/react-wallet-chat/public/vercel.svg similarity index 100% rename from wallets/react-wallet-v2-chat/public/vercel.svg rename to wallets/react-wallet-chat/public/vercel.svg diff --git a/wallets/react-wallet-v2-chat/public/wallet-connect-logo.svg b/wallets/react-wallet-chat/public/wallet-connect-logo.svg similarity index 100% rename from wallets/react-wallet-v2-chat/public/wallet-connect-logo.svg rename to wallets/react-wallet-chat/public/wallet-connect-logo.svg diff --git a/wallets/react-wallet-v2-chat/src/components/AccountCard.tsx b/wallets/react-wallet-chat/src/components/AccountCard.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/AccountCard.tsx rename to wallets/react-wallet-chat/src/components/AccountCard.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/AccountPicker.tsx b/wallets/react-wallet-chat/src/components/AccountPicker.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/AccountPicker.tsx rename to wallets/react-wallet-chat/src/components/AccountPicker.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/AccountSelectCard.tsx b/wallets/react-wallet-chat/src/components/AccountSelectCard.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/AccountSelectCard.tsx rename to wallets/react-wallet-chat/src/components/AccountSelectCard.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/ChainCard.tsx b/wallets/react-wallet-chat/src/components/ChainCard.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/ChainCard.tsx rename to wallets/react-wallet-chat/src/components/ChainCard.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/ChatAvatar.tsx b/wallets/react-wallet-chat/src/components/ChatAvatar.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/ChatAvatar.tsx rename to wallets/react-wallet-chat/src/components/ChatAvatar.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/ChatMessage.tsx b/wallets/react-wallet-chat/src/components/ChatMessage.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/ChatMessage.tsx rename to wallets/react-wallet-chat/src/components/ChatMessage.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/ChatPrimaryCTAButton.tsx b/wallets/react-wallet-chat/src/components/ChatPrimaryCTAButton.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/ChatPrimaryCTAButton.tsx rename to wallets/react-wallet-chat/src/components/ChatPrimaryCTAButton.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/ChatRequestCard.tsx b/wallets/react-wallet-chat/src/components/ChatRequestCard.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/ChatRequestCard.tsx rename to wallets/react-wallet-chat/src/components/ChatRequestCard.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/ChatRequestsButton.tsx b/wallets/react-wallet-chat/src/components/ChatRequestsButton.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/ChatRequestsButton.tsx rename to wallets/react-wallet-chat/src/components/ChatRequestsButton.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/ChatSummaryCard.tsx b/wallets/react-wallet-chat/src/components/ChatSummaryCard.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/ChatSummaryCard.tsx rename to wallets/react-wallet-chat/src/components/ChatSummaryCard.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/ChatboxInput.tsx b/wallets/react-wallet-chat/src/components/ChatboxInput.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/ChatboxInput.tsx rename to wallets/react-wallet-chat/src/components/ChatboxInput.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/Layout.tsx b/wallets/react-wallet-chat/src/components/Layout.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/Layout.tsx rename to wallets/react-wallet-chat/src/components/Layout.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/Modal.tsx b/wallets/react-wallet-chat/src/components/Modal.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/Modal.tsx rename to wallets/react-wallet-chat/src/components/Modal.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/Navigation.tsx b/wallets/react-wallet-chat/src/components/Navigation.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/Navigation.tsx rename to wallets/react-wallet-chat/src/components/Navigation.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/PageHeader.tsx b/wallets/react-wallet-chat/src/components/PageHeader.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/PageHeader.tsx rename to wallets/react-wallet-chat/src/components/PageHeader.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/PairingCard.tsx b/wallets/react-wallet-chat/src/components/PairingCard.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/PairingCard.tsx rename to wallets/react-wallet-chat/src/components/PairingCard.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/ProjectInfoCard.tsx b/wallets/react-wallet-chat/src/components/ProjectInfoCard.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/ProjectInfoCard.tsx rename to wallets/react-wallet-chat/src/components/ProjectInfoCard.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/ProposalSelectSection.tsx b/wallets/react-wallet-chat/src/components/ProposalSelectSection.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/ProposalSelectSection.tsx rename to wallets/react-wallet-chat/src/components/ProposalSelectSection.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/QrReader.tsx b/wallets/react-wallet-chat/src/components/QrReader.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/QrReader.tsx rename to wallets/react-wallet-chat/src/components/QrReader.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/RequestDataCard.tsx b/wallets/react-wallet-chat/src/components/RequestDataCard.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/RequestDataCard.tsx rename to wallets/react-wallet-chat/src/components/RequestDataCard.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/RequestDetalilsCard.tsx b/wallets/react-wallet-chat/src/components/RequestDetalilsCard.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/RequestDetalilsCard.tsx rename to wallets/react-wallet-chat/src/components/RequestDetalilsCard.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/RequestMethodCard.tsx b/wallets/react-wallet-chat/src/components/RequestMethodCard.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/RequestMethodCard.tsx rename to wallets/react-wallet-chat/src/components/RequestMethodCard.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/RequestModalContainer.tsx b/wallets/react-wallet-chat/src/components/RequestModalContainer.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/RequestModalContainer.tsx rename to wallets/react-wallet-chat/src/components/RequestModalContainer.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/RouteTransition.tsx b/wallets/react-wallet-chat/src/components/RouteTransition.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/RouteTransition.tsx rename to wallets/react-wallet-chat/src/components/RouteTransition.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/SessionCard.tsx b/wallets/react-wallet-chat/src/components/SessionCard.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/SessionCard.tsx rename to wallets/react-wallet-chat/src/components/SessionCard.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/SessionChainCard.tsx b/wallets/react-wallet-chat/src/components/SessionChainCard.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/SessionChainCard.tsx rename to wallets/react-wallet-chat/src/components/SessionChainCard.tsx diff --git a/wallets/react-wallet-v2-chat/src/components/SessionProposalChainCard.tsx b/wallets/react-wallet-chat/src/components/SessionProposalChainCard.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/components/SessionProposalChainCard.tsx rename to wallets/react-wallet-chat/src/components/SessionProposalChainCard.tsx diff --git a/wallets/react-wallet-v2-chat/src/config/chatConstants.ts b/wallets/react-wallet-chat/src/config/chatConstants.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/config/chatConstants.ts rename to wallets/react-wallet-chat/src/config/chatConstants.ts diff --git a/wallets/react-wallet-v2-chat/src/config/chatTheme.ts b/wallets/react-wallet-chat/src/config/chatTheme.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/config/chatTheme.ts rename to wallets/react-wallet-chat/src/config/chatTheme.ts diff --git a/wallets/react-wallet-v2-chat/src/data/COSMOSData.ts b/wallets/react-wallet-chat/src/data/COSMOSData.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/data/COSMOSData.ts rename to wallets/react-wallet-chat/src/data/COSMOSData.ts diff --git a/wallets/react-wallet-v2-chat/src/data/EIP155Data.ts b/wallets/react-wallet-chat/src/data/EIP155Data.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/data/EIP155Data.ts rename to wallets/react-wallet-chat/src/data/EIP155Data.ts diff --git a/wallets/react-wallet-v2-chat/src/data/SolanaData.ts b/wallets/react-wallet-chat/src/data/SolanaData.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/data/SolanaData.ts rename to wallets/react-wallet-chat/src/data/SolanaData.ts diff --git a/wallets/react-wallet-v2-chat/src/hooks/useInitialization.ts b/wallets/react-wallet-chat/src/hooks/useInitialization.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/hooks/useInitialization.ts rename to wallets/react-wallet-chat/src/hooks/useInitialization.ts diff --git a/wallets/react-wallet-v2-chat/src/hooks/useWalletConnectEventsManager.ts b/wallets/react-wallet-chat/src/hooks/useWalletConnectEventsManager.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/hooks/useWalletConnectEventsManager.ts rename to wallets/react-wallet-chat/src/hooks/useWalletConnectEventsManager.ts diff --git a/wallets/react-wallet-v2-chat/src/lib/CosmosLib.ts b/wallets/react-wallet-chat/src/lib/CosmosLib.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/lib/CosmosLib.ts rename to wallets/react-wallet-chat/src/lib/CosmosLib.ts diff --git a/wallets/react-wallet-v2-chat/src/lib/EIP155Lib.ts b/wallets/react-wallet-chat/src/lib/EIP155Lib.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/lib/EIP155Lib.ts rename to wallets/react-wallet-chat/src/lib/EIP155Lib.ts diff --git a/wallets/react-wallet-v2-chat/src/lib/SolanaLib.ts b/wallets/react-wallet-chat/src/lib/SolanaLib.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/lib/SolanaLib.ts rename to wallets/react-wallet-chat/src/lib/SolanaLib.ts diff --git a/wallets/react-wallet-v2-chat/src/pages/_app.tsx b/wallets/react-wallet-chat/src/pages/_app.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/pages/_app.tsx rename to wallets/react-wallet-chat/src/pages/_app.tsx diff --git a/wallets/react-wallet-v2-chat/src/pages/chat.tsx b/wallets/react-wallet-chat/src/pages/chat.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/pages/chat.tsx rename to wallets/react-wallet-chat/src/pages/chat.tsx diff --git a/wallets/react-wallet-v2-chat/src/pages/chatRequests.tsx b/wallets/react-wallet-chat/src/pages/chatRequests.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/pages/chatRequests.tsx rename to wallets/react-wallet-chat/src/pages/chatRequests.tsx diff --git a/wallets/react-wallet-v2-chat/src/pages/chats.tsx b/wallets/react-wallet-chat/src/pages/chats.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/pages/chats.tsx rename to wallets/react-wallet-chat/src/pages/chats.tsx diff --git a/wallets/react-wallet-v2-chat/src/pages/index.tsx b/wallets/react-wallet-chat/src/pages/index.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/pages/index.tsx rename to wallets/react-wallet-chat/src/pages/index.tsx diff --git a/wallets/react-wallet-v2-chat/src/pages/invites.tsx b/wallets/react-wallet-chat/src/pages/invites.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/pages/invites.tsx rename to wallets/react-wallet-chat/src/pages/invites.tsx diff --git a/wallets/react-wallet-v2-chat/src/pages/newChat.tsx b/wallets/react-wallet-chat/src/pages/newChat.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/pages/newChat.tsx rename to wallets/react-wallet-chat/src/pages/newChat.tsx diff --git a/wallets/react-wallet-v2-chat/src/pages/pairings.tsx b/wallets/react-wallet-chat/src/pages/pairings.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/pages/pairings.tsx rename to wallets/react-wallet-chat/src/pages/pairings.tsx diff --git a/wallets/react-wallet-v2-chat/src/pages/session.tsx b/wallets/react-wallet-chat/src/pages/session.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/pages/session.tsx rename to wallets/react-wallet-chat/src/pages/session.tsx diff --git a/wallets/react-wallet-v2-chat/src/pages/sessions.tsx b/wallets/react-wallet-chat/src/pages/sessions.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/pages/sessions.tsx rename to wallets/react-wallet-chat/src/pages/sessions.tsx diff --git a/wallets/react-wallet-v2-chat/src/pages/settings.tsx b/wallets/react-wallet-chat/src/pages/settings.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/pages/settings.tsx rename to wallets/react-wallet-chat/src/pages/settings.tsx diff --git a/wallets/react-wallet-v2-chat/src/pages/walletconnect.tsx b/wallets/react-wallet-chat/src/pages/walletconnect.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/pages/walletconnect.tsx rename to wallets/react-wallet-chat/src/pages/walletconnect.tsx diff --git a/wallets/react-wallet-v2-chat/src/store/ModalStore.ts b/wallets/react-wallet-chat/src/store/ModalStore.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/store/ModalStore.ts rename to wallets/react-wallet-chat/src/store/ModalStore.ts diff --git a/wallets/react-wallet-v2-chat/src/store/SettingsStore.ts b/wallets/react-wallet-chat/src/store/SettingsStore.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/store/SettingsStore.ts rename to wallets/react-wallet-chat/src/store/SettingsStore.ts diff --git a/wallets/react-wallet-v2-chat/src/utils/CosmosRequestHandler.ts b/wallets/react-wallet-chat/src/utils/CosmosRequestHandler.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/utils/CosmosRequestHandler.ts rename to wallets/react-wallet-chat/src/utils/CosmosRequestHandler.ts diff --git a/wallets/react-wallet-v2-chat/src/utils/CosmosWalletUtil.ts b/wallets/react-wallet-chat/src/utils/CosmosWalletUtil.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/utils/CosmosWalletUtil.ts rename to wallets/react-wallet-chat/src/utils/CosmosWalletUtil.ts diff --git a/wallets/react-wallet-v2-chat/src/utils/EIP155RequestHandlerUtil.ts b/wallets/react-wallet-chat/src/utils/EIP155RequestHandlerUtil.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/utils/EIP155RequestHandlerUtil.ts rename to wallets/react-wallet-chat/src/utils/EIP155RequestHandlerUtil.ts diff --git a/wallets/react-wallet-v2-chat/src/utils/EIP155WalletUtil.ts b/wallets/react-wallet-chat/src/utils/EIP155WalletUtil.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/utils/EIP155WalletUtil.ts rename to wallets/react-wallet-chat/src/utils/EIP155WalletUtil.ts diff --git a/wallets/react-wallet-v2-chat/src/utils/HelperUtil.ts b/wallets/react-wallet-chat/src/utils/HelperUtil.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/utils/HelperUtil.ts rename to wallets/react-wallet-chat/src/utils/HelperUtil.ts diff --git a/wallets/react-wallet-v2-chat/src/utils/SolanaRequestHandlerUtil.ts b/wallets/react-wallet-chat/src/utils/SolanaRequestHandlerUtil.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/utils/SolanaRequestHandlerUtil.ts rename to wallets/react-wallet-chat/src/utils/SolanaRequestHandlerUtil.ts diff --git a/wallets/react-wallet-v2-chat/src/utils/SolanaWalletUtil.ts b/wallets/react-wallet-chat/src/utils/SolanaWalletUtil.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/utils/SolanaWalletUtil.ts rename to wallets/react-wallet-chat/src/utils/SolanaWalletUtil.ts diff --git a/wallets/react-wallet-v2-chat/src/utils/WalletConnectUtil.ts b/wallets/react-wallet-chat/src/utils/WalletConnectUtil.ts similarity index 100% rename from wallets/react-wallet-v2-chat/src/utils/WalletConnectUtil.ts rename to wallets/react-wallet-chat/src/utils/WalletConnectUtil.ts diff --git a/wallets/react-wallet-v2-chat/src/views/SessionProposalModal.tsx b/wallets/react-wallet-chat/src/views/SessionProposalModal.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/views/SessionProposalModal.tsx rename to wallets/react-wallet-chat/src/views/SessionProposalModal.tsx diff --git a/wallets/react-wallet-v2-chat/src/views/SessionSendTransactionModal.tsx b/wallets/react-wallet-chat/src/views/SessionSendTransactionModal.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/views/SessionSendTransactionModal.tsx rename to wallets/react-wallet-chat/src/views/SessionSendTransactionModal.tsx diff --git a/wallets/react-wallet-v2-chat/src/views/SessionSignCosmosModal.tsx b/wallets/react-wallet-chat/src/views/SessionSignCosmosModal.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/views/SessionSignCosmosModal.tsx rename to wallets/react-wallet-chat/src/views/SessionSignCosmosModal.tsx diff --git a/wallets/react-wallet-v2-chat/src/views/SessionSignModal.tsx b/wallets/react-wallet-chat/src/views/SessionSignModal.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/views/SessionSignModal.tsx rename to wallets/react-wallet-chat/src/views/SessionSignModal.tsx diff --git a/wallets/react-wallet-v2-chat/src/views/SessionSignSolanaModal.tsx b/wallets/react-wallet-chat/src/views/SessionSignSolanaModal.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/views/SessionSignSolanaModal.tsx rename to wallets/react-wallet-chat/src/views/SessionSignSolanaModal.tsx diff --git a/wallets/react-wallet-v2-chat/src/views/SessionSignTypedDataModal.tsx b/wallets/react-wallet-chat/src/views/SessionSignTypedDataModal.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/views/SessionSignTypedDataModal.tsx rename to wallets/react-wallet-chat/src/views/SessionSignTypedDataModal.tsx diff --git a/wallets/react-wallet-v2-chat/src/views/SessionUnsuportedMethodModal.tsx b/wallets/react-wallet-chat/src/views/SessionUnsuportedMethodModal.tsx similarity index 100% rename from wallets/react-wallet-v2-chat/src/views/SessionUnsuportedMethodModal.tsx rename to wallets/react-wallet-chat/src/views/SessionUnsuportedMethodModal.tsx diff --git a/wallets/react-wallet-v2-chat/tsconfig.json b/wallets/react-wallet-chat/tsconfig.json similarity index 100% rename from wallets/react-wallet-v2-chat/tsconfig.json rename to wallets/react-wallet-chat/tsconfig.json diff --git a/wallets/react-wallet-v2-chat/yarn.lock b/wallets/react-wallet-chat/yarn.lock similarity index 100% rename from wallets/react-wallet-v2-chat/yarn.lock rename to wallets/react-wallet-chat/yarn.lock