indexer
indexer copied to clipboard
Allow allocations to be closed to get query fees but not indexing rewards
Currently there's no way to close allocations via the agent/cli for networks unsupported by indexing rewards. With the upgrade indexer now there is queries on networks where there is no indexing fees, so need to able to claim query fees
graph indexer allocations close arbitrum-one <allocation id> 0x0000000000000000000000000000000000000000000000000000000000000000 --force
action queue won't work, have to close independently
Also closing independently does not update closedAt parameter for postgres db allocation_summaries, will not get query fees unless manually updating the date
This one should be resolved in #949