@ecency/sdk 2.3.83 (published from ecency/vision-web#1427) adds a spec pinning that neither the notifications infinite query options nor the HIVE/HBD/HP asset transaction options carry an initialData seed. That spec is the condition the guard in src/providers/queries/walletQueries/walletQueries.ts:405 documents for its own removal: with the contract pinned upstream, the local initialData: undefined override is redundant.
- Raise the dependency floor to ^2.3.83 so the pinned contract is actually in the installed range.
- Remove the guard and update its comment.
Related: ecency/vision-web#1405.
@ecency/sdk 2.3.83 (published from ecency/vision-web#1427) adds a spec pinning that neither the notifications infinite query options nor the HIVE/HBD/HP asset transaction options carry an
initialDataseed. That spec is the condition the guard insrc/providers/queries/walletQueries/walletQueries.ts:405documents for its own removal: with the contract pinned upstream, the localinitialData: undefinedoverride is redundant.Related: ecency/vision-web#1405.