export const META_FILE_NAME = 'metadata' export const PREVIEW_DIMENSIONS = { maxWidth: 250, maxHeight: 175 } export const BZZ_LINK_DOMAIN = 'bzz.link' export const BLOCKCHAIN_EXPLORER_URL = 'https://blockscout.com/xdai/mainnet' export const BEE_DOCS_HOST = 'https://docs.ethswarm.org/docs/' export const BEE_DISCORD_HOST = 'https://discord.gg/eKr9XPv7' export const GITHUB_REPO_URL = 'https://api.github.com/repos/ethersphere/bee' export const GITHUB_BEE_DASHBOARD_URL = 'https://github.com/ethersphere/bee-dashboard.git' export const BEE_DESKTOP_LATEST_RELEASE_PAGE = 'https://github.com/ethersphere/bee-desktop/releases/latest' export const BEE_DESKTOP_LATEST_RELEASE_PAGE_API = 'https://api.github.com/repos/ethersphere/bee-desktop/releases/latest' export const DEFAULT_BEE_API_HOST = 'http://localhost:1633' export const DEFAULT_RPC_URL = 'https://xdai.fairdatasociety.org'