Skip to content

Commit

Permalink
Merge branch 'main' into chore/bump-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 authored Jun 6, 2022
2 parents 25c95b0 + 141a391 commit 5ee0530
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terra-money/terra.js",
"version": "3.1.2",
"version": "3.1.3",
"description": "The JavaScript SDK for Terra",
"license": "MIT",
"author": "Terraform Labs, PTE.",
Expand Down
2 changes: 1 addition & 1 deletion src/core/wasm/msgs/MsgUpdateContractAdmin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class MsgUpdateContractAdmin extends JSONSerializable<
});
} else {
return Any.fromPartial({
typeUrl: '/coswasm.wasm.v1.MsgUpdateAdmin',
typeUrl: '/cosmwasm.wasm.v1.MsgUpdateAdmin',
value: MsgUpdateAdmin_pb.encode(
this.toProto(isClassic) as MsgUpdateAdmin_pb
).finish(),
Expand Down

0 comments on commit 5ee0530

Please sign in to comment.