diff --git a/src/stores/requests.js b/src/stores/requests.js index a5e1cf3..32c32b5 100644 --- a/src/stores/requests.js +++ b/src/stores/requests.js @@ -422,7 +422,8 @@ export const useRequestsStore = defineStore( // TODO: deserialize bigints properly return JSON.parse(serialized) } - } + }, + paths: ['blocks', 'requests', 'fetched'] } } )