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