@unicitylabs/sphere-sdk 0.3.4 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1705,7 +1705,11 @@ var STORAGE_KEYS_GLOBAL = {
1705
1705
  /** Group chat: processed event IDs for deduplication */
1706
1706
  GROUP_CHAT_PROCESSED_EVENTS: "group_chat_processed_events",
1707
1707
  /** Group chat: last used relay URL (stale data detection) */
1708
- GROUP_CHAT_RELAY_URL: "group_chat_relay_url"
1708
+ GROUP_CHAT_RELAY_URL: "group_chat_relay_url",
1709
+ /** Cached token registry JSON (fetched from remote) */
1710
+ TOKEN_REGISTRY_CACHE: "token_registry_cache",
1711
+ /** Timestamp of last token registry cache update (ms since epoch) */
1712
+ TOKEN_REGISTRY_CACHE_TS: "token_registry_cache_ts"
1709
1713
  };
1710
1714
  var STORAGE_KEYS_ADDRESS = {
1711
1715
  /** Pending transfers for this address */