- 
                Notifications
    You must be signed in to change notification settings 
- Fork 570
Closed
Milestone
Description
I created a chain with Starport, and then tried to add some modules to it. I get an error message about wasm already being imported. Also, the first module I tried to import, governance, looks like it was downloading some CosmWasm stuff?
jehan@MacBook-Pro deepgems-cosmos % starport module import governance
go: downloading github.com/CosmWasm/wasmd v0.14.1-0.20210113091717-f9015cba4793
go: github.com/CosmWasm/wasmd f9015cba4793d03cf7a77d7253375b16ad3d3eef => v0.14.1-0.20210113091717-f9015cba4793
go: downloading github.com/CosmWasm/wasmvm v0.13.0
go: downloading golang.org/x/net v0.0.0-20201209123823-ac852fbbde11
go: downloading github.com/google/gofuzz v1.2.0
go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
go: downloading golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f
go: downloading golang.org/x/text v0.3.4
🎉 Imported module `governance`.
jehan@MacBook-Pro deepgems-cosmos % starport module import mint      
wasm is already imported
jehan@MacBook-Pro deepgems-cosmos % starport module import auth
wasm is already imported