Closed unjapones closed 5 years ago
The thunk updateStore from /src/store/actions.ts should have some logic to avoid fetching things that don't mind to the current sub-app (i.e. erc20 sub app doesn't carre about the getAllCollectibles thunk).
updateStore
/src/store/actions.ts
getAllCollectibles
The thunk
updateStore
from/src/store/actions.ts
should have some logic to avoid fetching things that don't mind to the current sub-app (i.e. erc20 sub app doesn't carre about thegetAllCollectibles
thunk).