Is your feature request related to a problem? Please describe.
Currently, Indexer TokenList batch fetches events published from the last block number the batch collects in previous cycle to latest block number.
If the settings such as BOND_TOKEN_ENABLED or SHARE_TOKEN_ENABLED has been changed to false, the batch do not collect events of the token type during the value is set false.
It is more desirable to collect token type events without omission when the value is changed to true once it has been changed to false.
Describe the solution you'd like
Any of the following
Modify the table of indexer token list block number to save the processed block number per each token type.
Modify TokenList batch to collect events of the token type without omission when the value is changed to true once it has been changed to false.
Is your feature request related to a problem? Please describe.
BOND_TOKEN_ENABLED
orSHARE_TOKEN_ENABLED
has been changed to false, the batch do not collect events of the token type during the value is set false.Describe the solution you'd like