@injectivelabs/exceptions
Advanced tools
Comparing version
@@ -35,2 +35,8 @@ "use strict"; | ||
} | ||
if (message.includes('locked')) { | ||
this.setMessage('Please make sure your Ledger device is connected, unlocked and your Ethereum app is open'); | ||
} | ||
if (message.includes('CLA')) { | ||
this.setMessage('Please make sure your Ledger device is connected, unlocked and your Ethereum app is open'); | ||
} | ||
if (message.includes('Unable to set device configuration.')) { | ||
@@ -37,0 +43,0 @@ this.setMessage('Please restart your Ledger device and try connecting again'); |
@@ -32,2 +32,8 @@ import { ConcreteException } from '../exception'; | ||
} | ||
if (message.includes('locked')) { | ||
this.setMessage('Please make sure your Ledger device is connected, unlocked and your Ethereum app is open'); | ||
} | ||
if (message.includes('CLA')) { | ||
this.setMessage('Please make sure your Ledger device is connected, unlocked and your Ethereum app is open'); | ||
} | ||
if (message.includes('Unable to set device configuration.')) { | ||
@@ -34,0 +40,0 @@ this.setMessage('Please restart your Ledger device and try connecting again'); |
{ | ||
"name": "@injectivelabs/exceptions", | ||
"description": "List of exceptions that can be reused throughout Injective's projects.", | ||
"version": "1.14.2-beta.1", | ||
"version": "1.14.2-beta.2", | ||
"sideEffects": false, | ||
@@ -40,3 +40,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "6f21f4fd7c022ce0691de02f588ed9482c21d9cd" | ||
"gitHead": "f6b269c15c76a76d6669fd78304f8f7bcef71f1c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
584476
0.18%7347
0.16%