mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
143 stars 13 forks source link

No choice between `foundry.toml` and `soldeer.toml` #88

Closed ZeroEkkusu closed 1 week ago

ZeroEkkusu commented 1 week ago

Soldeer doesn't ask whether to use foundry.toml or soldeer.toml.

foundry.toml will always be used on the first run.

mario-eth commented 1 week ago

I tried this one and for me it's letting me to choose, can you give me more details? Are you sure you don't have a foundry.toml already present?

ZeroEkkusu commented 1 week ago

It used to ask even if foundry.toml was present. Sounds good, then.

mario-eth commented 1 week ago

Yep but got feedback that if foundry is present then it will be chosen automatically to avoid any double configs by mistake.