Skip to content

Commit 9323a7b

Browse files
committed
Add loading param initial val
1 parent 852bbd4 commit 9323a7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stores.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ export const wallet: WritableStore = writable({
4848
name: null,
4949
provider: null,
5050
connect: null,
51-
instance: null
51+
instance: null,
52+
loading: null
5253
})
5354

5455
export const state = derived(

0 commit comments

Comments
 (0)