mars-interface/src/hooks/queries/index.ts
Linkie Link 55aaa85e84
v1.7.0
2023-10-01 19:34:16 +02:00

24 lines
1.1 KiB
TypeScript

// @index(['./*.tsx'], f => `export { ${f.name} } from '${f.path}'`)
export { useAssetParams } from './useAssetParams'
export { useBlockHeight } from './useBlockHeight'
export { useClosePosition } from './useClosePosition'
export { useDepositAndDebt } from './useDepositAndDebt'
export { useEditPosition } from './useEditPosition'
export { useEstimateFarmFee } from './useEstimateFarmFee'
export { useEstimateFee } from './useEstimateFee'
export { useMarsOracle } from './useMarsOracle'
export { useMarsPrice } from './useMarsPrice'
export { useProvideLiquidity } from './useProvideLiquidity'
export { usePythVaa } from './usePythVaa'
export { useRedBank } from './useRedBank'
export { useRepayPosition } from './useRepayPosition'
export { useRequestUnlockPosition } from './useRequestUnlockPosition'
export { useUnlockMessages } from './useUnlockMessages'
export { useUsdPrice } from './useUsdPrice'
export { useUserBalance } from './useUserBalance'
export { useUserCollaterals } from './useUserCollaterals'
export { useUserDebt } from './useUserDebt'
export { useUserIcns } from './useUserIcns'
export { useVaultParams } from './useVaultParams'
// @endindex