Skip to content

Commit

Permalink
Fix typo for Ledger Live error
Browse files Browse the repository at this point in the history
Fix typo for Ledger Live error when connecting to unsupported wallet.
  • Loading branch information
michalsmiarowski committed Sep 12, 2023
1 parent 127844b commit 1fe7a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web3/connectors/ledgerLive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class LedgerLiveConnector extends AbstractConnector {
throw new Error(
`The ${chainIdToNetworkName(
chainId
)} network is not supported for LedgerLive.`
)} network is not supported by LedgerLive.`
)
}

Expand Down

0 comments on commit 1fe7a94

Please sign in to comment.