mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-20 23:08:34 +00:00
5 lines
208 B
TypeScript
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}`;
|