diff --git a/src/proto/gno/vm.ts b/src/proto/gno/vm.ts index 79f24a4..edff973 100644 --- a/src/proto/gno/vm.ts +++ b/src/proto/gno/vm.ts @@ -121,7 +121,7 @@ export const MsgCall: MessageFns = { } if (message.args) { for (const v of message.args) { - writer.uint32(42).string(v!); + writer.uint32(50).string(v!); } } return writer;