mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 19:10:22 +01:00
5 lines
258 B
JavaScript
5 lines
258 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'
|