Skip to content

Commit

Permalink
fix: missing starknet_braavos
Browse files Browse the repository at this point in the history
  • Loading branch information
avimak committed May 10, 2022
1 parent cf9ef4b commit 09c82ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -271,7 +271,7 @@ class GetStarknetWallet implements IGetStarknetWallet {

// lookup installed wallets
const installed = Object.values(
["starknet", ...Object.keys(window)].reduce<{
["starknet", "starknet_braavos", ...Object.keys(window)].reduce<{
[key: string]: IStarknetWindowObject;
}>((wallets, key) => {
if (key.startsWith("starknet")) {
Expand Down

0 comments on commit 09c82ad

Please sign in to comment.