diff --git a/packages/controllers/src/utils/ExchangeUtil.ts b/packages/controllers/src/utils/ExchangeUtil.ts index dc3d69fd8e..6e078c6938 100644 --- a/packages/controllers/src/utils/ExchangeUtil.ts +++ b/packages/controllers/src/utils/ExchangeUtil.ts @@ -2,6 +2,8 @@ import { type CaipNetworkId, type ChainNamespace, ParseUtil } from '@reown/appki import { OptionsController } from '../controllers/OptionsController.js' +type PaymentType = 'wallet' | 'exchange' + type PayStatus = 'UNKNOWN' | 'IN_PROGRESS' | 'SUCCESS' | 'FAILED' export type CurrentPayment = { @@ -25,8 +27,6 @@ export type PaymentAsset = { price?: number } -type PaymentType = 'wallet' | 'exchange' - export type Exchange = { id: string imageUrl: string