blob: f70ed3b19ac3454b951f2860162776c7a849c0c9 (
plain) (
blame)
1
2
3
|
export const INSUFFICIENT_FUNDS_ERROR_KEY = 'insufficientFunds'
export const GAS_LIMIT_TOO_LOW_ERROR_KEY = 'gasLimitTooLow'
export const TRANSACTION_ERROR_KEY = 'transactionError'
|