Fix an issue with the stablecoin query. It was not setting the lastAddress parameter after each request, which means if the stablecoin TCR had > 1000 items, it would start failing.
Fix proptypes issues related to the stablecoin redux store.
Speeds up fetching tokens by:
Fetching all tokenIDs at once with the getTokensIDsForAddresses function from the latest view contract.
Calling t2cr.tokens in parallel instead of sequentially.
This PR does 3 things:
lastAddress
parameter after each request, which means if the stablecoin TCR had > 1000 items, it would start failing.getTokensIDsForAddresses
function from the latest view contract.t2cr.tokens
in parallel instead of sequentially.