Skip to content

Commit 4fc9197

Browse files
committed
test(integration): implement registration and allocation invariants
1 parent bd2453c commit 4fc9197

21 files changed

+2793
-638
lines changed

script/utils/ExistingDeploymentParser.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ contract ExistingDeploymentParser is Script, Logger {
185185
/// @notice use for parsing already deployed EigenLayer contracts
186186
function _parseDeployedContracts(
187187
string memory existingDeploymentInfoPath
188-
) internal virtual {
188+
) internal noTracing virtual {
189189
// read and log the chainID
190190
uint256 currentChainId = block.chainid;
191191
console.log("You are parsing on ChainID", currentChainId);
@@ -663,7 +663,7 @@ contract ExistingDeploymentParser is Script, Logger {
663663
/// @notice used for parsing parameters used in the integration test upgrade
664664
function _parseParamsForIntegrationUpgrade(
665665
string memory initialDeploymentParamsPath
666-
) internal virtual {
666+
) internal noTracing virtual {
667667
// read and log the chainID
668668
uint256 currentChainId = block.chainid;
669669
console.log("You are parsing on ChainID", currentChainId);

0 commit comments

Comments
 (0)