Closed klkvr closed 3 days ago
Right now this would fail if there're any contracts with the same name in project due to https://github.com/foundry-rs/foundry/blob/2dcc84fdc4188a3a5dffce7a6b2d7fabb9aca8d9/crates/common/src/contracts.rs#L255-L257
Use complete identifier when getting artifact
failure unrelated
Motivation
Right now this would fail if there're any contracts with the same name in project due to https://github.com/foundry-rs/foundry/blob/2dcc84fdc4188a3a5dffce7a6b2d7fabb9aca8d9/crates/common/src/contracts.rs#L255-L257
Solution
Use complete identifier when getting artifact