Skip to content

Commit

Permalink
potential fix for #292
Browse files Browse the repository at this point in the history
  • Loading branch information
ufe-pr committed Jan 6, 2025
1 parent cc57e99 commit 203dab5
Show file tree
Hide file tree
Showing 2 changed files with 11,149 additions and 8,846 deletions.
20 changes: 10 additions & 10 deletions packages/lasereyes-core/src/client/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ export function createStores(): {
accounts: [],
balance: undefined,
hasProvider: {
[LEATHER]: false,
[UNISAT]: false,
[MAGIC_EDEN]: false,
[OKX]: false,
[OP_NET]: false,
[ORANGE]: false,
[OYL]: false,
[LEATHER]: undefined,
[UNISAT]: undefined,
[MAGIC_EDEN]: undefined,
[OKX]: undefined,
[OP_NET]: undefined,
[ORANGE]: undefined,
[OYL]: undefined,
[SPARROW]: true,
[PHANTOM]: false,
[WIZZ]: false,
[XVERSE]: false,
[PHANTOM]: undefined,
[WIZZ]: undefined,
[XVERSE]: undefined,
},
}),
$network: atom(MAINNET),
Expand Down
Loading

0 comments on commit 203dab5

Please sign in to comment.