ComposableFi / composable-ibc

A trustless, cross-chain bridging protocol.
https://picasso.network
76 stars 50 forks source link

Failed to execute message index #507

Open arunjot12 opened 1 month ago

arunjot12 commented 1 month ago

I'm encountering an issue in the second step of connecting to hyperspace. After starting the relay, when I attempt to initiate the clients for both chains using the create-client command, I receive the following error:

Error: status: Unknown, message: "failed to execute message; message index: 0: err: Error calling the VM: Cache error: Error opening Wasm file for reading: unable to initialize wasm contract [cosmos/ibc-go/v7@v7.3.1/modules/light-clients/08-wasm/types/client_state.go:121] With gas wanted: '18446744073709551615' and gas used: '138705' ", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc", "x-cosmos-block-height": "2172"} }

Why I'm getting the error of gas? . Can someone please help in this