From 8c2d4903c8090fca561bccbfe83266e662839ff3 Mon Sep 17 00:00:00 2001 From: HeesungB Date: Wed, 21 Dec 2022 03:34:07 +0900 Subject: [PATCH] Fix ledger chain count error message --- constants/error-message.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/error-message.ts b/constants/error-message.ts index 39b9f11..3e06c04 100644 --- a/constants/error-message.ts +++ b/constants/error-message.ts @@ -26,7 +26,7 @@ export const INVALID_REFERRAL_MESSAGE = export const TOO_MANY_CHAINS_IN_LEDGER_ERROR = "Output buffer too small"; export const TOO_MANY_CHAINS_IN_LEDGER_MESSAGE = - "Maximum 20 chains can be linked at a time on Ledger hardware wallet. Unselect some chains and try again."; + "Due to hardware constraints, limited number of chains can be linked at a time(1-2 on Ledger Nano S / 25 on Ledger Nano S+/X). Please select less chains and try again."; export const EVM_CHAIN_IN_LEDGER_ERROR = "Ledger is unsupported for this chain"; export const EVM_CHAIN_IN_LEDGER_MESSAGE =