UNPKG

filecoin-pin

Version:

Bridge IPFS content to Filecoin Onchain Cloud using familiar tools

6 lines 261 B
/** * Minimum runway in days to ensure WarmStorage can cover costs. Used when `--auto-fund` is passed to import or add commands */ export const MIN_RUNWAY_DAYS = 30; export const TELEMETRY_CLI_APP_NAME = 'filecoinPinCli'; //# sourceMappingURL=constants.js.map