From 027c0473c8bf62940cc4bb64506a915d3c23e6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20Deniz=20KIVRAK?= Date: Wed, 18 Oct 2023 22:54:15 +0300 Subject: [PATCH] remove ens domain name support --- README.md | 2 +- package.json | 2 +- src/features/ui/components/Layout/Copyright/Copyright.tsx | 2 +- src/features/wallet/chains/ethereum.ts | 2 +- src/services/ethersV6/wallet/WalletAPI.ts | 5 +---- 5 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ab4f84b..4003938 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ React dApp Template (Vite) is an easy-to-use foundation for efficiently building ## Features - Authentication with Metamask Wallet -- Wallet Domain Name Support ([ENS](https://ens.domains/) and [AVVY Domains](https://avvy.domains/)) +- Wallet Domain Name Support ([AVVY Domains](https://avvy.domains/)) - Internationalization - Dark Theme - Page load optimizations diff --git a/package.json b/package.json index cb21b91..1d26a8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vitedapp", "private": true, - "version": "0.4.0", + "version": "0.4.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src/features/ui/components/Layout/Copyright/Copyright.tsx b/src/features/ui/components/Layout/Copyright/Copyright.tsx index 81863d8..f413e51 100644 --- a/src/features/ui/components/Layout/Copyright/Copyright.tsx +++ b/src/features/ui/components/Layout/Copyright/Copyright.tsx @@ -8,7 +8,7 @@ import reactDappTemplateLogo from '../../../assets/images/react-dapp-template-lo export const Copyright: React.FC = React.memo(() => { return ( - +