File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,16 @@ export function useChain({
109109 } ) ;
110110}
111111
112+ /**
113+ * @deprecated Use `UseChainArgs` instead.
114+ */
115+ export type UseAaveChainArgs = UseChainArgs ;
116+
117+ /**
118+ * @deprecated Use `useChain` instead.
119+ */
120+ export const useAaveChain = useChain ;
121+
112122export type UseChainsArgs = {
113123 filter : ChainsFilter ;
114124} ;
@@ -187,6 +197,16 @@ export function useChains(
187197 } ) ;
188198}
189199
200+ /**
201+ * @deprecated Use `UseChainsArgs` instead.
202+ */
203+ export type UseAaveChainsArgs = UseChainsArgs ;
204+
205+ /**
206+ * @deprecated Use `useChains` instead.
207+ */
208+ export const useAaveChains = useChains ;
209+
190210/**
191211 * Fetches exchange rates between tokens and fiat currencies.
192212 *
You can’t perform that action at this time.
0 commit comments