Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/default_values.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ url_prefix = "/"
[service.tap]
max_receipt_value_grt = "0.001" # We use strings to prevent rounding errors

[tap]
max_amount_willing_to_lose_grt = 20

[tap.rav_request]
trigger_value_divisor = 10
timestamp_buffer_secs = 60
Expand Down
1 change: 0 additions & 1 deletion config/minimal-config-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ receipts_verifier_address = "0x2222222222222222222222222222222222222222"
# NOTE: Use strings for decimal values to prevent rounding errors
# e.g:
# max_amount_willing_to_lose_grt = "0.1"
max_amount_willing_to_lose_grt = 20

[tap.sender_aggregator_endpoints]
# Key-Value of all senders and their aggregator endpoints
Expand Down
Loading