Skip to content

Commit

Permalink
Update readme with description
Browse files Browse the repository at this point in the history
Co-authored-by: Paul <[email protected]>
  • Loading branch information
gsteenkamp89 and pxrl authored Aug 23, 2024
1 parent e311793 commit b49bbd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ The file must be named in the following format:

Each config file must include the following fields:

- `minExclusivityPeriod`: The minimum time (in seconds) that a relayer should remain exclusive before other relayers are allowed to fill.
- `minExclusivityPeriod`: The minimum time (in seconds) that a relayer will have exclusive fill rights on a deposit.
- `minProfitThreshold`: The minimum profit margin required for a relayer to be eligible for exclusivity.
- `balanceMultiplier`: A factor applied to the relayer's balance, which is used to compute their prioritization during the selection process.
- `maxFillSize`: The maximum size of the bridge fill that the relayer can handle.
- `balanceMultiplier`: Scaling factor to apply to the relayer's balance before determinig whether it has sufficient funds to make a fill..
- `maxFillSize`: The maximum USD value of a fill that the relayer requests exclusivity for.

Example:

Expand Down

0 comments on commit b49bbd4

Please sign in to comment.