Skip to content

Commit

Permalink
Add message around dep installed
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Jan 17, 2024
1 parent 061f265 commit b92f6d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/dependencymanager/dependencyinstaller.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ func (ci *DependencyInstaller) handleFoundContract(networkName, contractAddr, as
if err := createContractFile(contractAddr, contractName, contractData); err != nil {
return fmt.Errorf("failed to create contract file: %w", err)
}

ci.Logger.Info(fmt.Sprintf("Dependency Manager: %s from %s on %s installed", contractName, contractAddr, networkName))
}

err := ci.updateState(networkName, contractAddr, assignedName, contractName, originalContractDataHash)
Expand Down

0 comments on commit b92f6d8

Please sign in to comment.