Skip to content

Commit

Permalink
indexer-agent: remove input allocation-exchange-contract
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen authored and hopeyen committed Feb 6, 2023
1 parent 71110ca commit 1c95b69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ Query Fees
agent [string]
--vector-event-server-port Port to serve the vector event server at
[number] [default: 8001]
--allocation-exchange-contract Address of the contract to submit query fee
vouchers to [string] [default: "auto"]
--collect-receipts-endpoint Client endpoint for collecting receipts
[string]
Expand Down
8 changes: 0 additions & 8 deletions packages/indexer-agent/src/commands/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,14 +370,6 @@ export default {
}
return true
})
.option('allocation-exchange-contract', {
description: 'Address of the contract to submit query fee vouchers to',
type: 'string',
required: false,
default: 'auto',
implies: ['collect-receipts-endpoint'],
group: 'Query Fees',
})
.option('collect-receipts-endpoint', {
description: 'Client endpoint for collecting receipts',
type: 'string',
Expand Down

0 comments on commit 1c95b69

Please sign in to comment.