UNPKG

hector-rubic-sdk

Version:
23 lines (22 loc) 1.71 kB
export { RubicSdkError } from './rubic-sdk.error'; export { FailedToCheckForTransactionReceiptError } from './swap/failed-to-check-for-transaction-receipt.error'; export { InsufficientFundsError } from './swap/insufficient-funds.error'; export { InsufficientFundsOneinchError } from './swap/insufficient-funds-oneinch.error'; export { InsufficientLiquidityError } from './swap/insufficient-liquidity.error'; export { LowSlippageError } from './swap/low-slippage.error'; export { LowSlippageDeflationaryTokenError } from './swap/low-slippage-deflationary-token.error'; export { NotSupportedBlockchain } from './swap/not-supported-blockchain'; export { UnnecessaryApprove } from './swap/unnecessary-approve'; export { WalletNotConnectedError } from './swap/wallet-not-connected.error'; export { WrongNetworkError } from './swap/wrong-network.error'; export { WrongChainIdError } from './provider/wrong-chain-id.error'; export { CrossChainIsUnavailableError } from './cross-chain/cross-chain-is-unavailable.error'; export { CrossChainMaxAmountError } from './cross-chain/cross-chain-max-amount-error'; export { CrossChainMinAmountError } from './cross-chain/cross-chain-min-amount-error'; export { InsufficientFundsGasPriceValueError } from './cross-chain/insufficient-funds-gas-price-value.error'; export { MaxGasPriceOverflowError } from './cross-chain/max-gas-price-overflow.error'; export { Web3Error } from './blockchain/web3.error'; export { LowGasError } from './blockchain/low-gas.error'; export { HealthcheckError } from './blockchain/healthcheck.error'; export { UserRejectError } from './blockchain/user-reject.error'; export { TransactionRevertedError } from './blockchain/transaction-reverted.error';