What's Changed
Invalidate Mainnet
cache in /v2/flush
- Fixes a bug where the
/v2/flush
was not invalidatingMainnet
related cache data in #970 - With the introduction of two caches (one for
Mainnet
and the other one for all the other networks). The/v2/flush
route was executing the invalidation only for all the other chains.
Full Changelog: v3.35.0...v3.35.1