Skip to content

Commit e8b0d99

Browse files
authored
chore: export MsgRun from proto (#185)
1 parent 818c8b8 commit e8b0d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proto/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export { MsgSend } from './gno/bank';
2-
export { MsgAddPackage, MsgCall, MemFile, MemPackage } from './gno/vm';
2+
export { MemFile, MemPackage, MsgAddPackage, MsgCall, MsgRun } from './gno/vm';
33
export { Any } from './google/protobuf/any';

0 commit comments

Comments
 (0)