chore(statics): remove rebase feature from vtho token #7234
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
his feature was introduced in https://bitgoinc.atlassian.net/browse/COIN-5905
this is was only used in indexer to put this token metadata in RebaseTokensDataFactory so that while parsing the entries we can identify an address that it should be added to rebaseAddress collection.
but with the new implementation where we are filtering out address when the entry is having coin to be vet/ tvet we don't need token to be explicitly marked as a rebase token.
Ticket: COIN-6055