testnet-onboarding-app/src/constants.ts

6 lines
329 B
TypeScript
Raw Normal View History

export const WALLET_DISCLAIMER_MSG = 'You are connecting to an experimental wallet! It is not secure. Do not use it elsewhere and/or for managing real assets.'
export const REDIRECT_EMAIL_MSG = 'Close this tab and the confirmation link in your email will bring you back to the onboarding app.'
export const ENABLE_KYC = false;