Skip to content

Commit

Permalink
refactor: Change upgrade handler name to v1 (#501)
Browse files Browse the repository at this point in the history
* Update package-lock.json

* Change upgrade name

* Update buf.lock
  • Loading branch information
ankurdotb authored Jan 9, 2023
1 parent 9813bd9 commit 8d5ad61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const (
Name = "cheqd-node"
Home = ".cheqdnode"

UpgradeName = "v1.0.0"
UpgradeName = "v1"

// allowed msg types of ica host
authzMsgExec = "/cosmos.authz.v1beta1.MsgExec"
Expand Down
6 changes: 3 additions & 3 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 proto/buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deps:
- remote: buf.build
owner: cosmos
repository: cosmos-sdk
commit: bdacf2723fe749b18b00c7347cd0501c
commit: fe58c1d200724c37a5cbc5f70953f900
- remote: buf.build
owner: cosmos
repository: gogo-proto
Expand Down

0 comments on commit 8d5ad61

Please sign in to comment.