feat: Update constants.js

This commit is contained in:
Nathan Woodburn 2025-01-10 15:53:37 +11:00
parent b5e241d017
commit 3b88281316
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
2 changed files with 4 additions and 5 deletions

1
CNAME
View File

@ -1 +0,0 @@
wallet.id

View File

@ -1,18 +1,18 @@
export const DEV_MODE = location.hostname === 'localhost'; export const DEV_MODE = location.hostname === 'localhost';
// export const DEV_MODE = false; // export const DEV_MODE = false;
export const TLD = 'wallet'; export const TLD = 'det0x';
export const HERO_TEXT = 'Own your .' + TLD; export const HERO_TEXT = 'Own your .' + TLD;
export const SUB_TEXT = 'Decentralized domains for websites, wallets and web3'; export const SUB_TEXT = 'Decentralized domains for websites, wallets and web3';
export const SEARCH_PLACEHOLDER = 'Find your .' + TLD; export const SEARCH_PLACEHOLDER = 'Find your .' + TLD;
export const PAGE_TITLE = HERO_TEXT; export const PAGE_TITLE = HERO_TEXT;
export const TWITTER_HANDLE = 'walletdomain'; export const TWITTER_HANDLE = 'hns_id';
// Check https://cloud.walletconnect.com/ // Check https://cloud.walletconnect.com/
export const WALLET_CONNECT_APP_NAME = 'Wallet.id'; export const WALLET_CONNECT_APP_NAME = 'det0x';
export const WALLET_CONNECT_PROJECT_ID = 'b29f96b2f68f4ce904f96b3c225845c3'; export const WALLET_CONNECT_PROJECT_ID = '6e966e7ad9ae5cad37e3d2f095818f96';
export const STATUS_CONTRACT_ADDR = DEV_MODE export const STATUS_CONTRACT_ADDR = DEV_MODE
? '0x075489a52BcF5cd91c589046C3F5807e7fFC3647' ? '0x075489a52BcF5cd91c589046C3F5807e7fFC3647'