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