Description:
Constantly bumping the storage Time-To-Live (TTL) on every read wastes gas. Optimize the contract to only bump storage if it is within 30 days of expiration.
Acceptance Criteria:
[ ] Check env.storage().instance().max_ttl().
[ ] Implement a helper function bump_if_needed().
Labels: optimization, gas