Skip to content

Comments

feat: add getForkedChainIds getter to Config contract#823

Open
VolodymyrBg wants to merge 1 commit intofoundry-rs:masterfrom
VolodymyrBg:feat/add-getForkedChainIds-getter
Open

feat: add getForkedChainIds getter to Config contract#823
VolodymyrBg wants to merge 1 commit intofoundry-rs:masterfrom
VolodymyrBg:feat/add-getForkedChainIds-getter

Conversation

@VolodymyrBg
Copy link

The chainIds array was documented as a public storage variable but had no getter function, making it inaccessible from external contracts. Only contracts inheriting from Config could access it directly.

Added getForkedChainIds() to complete the API and enable iterating over all forked chains without relying on inheritance.

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.

1 participant