Skip to content

Commit

Permalink
Merge pull request #611 from threshold-network/fix-ledger-live-error-…
Browse files Browse the repository at this point in the history
…typo

Fix typo for Ledger Live error

Fix typo for Ledger Live error when connecting to unsupported wallet.
  • Loading branch information
r-czajkowski authored Sep 12, 2023
2 parents 85f8536 + 1fe7a94 commit 089f5eb
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 089f5eb

Please sign in to comment.