Skip to content

FIX: Cannot scaffold module after adding EVM: "resource with name 'cosmos/evm' was not found" #4854

@MatVD

Description

@MatVD

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:

  1. Create a new chain with Ignite.
  2. ignite app install github.com/ignite/apps/evm
  3. Run ignite evm add.
  4. 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:
...

  • buf.build/cosmos/evm`

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions