@injectivelabs/exceptions
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -7,7 +7,7 @@ "use strict"; | ||
'insufficient fee': { | ||
message: 'You do not have enough funds to cover transaction fees.', | ||
message: 'You do not have enough funds to cover the transaction fees.', | ||
code: types_1.ChainCosmosErrorCode.ErrInsufficientFee, | ||
}, | ||
'insufficient funds': { | ||
message: 'You do not have enough funds to cover transaction fees.', | ||
message: 'You do not have enough funds.', | ||
code: types_1.ChainCosmosErrorCode.ErrInsufficientFunds, | ||
@@ -14,0 +14,0 @@ }, |
{ | ||
"name": "@injectivelabs/exceptions", | ||
"description": "List of exceptions that can be reused throughout Injective's projects.", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"license": "MIT", | ||
@@ -40,3 +40,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "29d51048dec698e7671254810c068721c622a304" | ||
"gitHead": "c4d1af58373186d1ee08064f15f4d1ec05df1a46" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
141172