You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
304 B
7 lines
304 B
export const CHECK_UPDATE_DELAY = 5e3
|
|
|
|
export const MODAL_ADD_ACCOUNT = 'MODAL_ADD_ACCOUNT'
|
|
export const MODAL_OPERATION_DETAILS = 'MODAL_OPERATION_DETAILS'
|
|
export const MODAL_RECEIVE = 'MODAL_RECEIVE'
|
|
export const MODAL_SEND = 'MODAL_SEND'
|
|
export const MODAL_SETTINGS_ACCOUNT = 'MODAL_SETTINGS_ACCOUNT'
|
|
|