telescope
telescope copied to clipboard
Missing slash on endpoint concatenation
Found in query for getting proposal vote, there's a missing slash on the endpoint concatenation which results an invalid endpoint.
https://github.com/cosmology-tech/interchain/blob/aa89c361f19d605022748465f10cfa832b3e37a0/src/codegen/cosmos/gov/v1/query.lcd.ts#L50
https://github.com/cosmology-tech/interchain/blob/aa89c361f19d605022748465f10cfa832b3e37a0/src/codegen/cosmos/gov/v1beta1/query.lcd.ts#L50
Also for deposit queries:
https://github.com/cosmology-tech/interchain/blob/aa89c361f19d605022748465f10cfa832b3e37a0/src/codegen/cosmos/gov/v1/query.lcd.ts#L76
https://github.com/cosmology-tech/interchain/blob/aa89c361f19d605022748465f10cfa832b3e37a0/src/codegen/cosmos/gov/v1beta1/query.lcd.ts#L76