Skip to content

Commit

Permalink
register wasm types for unmarshalling
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet2019 committed Dec 19, 2023
1 parent d012833 commit 7c98180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ require (
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/orderedcode v0.0.1 // indirect
github.com/google/s2a-go v0.1.4 // indirect
github.com/google/uuid v1.3.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion x/ratesync/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
MemStoreKey = "mem_ratesync"

LiquidStakeAllowAllDenoms = "*"
LiquidStakeEpoch = "day"
LiquidStakeEpoch = "hour"
DefaultPortOwnerPrefix = "pstake_ratesync_"

ICATimeoutTimestamp = 60 * time.Minute
Expand Down

0 comments on commit 7c98180

Please sign in to comment.