Skip to content

Conversation

nadir-akhtar
Copy link
Contributor

Motivation:

avsConfig is marked public, but the getter getAVSConfig also retrieves the storage variable. Making the storage variable public automatically produces a getter. As such, currently two getters exist for the same storage variable.

Modifications:

  • Changed the storage variable from public to internal

Result:

  • Cheaper deployments
  • More legible getters

@nadir-akhtar nadir-akhtar requested a review from 0xrajath August 1, 2025 19:26
@nadir-akhtar nadir-akhtar merged commit e5d3622 into dev Aug 1, 2025
9 checks passed
@nadir-akhtar nadir-akhtar deleted the nadir/taskAVSRegistarBase-storage-visibility branch August 1, 2025 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants