Skip to content
Request an audit

‹ All findings

Some variable shadowing in MetavaultsRegistry

Low/InfoSpectra MetaVault Bridge·Sherlock·Yield-tokenisation vaults·16th December 2025·by 0xSimaoI-3

Summary

market and chainConfig shadow the corresponding functions.

Vulnerability Detail

Market and chainConfig are used throughout the contract as memory variable, but there already exist functions with these names.

Impact

QA

Code Snippet

For example, market and market().

Tool Used

Manual Review

Recommendation

Consider changing the variable or function names.