From 1b66f598ab99f20a76ebaa559f589c4bd35cf6a1 Mon Sep 17 00:00:00 2001 From: dogemos <42988601+dogemos@users.noreply.github.com> Date: Wed, 21 Dec 2022 01:46:52 +0900 Subject: [PATCH] Make error message clearer --- 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 aacdbf4..39b9f11 100644 --- a/constants/error-message.ts +++ b/constants/error-message.ts @@ -30,4 +30,4 @@ export const TOO_MANY_CHAINS_IN_LEDGER_MESSAGE = export const EVM_CHAIN_IN_LEDGER_ERROR = "Ledger is unsupported for this chain"; export const EVM_CHAIN_IN_LEDGER_MESSAGE = - "Ledger is unsupported for this chain. Remove EVM-based Cosmos SDK chains and try again."; + "ICNS for Cosmos chains using Ethereum/EVM keys are not supported. Remove EVM-based Cosmos SDK chains and try again.";