Skip to content

Commit

Permalink
Allows console statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhardwick committed Aug 21, 2024
1 parent fffd120 commit e9c50e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export function useProviderRelay() {
);

if (!targetProvider) {
// eslint-disable-next-line no-console
console.error(
'PARENT - requested provider not found',
providerRelayPayload.eip6963Info,
Expand Down

0 comments on commit e9c50e6

Please sign in to comment.