You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Did a go mod replace of cosmos-sdk with our fork on the new gm app and running ignite chain build fails with cosmos SDK package version not found.
To reproduce
Steps to reproduce the behavior:
ignite scaffold chain gm --address-prefix gm
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected]
go mod tidy
ignite chain build
What version are you using?
ignite version
Ignite CLI version: v28.0.0
Ignite CLI build date: 2023-12-06T08:52:35Z
Ignite CLI source hash: 936476c9358bcda4a67475ea521f1c4a39759dbe
Ignite CLI config version: v1
Cosmos SDK version: v0.50.1
Your OS: darwin
Your arch: arm64
Your Node.js version: v17.9.0
Your go version: go version go1.21.5 darwin/arm64
Provide the output of the ignite version command.
ignite chain build
Cosmos SDK's version is: v0.50.1
✘ Cannot build app:
cosmos SDK package version not found
The text was updated successfully, but these errors were encountered:
Describe the bug
Did a
go mod replace
ofcosmos-sdk
with our fork on the newgm
app and runningignite chain build
fails withcosmos SDK package version not found
.To reproduce
Steps to reproduce the behavior:
ignite scaffold chain gm --address-prefix gm
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected]
go mod tidy
ignite chain build
What version are you using?
Provide the output of the
ignite version
command.The text was updated successfully, but these errors were encountered: