Skip to content

Commit

Permalink
fix: no unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
jahabeebs committed Nov 29, 2024
1 parent 88f5b56 commit 6ae5939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ export class ProtocolProvider implements IProtocolProvider {
}
});
return allowedChainIds;
} catch (error: unknown) {
} catch (error) {
throw new FetchAvailableChainsError();
}
}
Expand Down

0 comments on commit 6ae5939

Please sign in to comment.