Make error message clearer

This commit is contained in:
dogemos 2022-12-21 01:46:52 +09:00 committed by GitHub
parent 806f756034
commit 1b66f598ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.";