diff --git a/src/tx/compute.ts b/src/tx/compute.ts index 6db3e0a3..60cc17d9 100644 --- a/src/tx/compute.ts +++ b/src/tx/compute.ts @@ -441,7 +441,7 @@ export class MsgUpdateAdmin implements Msg { async toProto(): Promise { return { - type_url: "/cosmos.compute.v1beta1.MsgUpdateAdmin", + type_url: "/secret.compute.v1beta1.MsgUpdateAdmin", value: this.params, encode: async () => ( @@ -475,7 +475,7 @@ export class MsgClearAdmin implements Msg { async toProto(): Promise { return { - type_url: "/cosmos.compute.v1beta1.MsgClearAdmin", + type_url: "/secret.compute.v1beta1.MsgClearAdmin", value: this.params, encode: async () => (