MyCrypto/electron-app/constants.ts

5 lines
208 B
TypeScript

export const APP_TITLE = 'Status';
export const REPOSITORY_OWNER = 'status-im';
export const REPOSITORY_NAME = 'Status';
export const REPOSITORY = `https://github.com/${REPOSITORY_OWNER}/${REPOSITORY_NAME}`;