2021-02-04 19:15:23 +01:00
|
|
|
export const INSUFFICIENT_FUNDS_ERROR_KEY = 'insufficientFunds';
|
|
|
|
export const GAS_LIMIT_TOO_LOW_ERROR_KEY = 'gasLimitTooLow';
|
|
|
|
export const TRANSACTION_ERROR_KEY = 'transactionError';
|
2021-04-28 20:02:01 +02:00
|
|
|
export const ETH_GAS_PRICE_FETCH_WARNING_KEY = 'ethGasPriceFetchWarning';
|
|
|
|
export const GAS_PRICE_FETCH_FAILURE_ERROR_KEY = 'gasPriceFetchFailed';
|
|
|
|
export const GAS_PRICE_EXCESSIVE_ERROR_KEY = 'gasPriceExcessive';
|
2021-06-22 19:39:44 +02:00
|
|
|
export const UNSENDABLE_ASSET_ERROR_KEY = 'unsendableAsset';
|
2021-10-29 17:45:50 +02:00
|
|
|
export const INSUFFICIENT_FUNDS_FOR_GAS_ERROR_KEY = 'insufficientFundsForGas';
|
2022-01-19 19:42:41 +01:00
|
|
|
export const INVALID_ASSET_TYPE = 'invalidAssetType';
|