diff --git a/packages/errors/src/index.js b/packages/errors/src/index.js index 5883ef1f1..158c95d18 100644 --- a/packages/errors/src/index.js +++ b/packages/errors/src/index.js @@ -20,6 +20,9 @@ export const AccountNameRequiredError = createCustomErrorClass( export const BluetoothRequired = createCustomErrorClass("BluetoothRequired"); export const BtcUnmatchedApp = createCustomErrorClass("BtcUnmatchedApp"); export const CantOpenDevice = createCustomErrorClass("CantOpenDevice"); +export const CashAddrNotSupported = createCustomErrorClass( + "CashAddrNotSupported" +); export const CurrencyNotSupported = createCustomErrorClass( "CurrencyNotSupported" );