@injectivelabs/exceptions
Advanced tools
Comparing version 1.0.30 to 1.0.31
@@ -40,3 +40,4 @@ "use strict"; | ||
} | ||
if (message.includes('Ledger device: Condition of use not satisfied')) { | ||
if (message.includes('Condition of use not satisfied') || | ||
message.includes('0x6985')) { | ||
this.setMessage('The request has been rejected'); | ||
@@ -43,0 +44,0 @@ } |
{ | ||
"name": "@injectivelabs/exceptions", | ||
"description": "List of exceptions that can be reused throughout Injective's projects.", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"license": "Apache-2.0", | ||
@@ -40,3 +40,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "e3b296c21ec2a9505bbecda2a184fa760db6883f" | ||
"gitHead": "c648c9406160781c4d122ebf68bbd28ef384794f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
153516
2266