The Bug:
After creating a chain with Ignite and adding the EVM app (ignite evm add), I am unable to scaffold modules, list or map (e.g., ignite scaffold module project). The following error occurs:
Error while running command go tool github.com/bufbuild/buf/cmd/buf dep update Failure: resource with name "cosmos/evm" was not found: exit status 1
Steps to Reproduce:
- Create a new chain with Ignite.
- ignite app install github.com/ignite/apps/evm
- Run ignite evm add.
- Try to scaffold a module, list or map (e.g., ignite scaffold module project).
Expected Behavior:
Scaffolding should work without errors after adding EVM.
Actual Behavior:
Scaffolding fails with a buf dep update error related to "cosmos/evm".
Environment Details:
Ignite CLI version: v29.6.2-dev
Cosmos SDK version: v0.53.4
Buf.build version: 1.63.0
OS: darwin (macOS)
Arch: arm64
Go version: go1.25.5 darwin/arm64
(also tested with go1.24.1)
Notes:
Additional Context:
My "buf.yaml" file includes:
`deps:
...