From 7c98180227f923c73dcb1c8201916123e4c1ee68 Mon Sep 17 00:00:00 2001 From: puneetmahajan Date: Tue, 19 Dec 2023 19:29:56 +0530 Subject: [PATCH] register wasm types for unmarshalling --- go.mod | 1 + x/ratesync/types/keys.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 523ac8f79..0380d6762 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/x/ratesync/types/keys.go b/x/ratesync/types/keys.go index d07bc6d31..97acd54c2 100644 --- a/x/ratesync/types/keys.go +++ b/x/ratesync/types/keys.go @@ -19,7 +19,7 @@ const ( MemStoreKey = "mem_ratesync" LiquidStakeAllowAllDenoms = "*" - LiquidStakeEpoch = "day" + LiquidStakeEpoch = "hour" DefaultPortOwnerPrefix = "pstake_ratesync_" ICATimeoutTimestamp = 60 * time.Minute