core
core copied to clipboard
fix polling time
Explanation
The constant for polling DeFi positions called TEN_MINUTES_IN_MS was set to 60_000 instead of 600_000. Which causes more frequent polling than expected. This fixes the issue.
References
Changelog
Checklist
- [X] I've updated the test suite for new or updated code as appropriate
- [X] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
- [X] I've communicated my changes to consumers by updating changelogs for packages I've changed, highlighting breaking changes as necessary
- [X] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes