With version "@terra-money/terra.js": "3.1.3", we got the error:
rpc error: code = Unknown desc = unable to resolve type URL /terra.wasm.v1beta1.MsgExecuteContract: tx parse error [cosmos/[email protected]/x/auth/tx/decoder.go:42] With gas wanted: '0' and gas used: '13362' : unknown request
that makes sense, due that terra has updated cosmos-sdk module version
updating to "@terra-money/terra.js": "3.1.9", we got the error:
rpc error: code = Unknown desc = failed to execute message; message index: 0: Generic error: Querier system error: Unsupported query type: unknown terra query variant: execute wasm contract failed [CosmWasm/[email protected]/x/wasm/keeper/keeper.go:428] With gas wanted: '1000000000' and gas used: '377104' : unknown request
that seems to be pointing to: