mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
5 lines
213 B
TypeScript
5 lines
213 B
TypeScript
|
export const APP_TITLE = 'MyCrypto';
|
||
|
export const REPOSITORY_OWNER = 'MyCryptoHQ';
|
||
|
export const REPOSITORY_NAME = 'MyCrypto';
|
||
|
export const REPOSITORY = `https://github.com/${REPOSITORY_OWNER}/${REPOSITORY_NAME}`;
|