From 3b88281316a07ba54f97e864f15958497e1e96dc Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Fri, 10 Jan 2025 15:53:37 +1100 Subject: [PATCH] feat: Update constants.js --- CNAME | 1 - src/constants.js | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 71fb7fc..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -wallet.id diff --git a/src/constants.js b/src/constants.js index 832e222..064b290 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,18 +1,18 @@ export const DEV_MODE = location.hostname === 'localhost'; // export const DEV_MODE = false; -export const TLD = 'wallet'; +export const TLD = 'det0x'; export const HERO_TEXT = 'Own your .' + TLD; export const SUB_TEXT = 'Decentralized domains for websites, wallets and web3'; export const SEARCH_PLACEHOLDER = 'Find your .' + TLD; export const PAGE_TITLE = HERO_TEXT; -export const TWITTER_HANDLE = 'walletdomain'; +export const TWITTER_HANDLE = 'hns_id'; // Check https://cloud.walletconnect.com/ -export const WALLET_CONNECT_APP_NAME = 'Wallet.id'; -export const WALLET_CONNECT_PROJECT_ID = 'b29f96b2f68f4ce904f96b3c225845c3'; +export const WALLET_CONNECT_APP_NAME = 'det0x'; +export const WALLET_CONNECT_PROJECT_ID = '6e966e7ad9ae5cad37e3d2f095818f96'; export const STATUS_CONTRACT_ADDR = DEV_MODE ? '0x075489a52BcF5cd91c589046C3F5807e7fFC3647'