UNPKG

bigblocks

Version:

Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React

23 lines (22 loc) 598 B
// Protocol Constants Export export const PROTOCOL_IDS = { B: "19HxigV4QyBv3tHpQVcUEQyq1pzZVdoAut", MAP: "1PuQa7K62MiKCtssSLKy1kh56WWU7MtUR5", BAP: "1BAPSuaPnfGnSBM3GLV9yhxUdYe4vGbdMT", AIP: "15PciHG22SNLQJXMoSUaWVi7WSqc7hCfva", PIPE: "|", }; // Default Configuration export const DEFAULT_PROTOCOL_CONFIG = { feePerByte: 0.5, }; // Content Type Mappings export const CONTENT_TYPE_EXTENSIONS = { "text/plain": ".txt", "text/markdown": ".md", }; // Default File Names export const DEFAULT_FILENAMES = { "text/plain": "post.txt", "text/markdown": "post.md", };