You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: this should be per token (like list[tuple[Token,minAmount]])
parser.add_argument(
"--min-transfer-amount-wei",
type=int,
help="Ignore transfers with amount less than this",
default=1000000000000000,
)
This runtime argument should be per token rather than just universal. Since ETH and COW both have different USD values we may want to have different min transfer thresholds.
The text was updated successfully, but these errors were encountered:
solver-rewards/src/utils/script_args.py
Lines 59 to 65 in c34757e
This runtime argument should be per token rather than just universal. Since ETH and COW both have different USD values we may want to have different min transfer thresholds.
The text was updated successfully, but these errors were encountered: