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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: