diff --git a/src/status_im/specs.cljs b/src/status_im/specs.cljs index 3e8d6f813e..60f4399d1f 100644 --- a/src/status_im/specs.cljs +++ b/src/status_im/specs.cljs @@ -28,6 +28,7 @@ ;NODE (s/def ::sync-listening-started (s/nilable boolean?)) (s/def ::sync-state (s/nilable keyword?)) +(s/def ::sync-data (s/nilable map?)) ;NETWORK (s/def ::network (s/nilable keyword?)) ;;network name :testnet @@ -48,6 +49,7 @@ ::network-status ::sync-listening-started ::sync-state + ::sync-data ::network :accounts/accounts :accounts/account-creation?