From 072d4593ca523bcd393ea308665c91ac4bc71f52 Mon Sep 17 00:00:00 2001 From: Ben Kremer Date: Tue, 1 Mar 2022 12:02:15 +0000 Subject: [PATCH] chore: rename `react-dapp-v2-cosmos` -> `react-dapp-v2-cosmos-provider` --- .../.env.local.example | 0 .../.gitignore | 0 .../.prettierrc | 0 .../LICENSE | 0 .../README.md | 0 .../images.d.ts | 0 .../package.json | 0 .../public/favicon.ico | Bin .../public/index.html | 0 .../public/manifest.json | 0 .../src/App.tsx | 0 .../src/assets/erc20.svg | 0 .../src/assets/eth.svg | 0 .../src/assets/walletconnect.png | Bin .../src/chains/cosmos.ts | 0 .../src/chains/eip155.ts | 0 .../src/chains/index.ts | 0 .../src/chains/polkadot.ts | 0 .../src/components/Asset.tsx | 0 .../src/components/Banner.tsx | 0 .../src/components/Blockchain.tsx | 0 .../src/components/Button.tsx | 0 .../src/components/Column.tsx | 0 .../src/components/Header.tsx | 0 .../src/components/Icon.tsx | 0 .../src/components/Loader.tsx | 0 .../src/components/Modal.tsx | 0 .../src/components/Pairing.tsx | 0 .../src/components/Peer.tsx | 0 .../src/components/Toggle.tsx | 0 .../src/components/Wrapper.tsx | 0 .../src/components/app/index.tsx | 0 .../src/components/shared/index.ts | 0 .../src/constants/default.ts | 0 .../src/constants/index.ts | 0 .../src/constants/logo.ts | 0 .../src/contexts/ClientContext.tsx | 0 .../src/helpers/api.ts | 0 .../src/helpers/eip1271.ts | 0 .../src/helpers/eip712.ts | 0 .../src/helpers/index.ts | 0 .../src/helpers/tx.ts | 0 .../src/helpers/types.ts | 0 .../src/helpers/utilities.ts | 0 .../src/index.tsx | 0 .../src/modals/PairingModal.tsx | 0 .../src/modals/PingModal.tsx | 0 .../src/modals/RequestModal.tsx | 0 .../src/modals/shared/index.ts | 0 .../src/react-app-env.d.ts | 0 .../src/styles.ts | 0 .../tsconfig.json | 0 .../yarn.lock | 0 53 files changed, 0 insertions(+), 0 deletions(-) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/.env.local.example (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/.gitignore (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/.prettierrc (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/LICENSE (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/README.md (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/images.d.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/package.json (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/public/favicon.ico (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/public/index.html (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/public/manifest.json (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/App.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/assets/erc20.svg (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/assets/eth.svg (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/assets/walletconnect.png (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/chains/cosmos.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/chains/eip155.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/chains/index.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/chains/polkadot.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/components/Asset.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/components/Banner.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/components/Blockchain.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/components/Button.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/components/Column.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/components/Header.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/components/Icon.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/components/Loader.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/components/Modal.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/components/Pairing.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/components/Peer.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/components/Toggle.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/components/Wrapper.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/components/app/index.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/components/shared/index.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/constants/default.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/constants/index.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/constants/logo.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/contexts/ClientContext.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/helpers/api.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/helpers/eip1271.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/helpers/eip712.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/helpers/index.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/helpers/tx.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/helpers/types.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/helpers/utilities.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/index.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/modals/PairingModal.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/modals/PingModal.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/modals/RequestModal.tsx (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/modals/shared/index.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/react-app-env.d.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/src/styles.ts (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/tsconfig.json (100%) rename dapps/{react-dapp-v2-cosmos => react-dapp-v2-cosmos-provider}/yarn.lock (100%) diff --git a/dapps/react-dapp-v2-cosmos/.env.local.example b/dapps/react-dapp-v2-cosmos-provider/.env.local.example similarity index 100% rename from dapps/react-dapp-v2-cosmos/.env.local.example rename to dapps/react-dapp-v2-cosmos-provider/.env.local.example diff --git a/dapps/react-dapp-v2-cosmos/.gitignore b/dapps/react-dapp-v2-cosmos-provider/.gitignore similarity index 100% rename from dapps/react-dapp-v2-cosmos/.gitignore rename to dapps/react-dapp-v2-cosmos-provider/.gitignore diff --git a/dapps/react-dapp-v2-cosmos/.prettierrc b/dapps/react-dapp-v2-cosmos-provider/.prettierrc similarity index 100% rename from dapps/react-dapp-v2-cosmos/.prettierrc rename to dapps/react-dapp-v2-cosmos-provider/.prettierrc diff --git a/dapps/react-dapp-v2-cosmos/LICENSE b/dapps/react-dapp-v2-cosmos-provider/LICENSE similarity index 100% rename from dapps/react-dapp-v2-cosmos/LICENSE rename to dapps/react-dapp-v2-cosmos-provider/LICENSE diff --git a/dapps/react-dapp-v2-cosmos/README.md b/dapps/react-dapp-v2-cosmos-provider/README.md similarity index 100% rename from dapps/react-dapp-v2-cosmos/README.md rename to dapps/react-dapp-v2-cosmos-provider/README.md diff --git a/dapps/react-dapp-v2-cosmos/images.d.ts b/dapps/react-dapp-v2-cosmos-provider/images.d.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/images.d.ts rename to dapps/react-dapp-v2-cosmos-provider/images.d.ts diff --git a/dapps/react-dapp-v2-cosmos/package.json b/dapps/react-dapp-v2-cosmos-provider/package.json similarity index 100% rename from dapps/react-dapp-v2-cosmos/package.json rename to dapps/react-dapp-v2-cosmos-provider/package.json diff --git a/dapps/react-dapp-v2-cosmos/public/favicon.ico b/dapps/react-dapp-v2-cosmos-provider/public/favicon.ico similarity index 100% rename from dapps/react-dapp-v2-cosmos/public/favicon.ico rename to dapps/react-dapp-v2-cosmos-provider/public/favicon.ico diff --git a/dapps/react-dapp-v2-cosmos/public/index.html b/dapps/react-dapp-v2-cosmos-provider/public/index.html similarity index 100% rename from dapps/react-dapp-v2-cosmos/public/index.html rename to dapps/react-dapp-v2-cosmos-provider/public/index.html diff --git a/dapps/react-dapp-v2-cosmos/public/manifest.json b/dapps/react-dapp-v2-cosmos-provider/public/manifest.json similarity index 100% rename from dapps/react-dapp-v2-cosmos/public/manifest.json rename to dapps/react-dapp-v2-cosmos-provider/public/manifest.json diff --git a/dapps/react-dapp-v2-cosmos/src/App.tsx b/dapps/react-dapp-v2-cosmos-provider/src/App.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/App.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/App.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/assets/erc20.svg b/dapps/react-dapp-v2-cosmos-provider/src/assets/erc20.svg similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/assets/erc20.svg rename to dapps/react-dapp-v2-cosmos-provider/src/assets/erc20.svg diff --git a/dapps/react-dapp-v2-cosmos/src/assets/eth.svg b/dapps/react-dapp-v2-cosmos-provider/src/assets/eth.svg similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/assets/eth.svg rename to dapps/react-dapp-v2-cosmos-provider/src/assets/eth.svg diff --git a/dapps/react-dapp-v2-cosmos/src/assets/walletconnect.png b/dapps/react-dapp-v2-cosmos-provider/src/assets/walletconnect.png similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/assets/walletconnect.png rename to dapps/react-dapp-v2-cosmos-provider/src/assets/walletconnect.png diff --git a/dapps/react-dapp-v2-cosmos/src/chains/cosmos.ts b/dapps/react-dapp-v2-cosmos-provider/src/chains/cosmos.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/chains/cosmos.ts rename to dapps/react-dapp-v2-cosmos-provider/src/chains/cosmos.ts diff --git a/dapps/react-dapp-v2-cosmos/src/chains/eip155.ts b/dapps/react-dapp-v2-cosmos-provider/src/chains/eip155.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/chains/eip155.ts rename to dapps/react-dapp-v2-cosmos-provider/src/chains/eip155.ts diff --git a/dapps/react-dapp-v2-cosmos/src/chains/index.ts b/dapps/react-dapp-v2-cosmos-provider/src/chains/index.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/chains/index.ts rename to dapps/react-dapp-v2-cosmos-provider/src/chains/index.ts diff --git a/dapps/react-dapp-v2-cosmos/src/chains/polkadot.ts b/dapps/react-dapp-v2-cosmos-provider/src/chains/polkadot.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/chains/polkadot.ts rename to dapps/react-dapp-v2-cosmos-provider/src/chains/polkadot.ts diff --git a/dapps/react-dapp-v2-cosmos/src/components/Asset.tsx b/dapps/react-dapp-v2-cosmos-provider/src/components/Asset.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/components/Asset.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/components/Asset.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/components/Banner.tsx b/dapps/react-dapp-v2-cosmos-provider/src/components/Banner.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/components/Banner.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/components/Banner.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/components/Blockchain.tsx b/dapps/react-dapp-v2-cosmos-provider/src/components/Blockchain.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/components/Blockchain.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/components/Blockchain.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/components/Button.tsx b/dapps/react-dapp-v2-cosmos-provider/src/components/Button.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/components/Button.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/components/Button.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/components/Column.tsx b/dapps/react-dapp-v2-cosmos-provider/src/components/Column.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/components/Column.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/components/Column.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/components/Header.tsx b/dapps/react-dapp-v2-cosmos-provider/src/components/Header.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/components/Header.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/components/Header.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/components/Icon.tsx b/dapps/react-dapp-v2-cosmos-provider/src/components/Icon.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/components/Icon.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/components/Icon.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/components/Loader.tsx b/dapps/react-dapp-v2-cosmos-provider/src/components/Loader.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/components/Loader.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/components/Loader.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/components/Modal.tsx b/dapps/react-dapp-v2-cosmos-provider/src/components/Modal.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/components/Modal.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/components/Modal.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/components/Pairing.tsx b/dapps/react-dapp-v2-cosmos-provider/src/components/Pairing.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/components/Pairing.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/components/Pairing.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/components/Peer.tsx b/dapps/react-dapp-v2-cosmos-provider/src/components/Peer.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/components/Peer.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/components/Peer.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/components/Toggle.tsx b/dapps/react-dapp-v2-cosmos-provider/src/components/Toggle.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/components/Toggle.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/components/Toggle.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/components/Wrapper.tsx b/dapps/react-dapp-v2-cosmos-provider/src/components/Wrapper.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/components/Wrapper.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/components/Wrapper.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/components/app/index.tsx b/dapps/react-dapp-v2-cosmos-provider/src/components/app/index.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/components/app/index.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/components/app/index.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/components/shared/index.ts b/dapps/react-dapp-v2-cosmos-provider/src/components/shared/index.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/components/shared/index.ts rename to dapps/react-dapp-v2-cosmos-provider/src/components/shared/index.ts diff --git a/dapps/react-dapp-v2-cosmos/src/constants/default.ts b/dapps/react-dapp-v2-cosmos-provider/src/constants/default.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/constants/default.ts rename to dapps/react-dapp-v2-cosmos-provider/src/constants/default.ts diff --git a/dapps/react-dapp-v2-cosmos/src/constants/index.ts b/dapps/react-dapp-v2-cosmos-provider/src/constants/index.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/constants/index.ts rename to dapps/react-dapp-v2-cosmos-provider/src/constants/index.ts diff --git a/dapps/react-dapp-v2-cosmos/src/constants/logo.ts b/dapps/react-dapp-v2-cosmos-provider/src/constants/logo.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/constants/logo.ts rename to dapps/react-dapp-v2-cosmos-provider/src/constants/logo.ts diff --git a/dapps/react-dapp-v2-cosmos/src/contexts/ClientContext.tsx b/dapps/react-dapp-v2-cosmos-provider/src/contexts/ClientContext.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/contexts/ClientContext.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/contexts/ClientContext.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/helpers/api.ts b/dapps/react-dapp-v2-cosmos-provider/src/helpers/api.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/helpers/api.ts rename to dapps/react-dapp-v2-cosmos-provider/src/helpers/api.ts diff --git a/dapps/react-dapp-v2-cosmos/src/helpers/eip1271.ts b/dapps/react-dapp-v2-cosmos-provider/src/helpers/eip1271.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/helpers/eip1271.ts rename to dapps/react-dapp-v2-cosmos-provider/src/helpers/eip1271.ts diff --git a/dapps/react-dapp-v2-cosmos/src/helpers/eip712.ts b/dapps/react-dapp-v2-cosmos-provider/src/helpers/eip712.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/helpers/eip712.ts rename to dapps/react-dapp-v2-cosmos-provider/src/helpers/eip712.ts diff --git a/dapps/react-dapp-v2-cosmos/src/helpers/index.ts b/dapps/react-dapp-v2-cosmos-provider/src/helpers/index.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/helpers/index.ts rename to dapps/react-dapp-v2-cosmos-provider/src/helpers/index.ts diff --git a/dapps/react-dapp-v2-cosmos/src/helpers/tx.ts b/dapps/react-dapp-v2-cosmos-provider/src/helpers/tx.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/helpers/tx.ts rename to dapps/react-dapp-v2-cosmos-provider/src/helpers/tx.ts diff --git a/dapps/react-dapp-v2-cosmos/src/helpers/types.ts b/dapps/react-dapp-v2-cosmos-provider/src/helpers/types.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/helpers/types.ts rename to dapps/react-dapp-v2-cosmos-provider/src/helpers/types.ts diff --git a/dapps/react-dapp-v2-cosmos/src/helpers/utilities.ts b/dapps/react-dapp-v2-cosmos-provider/src/helpers/utilities.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/helpers/utilities.ts rename to dapps/react-dapp-v2-cosmos-provider/src/helpers/utilities.ts diff --git a/dapps/react-dapp-v2-cosmos/src/index.tsx b/dapps/react-dapp-v2-cosmos-provider/src/index.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/index.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/index.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/modals/PairingModal.tsx b/dapps/react-dapp-v2-cosmos-provider/src/modals/PairingModal.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/modals/PairingModal.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/modals/PairingModal.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/modals/PingModal.tsx b/dapps/react-dapp-v2-cosmos-provider/src/modals/PingModal.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/modals/PingModal.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/modals/PingModal.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/modals/RequestModal.tsx b/dapps/react-dapp-v2-cosmos-provider/src/modals/RequestModal.tsx similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/modals/RequestModal.tsx rename to dapps/react-dapp-v2-cosmos-provider/src/modals/RequestModal.tsx diff --git a/dapps/react-dapp-v2-cosmos/src/modals/shared/index.ts b/dapps/react-dapp-v2-cosmos-provider/src/modals/shared/index.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/modals/shared/index.ts rename to dapps/react-dapp-v2-cosmos-provider/src/modals/shared/index.ts diff --git a/dapps/react-dapp-v2-cosmos/src/react-app-env.d.ts b/dapps/react-dapp-v2-cosmos-provider/src/react-app-env.d.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/react-app-env.d.ts rename to dapps/react-dapp-v2-cosmos-provider/src/react-app-env.d.ts diff --git a/dapps/react-dapp-v2-cosmos/src/styles.ts b/dapps/react-dapp-v2-cosmos-provider/src/styles.ts similarity index 100% rename from dapps/react-dapp-v2-cosmos/src/styles.ts rename to dapps/react-dapp-v2-cosmos-provider/src/styles.ts diff --git a/dapps/react-dapp-v2-cosmos/tsconfig.json b/dapps/react-dapp-v2-cosmos-provider/tsconfig.json similarity index 100% rename from dapps/react-dapp-v2-cosmos/tsconfig.json rename to dapps/react-dapp-v2-cosmos-provider/tsconfig.json diff --git a/dapps/react-dapp-v2-cosmos/yarn.lock b/dapps/react-dapp-v2-cosmos-provider/yarn.lock similarity index 100% rename from dapps/react-dapp-v2-cosmos/yarn.lock rename to dapps/react-dapp-v2-cosmos-provider/yarn.lock