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
In order to avoid collecting or claiming query fees below a certain threshold
(e.g. below the cost of the two transactions), the following configuration
option can be used.
Environment Variable
CLI Argument
Value
INDEXER_AGENT_REBATE_CLAIM_THRESHOLD
--rebate-claim-threshold
Minimum rebate (in GRT) received for an allocation to claim (Default: 1)
INDEXER_AGENT_REBATE_CLAIM_BATCH_THRESHOLD
--rebate-claim-batch-threshold
Minimum total rebates (in GRT) before a batched claim is processed (Default: 5)
INDEXER_AGENT_VOUCHER_EXPIRATION
--voucher-expiration
Time (in seconds) to permanently delete vouchers with too few query fees (Default: 2160)
Indexer Service rs and TAP Agent
They are configured using a TOML file provided with --config. You should start with the minimal config example. You can find the full config here and the default values
here.
You can supply those nested values using environment variables as such: indexer.indexer_address -> INDEXER_SERVICE_INDEXER__INDEXER_ADDRESS (mind the double _)
tap.sender_aggregator_endpoints takes a key-value list of sender address + TAP aggregator pairs. Your indexer will accept business only from the senders you add in
that list. The value provided in the table above only lists the E&N gateway for now.