mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 02:58:09 +01:00
76a2a9bb8b
* @metamask/eslint-config@5.0.0 * Update eslintrc and prettierrc * yarn lint:fix
5 lines
262 B
JavaScript
5 lines
262 B
JavaScript
export const INSUFFICIENT_FUNDS_ERROR_KEY = 'insufficientFunds';
|
|
export const GAS_LIMIT_TOO_LOW_ERROR_KEY = 'gasLimitTooLow';
|
|
export const TRANSACTION_ERROR_KEY = 'transactionError';
|
|
export const TRANSACTION_NO_CONTRACT_ERROR_KEY = 'transactionErrorNoContract';
|