rubic-sdk
Version:
Simplify dApp creation
18 lines (17 loc) • 788 B
TypeScript
export * from './bridgers-pair-is-unavailable.error';
export * from './failed-to-check-for-transaction-receipt.error';
export * from './insufficient-funds.error';
export * from './insufficient-funds-oneinch.error';
export * from './insufficient-liquidity.error';
export * from './lifi-pair-is-unavailable.error';
export * from './low-slippage.error';
export * from './low-slippage-deflationary-token.error';
export * from './max-amount.error';
export * from './min-amount.error';
export * from './not-supported-blockchain';
export * from './not-supported-tokens.error';
export * from './not-whitelisted-provider.error';
export * from './swap-request.error';
export * from './unnecessary-approve.error';
export * from './wallet-not-connected.error';
export * from './wrong-network.error';