Post Nitro upgrade clean up

We have successfully upgraded from a legacy server to the Nitro version.

As explained in the ā€œbreaking changesā€ the TokenBalanace and NFTOwners classes are deprecated and removed. However we can still see BscNFTOwners, BscNFTOwnersPending, BscTokenBalance, BscTokenBalancePending classes on our instance.

Is it safe to remove them?

I think that it is safe to remove them if you want

1 Like

@pasevin
The reason TokenBalance and NFTOwners classes were removed because these can be called via web3API

Yep I know. I was just expecting them to be removed automatically upon upgrade. But they were left untouched, so just wanted to know if itā€™s safe to remove them.