Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
9 changes: 0 additions & 9 deletions config/minimal-config-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ receipts_verifier_address = "0x2222222222222222222222222222222222222222"
########################################
# Specific configurations to tap-agent #
########################################
[tap]
# This is the amount of fees you are willing to risk at any given time. For ex.
# if the sender stops supplying RAVs for long enough and the fees exceed this
# amount, the indexer-service will stop accepting queries from the sender
# until the fees are aggregated.
# 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