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