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
With the created scaffolding project, I cannot add the x/nft module.
To reproduce
Steps to reproduce the behavior:
ignite scaffold chain chain-name
Either add a line into app/app.go with "github.com/cosmos/cosmos-sdk/x/nft" or in terminal type go get "github.com/cosmos/cosmos-sdk/x/nft"
There will be an error: go: github.com/99designs/[email protected] used for two different module paths (github.com/99designs/go-keychain and github.com/keybase/go-keychain)
What version are you using?
v0.23.0
Provide the output of the ignite version command.
Ignite CLI version: v0.23.0
Ignite CLI build date: 2022-07-24T18:17:44Z
Ignite CLI source hash: 64df9aef958b3e8bc04b40d9feeb03426075ea89
Your OS: darwin
Your arch: amd64
Your go version: go version go1.18.4 darwin/amd64
Your uname -a: Darwin Zhongyuans-Mac-Pro.local 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:23 PDT 2021; root:xnu-8019.41.5~1/RELEASE_X86_64 x86_64
Your cwd: /Users/zfeng/workspace/cosmos/findmi
Is on Gitpod: false
The text was updated successfully, but these errors were encountered:
The latest stable version of Ignite CLI scaffolds a Cosmos SDK v0.45.x blockchain. The NFT module was introduced in Cosmos SDK v0.46. The Ignite CLI is in the process of being updated to the recently released v0.46, so you'll be able to add an NFT module to it easily.
Describe the bug
With the created scaffolding project, I cannot add the
x/nft
module.To reproduce
Steps to reproduce the behavior:
ignite scaffold chain chain-name
app/app.go
with"github.com/cosmos/cosmos-sdk/x/nft"
or in terminal typego get "github.com/cosmos/cosmos-sdk/x/nft"
go: github.com/99designs/[email protected] used for two different module paths (github.com/99designs/go-keychain and github.com/keybase/go-keychain)
What version are you using?
v0.23.0
Provide the output of the
ignite version
command.The text was updated successfully, but these errors were encountered: