UNPKG

@fragment-dev/node-client

Version:

[Fragment](https://fragment.dev) is the Ledger API for engineers that move money. Stop wrangling payment tables, debugging balance errors and hacking together data pipelines. Start shipping the features that make a difference.

7 lines (6 loc) 114 B
export const DEFAULT_RETRY_CONFIG = { retries: 5, factor: 2, minTimeout: 10, maxTimeout: 3000, };