lbry-desktop/ui/constants/claim.js

9 lines
284 B
JavaScript
Raw Normal View History

export const MINIMUM_PUBLISH_BID = 0.00001000;
2018-03-26 14:32:43 -07:00
export const CHANNEL_ANONYMOUS = 'anonymous';
export const CHANNEL_NEW = 'new';
2018-11-02 22:17:55 -04:00
export const PAGE_SIZE = 20;
2019-10-03 17:40:54 -04:00
export const INVALID_NAME_ERROR =
__('LBRY names cannot contain spaces or reserved symbols') + ' ' + '($#@;/"<>%{}|^~[]`)';