OmniFlix / omniflixhub

OmniFlix Hub is the root chain of the OmniFlix Network. Sovereign chains and DAOs build on top of or connect to the OmniFlix Hub to manage their web2 & web3 media operations to mint, manage, distribute & monetize NFTs enabled with community interactions.
https://OmniFlix.network
MIT License
60 stars 28 forks source link

unable to create channel for cosmwasm contract #157

Closed harish551 closed 8 months ago

harish551 commented 8 months ago

while creating ibc channel using wasm port getting below error

 gRPC call `send_tx_simulate` failed with status: status: Unknown, message: "failed to execute message; message index: 0: route not found to module: wasm: route not found

solution we should add wasm to ibc router

 ibcRouter.AddRoute(wasmtypes.ModuleName, wasm.NewIBCHandler(appKeepers.WasmKeeper, appKeepers.IBCKeeper.ChannelKeeper, appKeepers.IBCKeeper.ChannelKeeper))
harish551 commented 8 months ago

fixed by #158