@sodax/dapp-kit 0.0.1-rc.5 → 0.0.1-rc.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,8 @@
1
- import type { Sodax } from '@sodax/sdk';
1
+ import type { EvmHubProvider, Sodax } from '@sodax/sdk';
2
2
  export interface SodaxContextType {
3
3
  sodax: Sodax;
4
4
  testnet: boolean;
5
+ hubProvider: EvmHubProvider | undefined;
5
6
  }
6
7
  export declare const SodaxContext: import("react").Context<SodaxContextType | null>;
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/contexts/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAExC,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,KAAK,CAAC;IACb,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,YAAY,kDAA+C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/contexts/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAExD,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,KAAK,CAAC;IACb,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,cAAc,GAAG,SAAS,CAAC;CACzC;AAED,eAAO,MAAM,YAAY,kDAA+C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useUserReservesData.d.ts","sourceRoot":"","sources":["../../../src/hooks/mm/useUserReservesData.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAM5C,wBAAgB,mBAAmB,CAAC,YAAY,EAAE,OAAO;;;;;;gBA+CxD"}
1
+ {"version":3,"file":"useUserReservesData.d.ts","sourceRoot":"","sources":["../../../src/hooks/mm/useUserReservesData.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAM5C,wBAAgB,mBAAmB,CAAC,YAAY,EAAE,OAAO;;;;;;gBA2CxD"}
@@ -1,3 +1,3 @@
1
- import { EvmHubProvider } from '@sodax/sdk';
1
+ import type { EvmHubProvider } from '@sodax/sdk';
2
2
  export declare function useHubProvider(): EvmHubProvider | undefined;
3
3
  //# sourceMappingURL=useHubProvider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useHubProvider.d.ts","sourceRoot":"","sources":["../../../src/hooks/provider/useHubProvider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAsC,MAAM,YAAY,CAAC;AAKhF,wBAAgB,cAAc,IAAI,cAAc,GAAG,SAAS,CAoB3D"}
1
+ {"version":3,"file":"useHubProvider.d.ts","sourceRoot":"","sources":["../../../src/hooks/provider/useHubProvider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAGjD,wBAAgB,cAAc,IAAI,cAAc,GAAG,SAAS,CAI3D"}
@@ -1,4 +1,4 @@
1
- import { EvmSpokeProvider, SuiSpokeProvider } from '@sodax/sdk';
1
+ import { EvmSpokeProvider, SuiSpokeProvider, IconSpokeProvider, CWSpokeProvider } from '@sodax/sdk';
2
2
  import type { SpokeChainId } from '@sodax/types';
3
- export declare function useSpokeProvider(spokeChainId: SpokeChainId): EvmSpokeProvider | SuiSpokeProvider | undefined;
3
+ export declare function useSpokeProvider(spokeChainId: SpokeChainId): EvmSpokeProvider | SuiSpokeProvider | IconSpokeProvider | CWSpokeProvider | undefined;
4
4
  //# sourceMappingURL=useSpokeProvider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useSpokeProvider.d.ts","sourceRoot":"","sources":["../../../src/hooks/provider/useSpokeProvider.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAGhB,gBAAgB,EAEjB,MAAM,YAAY,CAAC;AACpB,OAAO,KAAK,EAA0C,YAAY,EAAE,MAAM,cAAc,CAAC;AAIzF,wBAAgB,gBAAgB,CAAC,YAAY,EAAE,YAAY,mDAqB1D"}
1
+ {"version":3,"file":"useSpokeProvider.d.ts","sourceRoot":"","sources":["../../../src/hooks/provider/useSpokeProvider.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAGhB,gBAAgB,EAEhB,iBAAiB,EAEjB,eAAe,EAEhB,MAAM,YAAY,CAAC;AACpB,OAAO,KAAK,EAIV,YAAY,EAEb,MAAM,cAAc,CAAC;AAItB,wBAAgB,gBAAgB,CAAC,YAAY,EAAE,YAAY,yFAkC1D"}
package/dist/index.js CHANGED
@@ -36,6 +36,18 @@ function useSpokeProvider(spokeChainId) {
36
36
  walletProvider
37
37
  );
38
38
  }
39
+ if (xChainType === "ICON") {
40
+ return new sdk.IconSpokeProvider(
41
+ walletProvider,
42
+ sdk.spokeChainConfig[spokeChainId]
43
+ );
44
+ }
45
+ if (xChainType === "INJECTIVE") {
46
+ return new sdk.CWSpokeProvider(
47
+ sdk.spokeChainConfig[spokeChainId],
48
+ walletProvider
49
+ );
50
+ }
39
51
  return void 0;
40
52
  }, [walletProvider, xChainType, spokeChainId]);
41
53
  return spokeProvider;
@@ -100,22 +112,10 @@ function useApprove(token) {
100
112
  resetError
101
113
  };
102
114
  }
115
+
116
+ // src/hooks/provider/useHubProvider.ts
103
117
  function useHubProvider() {
104
- const { sodax } = useSodaxContext();
105
- const hubChainId = sodax.config?.hubProviderConfig?.chainConfig.chain.id;
106
- const hubRpcUrl = sodax.config?.hubProviderConfig?.hubRpcUrl;
107
- const xChainType = walletSdk.getXChainType(hubChainId);
108
- const hubProvider = React.useMemo(() => {
109
- if (xChainType === "EVM" && hubChainId && hubRpcUrl) {
110
- const hubChainCfg = sdk.getHubChainConfig(hubChainId);
111
- if (!hubChainCfg) return void 0;
112
- return new sdk.EvmHubProvider({
113
- hubRpcUrl,
114
- chainConfig: hubChainCfg
115
- });
116
- }
117
- return void 0;
118
- }, [xChainType, hubChainId, hubRpcUrl]);
118
+ const { hubProvider } = useSodaxContext();
119
119
  return hubProvider;
120
120
  }
121
121
  function useBorrow(spokeToken) {
@@ -238,6 +238,44 @@ var getSpokeTokenAddressByVault = (spokeChainId, vault) => {
238
238
  const address = Object.keys(tokens).find((tokenAddress) => tokens[tokenAddress].vault === vault);
239
239
  return address;
240
240
  };
241
+ function useUserReservesData(spokeChainId) {
242
+ const { sodax } = useSodaxContext();
243
+ const hubChainId = sodax.config?.hubProviderConfig?.chainConfig.chain.id ?? "sonic";
244
+ const hubProvider = useHubProvider();
245
+ const spokeProvider = useSpokeProvider(spokeChainId);
246
+ const { data: userReserves } = reactQuery.useQuery({
247
+ queryKey: ["userReserves", spokeChainId],
248
+ queryFn: async () => {
249
+ if (!hubProvider) {
250
+ return;
251
+ }
252
+ if (!spokeProvider) {
253
+ return;
254
+ }
255
+ const addressBytes = await spokeProvider.walletProvider.getWalletAddressBytes();
256
+ const hubWalletAddress = await sdk.EvmWalletAbstraction.getUserHubWalletAddress(
257
+ spokeChainId,
258
+ addressBytes,
259
+ hubProvider
260
+ );
261
+ const moneyMarketConfig = sdk.getMoneyMarketConfig(hubChainId);
262
+ const [res] = await sodax.moneyMarket.getUserReservesData(
263
+ hubWalletAddress,
264
+ moneyMarketConfig.uiPoolDataProvider,
265
+ moneyMarketConfig.poolAddressesProvider
266
+ );
267
+ return res?.map((r) => {
268
+ return {
269
+ ...r,
270
+ token: allXTokens.find((t) => t.address === r.underlyingAsset)
271
+ };
272
+ });
273
+ },
274
+ enabled: !!spokeProvider && !!hubProvider,
275
+ refetchInterval: 5e3
276
+ });
277
+ return userReserves;
278
+ }
241
279
  function useHubWalletAddress(spokeChainId, address, hubProvider) {
242
280
  return reactQuery.useQuery({
243
281
  queryKey: ["hubWallet", spokeChainId, address],
@@ -258,51 +296,6 @@ function useHubWalletAddress(spokeChainId, address, hubProvider) {
258
296
  enabled: !!address && !!hubProvider
259
297
  });
260
298
  }
261
-
262
- // src/hooks/mm/useUserReservesData.ts
263
- function useUserReservesData(spokeChainId) {
264
- const { sodax } = useSodaxContext();
265
- const hubChainId = sodax.config?.hubProviderConfig?.chainConfig.chain.id ?? "sonic";
266
- const hubWalletProvider = walletSdk.useWalletProvider(hubChainId);
267
- const hubProvider = useHubProvider();
268
- const { address } = walletSdk.useXAccount(spokeChainId);
269
- const { data: hubWalletAddress } = useHubWalletAddress(
270
- spokeChainId,
271
- address,
272
- hubProvider
273
- );
274
- const { data: userReserves } = reactQuery.useQuery({
275
- queryKey: ["userReserves", hubWalletAddress],
276
- queryFn: async () => {
277
- if (!hubWalletProvider) {
278
- return;
279
- }
280
- if (!hubWalletAddress) {
281
- return;
282
- }
283
- const moneyMarketConfig = sdk.getMoneyMarketConfig(hubChainId);
284
- try {
285
- const [res] = await sodax.moneyMarket.getUserReservesData(
286
- hubWalletAddress,
287
- moneyMarketConfig.uiPoolDataProvider,
288
- moneyMarketConfig.poolAddressesProvider
289
- );
290
- return res?.map((r) => {
291
- return {
292
- ...r,
293
- token: allXTokens.find((t) => t.address === r.underlyingAsset)
294
- };
295
- });
296
- } catch (error) {
297
- console.log("error", error);
298
- return;
299
- }
300
- },
301
- enabled: !!address && !!hubWalletProvider && !!hubWalletAddress,
302
- refetchInterval: 5e3
303
- });
304
- return userReserves;
305
- }
306
299
  function useReservesData() {
307
300
  const { sodax } = useSodaxContext();
308
301
  const hubChainId = sodax.config?.hubProviderConfig?.chainConfig.chain.id ?? "sonic";
@@ -356,7 +349,19 @@ var useStatus = (intent_tx_hash) => {
356
349
  };
357
350
  var SodaxProvider = ({ children, testnet = false, config }) => {
358
351
  const sodax = new sdk.Sodax(config);
359
- return /* @__PURE__ */ React__default.default.createElement(SodaxContext.Provider, { value: { sodax, testnet } }, children);
352
+ const hubChainId = config?.hubProviderConfig?.chainConfig.chain.id;
353
+ const hubRpcUrl = config?.hubProviderConfig?.hubRpcUrl;
354
+ const hubProvider = React.useMemo(() => {
355
+ if (hubChainId && hubRpcUrl) {
356
+ const hubChainCfg = sdk.getHubChainConfig(hubChainId);
357
+ return new sdk.EvmHubProvider({
358
+ hubRpcUrl,
359
+ chainConfig: hubChainCfg
360
+ });
361
+ }
362
+ return void 0;
363
+ }, [hubChainId, hubRpcUrl]);
364
+ return /* @__PURE__ */ React__default.default.createElement(SodaxContext.Provider, { value: { sodax, testnet, hubProvider } }, children);
360
365
  };
361
366
 
362
367
  exports.SodaxProvider = SodaxProvider;
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/contexts/index.ts","../src/hooks/shared/useSodaxContext.ts","../src/hooks/provider/useSpokeProvider.ts","../src/hooks/shared/useAllowance.ts","../src/hooks/shared/useApprove.ts","../src/hooks/provider/useHubProvider.ts","../src/hooks/mm/useBorrow.ts","../src/hooks/mm/useRepay.ts","../src/hooks/mm/useSupply.ts","../src/hooks/mm/useWithdraw.ts","../src/core/index.ts","../src/hooks/mm/useHubWalletAddress.ts","../src/hooks/mm/useUserReservesData.ts","../src/hooks/mm/useReservesData.ts","../src/hooks/swap/useQuote.ts","../src/hooks/swap/useCreateIntentOrder.ts","../src/hooks/swap/useStatus.ts","../src/providers/SodaxProvider.tsx"],"names":["createContext","useContext","getXChainType","useWalletProvider","useMemo","EvmSpokeProvider","spokeChainConfig","SuiSpokeProvider","useQuery","parseUnits","useQueryClient","useMutation","getHubChainConfig","EvmHubProvider","hubAssets","EvmWalletAbstraction","useXAccount","getMoneyMarketConfig","Sodax","React"],"mappings":"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","file":"index.js","sourcesContent":["import { createContext } from 'react';\nimport type { Sodax } from '@sodax/sdk';\n\nexport interface SodaxContextType {\n sodax: Sodax;\n testnet: boolean;\n}\n\nexport const SodaxContext = createContext<SodaxContextType | null>(null);\n","import { SodaxContext, type SodaxContextType } from '@/contexts';\nimport { useContext } from 'react';\n\n/**\n * Hook to access the Sodax context which provides access to the Sodax SDK instance and chain configuration\n * @throws {Error} If used outside of a SodaxProvider\n * @returns {SodaxContextType} The Sodax context containing SDK instance and configuration\n */\n\nexport const useSodaxContext = (): SodaxContextType => {\n const context = useContext(SodaxContext);\n if (!context) {\n throw new Error('useSodaxContext must be used within a SodaxProvider');\n }\n return context;\n};\n","import {\n EvmSpokeProvider,\n spokeChainConfig,\n type SuiSpokeChainConfig,\n SuiSpokeProvider,\n type EvmSpokeChainConfig,\n} from '@sodax/sdk';\nimport type { IEvmWalletProvider, ISuiWalletProvider, SpokeChainId } from '@sodax/types';\nimport { getXChainType, useWalletProvider } from '@sodax/wallet-sdk';\nimport { useMemo } from 'react';\n\nexport function useSpokeProvider(spokeChainId: SpokeChainId) {\n const xChainType = getXChainType(spokeChainId);\n const walletProvider = useWalletProvider(spokeChainId);\n const spokeProvider = useMemo(() => {\n if (!walletProvider) return undefined;\n if (xChainType === 'EVM') {\n return new EvmSpokeProvider(\n walletProvider as IEvmWalletProvider,\n spokeChainConfig[spokeChainId] as EvmSpokeChainConfig,\n );\n }\n if (xChainType === 'SUI') {\n return new SuiSpokeProvider(\n spokeChainConfig[spokeChainId] as SuiSpokeChainConfig,\n walletProvider as ISuiWalletProvider,\n );\n }\n return undefined;\n }, [walletProvider, xChainType, spokeChainId]);\n\n return spokeProvider;\n}\n","import { useQuery } from '@tanstack/react-query';\nimport type { SpokeChainId, XToken } from '@sodax/types';\nimport { useSodaxContext } from '../shared/useSodaxContext';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { parseUnits } from 'viem';\n\nexport function useAllowance(token: XToken, amount: string) {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(token.xChainId as SpokeChainId);\n\n return useQuery({\n queryKey: ['allowance', token.address, amount],\n queryFn: async () => {\n if (!spokeProvider) {\n return false;\n }\n const allowance = await sodax.moneyMarket.isAllowanceValid(\n {\n token: token.address,\n amount: parseUnits(amount, token.decimals),\n },\n spokeProvider,\n );\n if (allowance.ok) {\n return allowance.value;\n }\n return false;\n },\n enabled: !!spokeProvider,\n });\n}\n","import { useSodaxContext } from '../shared/useSodaxContext';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport type { SpokeChainId, XToken } from '@sodax/types';\nimport { parseUnits } from 'viem';\nimport { useMutation, useQueryClient } from '@tanstack/react-query';\nimport type { Address } from '@sodax/sdk';\n\ninterface UseApproveReturn {\n approve: (amount: string) => Promise<boolean>;\n isLoading: boolean;\n error: Error | null;\n resetError: () => void;\n}\n\nexport function useApprove(token: XToken): UseApproveReturn {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(token.xChainId as SpokeChainId);\n const queryClient = useQueryClient();\n\n const {\n mutateAsync: approve,\n isPending,\n error,\n reset: resetError,\n } = useMutation({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('Spoke provider not found');\n }\n const allowance = await sodax.moneyMarket.approve(\n token.address as Address,\n parseUnits(amount, token.decimals),\n spokeProvider.chainConfig.addresses.assetManager as Address,\n spokeProvider,\n );\n if (!allowance.ok) {\n throw new Error('Failed to approve tokens');\n }\n return allowance.ok;\n },\n onSuccess: () => {\n // Invalidate allowance query to refetch the new allowance\n queryClient.invalidateQueries({ queryKey: ['allowance', token.address] });\n },\n });\n\n return {\n approve,\n isLoading: isPending,\n error: error as Error | null,\n resetError,\n };\n}\n","import { EvmHubProvider, getHubChainConfig, type HubChainId } from '@sodax/sdk';\nimport { getXChainType } from '@sodax/wallet-sdk';\nimport { useMemo } from 'react';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\nexport function useHubProvider(): EvmHubProvider | undefined {\n const { sodax } = useSodaxContext();\n const hubChainId = sodax.config?.hubProviderConfig?.chainConfig.chain.id;\n const hubRpcUrl = sodax.config?.hubProviderConfig?.hubRpcUrl;\n const xChainType = getXChainType(hubChainId);\n const hubProvider = useMemo(() => {\n if (xChainType === 'EVM' && hubChainId && hubRpcUrl) {\n const hubChainCfg = getHubChainConfig(hubChainId);\n\n if (!hubChainCfg) return undefined;\n\n return new EvmHubProvider({\n hubRpcUrl: hubRpcUrl,\n chainConfig: hubChainCfg,\n });\n }\n return undefined;\n }, [xChainType, hubChainId, hubRpcUrl]);\n\n return hubProvider;\n}\n","import type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\nimport type { SpokeChainId } from '@sodax/sdk';\ninterface BorrowResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for borrowing tokens from the Sodax money market.\n *\n * This hook provides functionality to borrow tokens from the money market protocol,\n * handling the entire borrow process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @example\n * ```typescript\n * const { mutateAsync: borrow, isPending, error } = useBorrow(spokeToken);\n * await borrow('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n * - Transaction execution fails\n */\nexport function useBorrow(spokeToken: XToken): UseMutationResult<BorrowResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<BorrowResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.borrowAndSubmit(\n {\n token: spokeToken.address,\n amount: parseUnits(amount, 18),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n console.log('Failed to borrow tokens', response);\n throw new Error('Failed to borrow tokens');\n }\n\n console.log('Borrow transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { SpokeChainId } from '@sodax/sdk';\nimport type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\ninterface RepayResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for repaying borrowed tokens to the Sodax money market.\n *\n * This hook provides functionality to repay borrowed tokens back to the money market protocol,\n * handling the entire repayment process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @example\n * ```typescript\n * const { mutateAsync: repay, isPending, error } = useRepay(spokeToken);\n * await repay('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n * - Transaction execution fails\n */\nexport function useRepay(spokeToken: XToken): UseMutationResult<RepayResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<RepayResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.repayAndSubmit(\n {\n token: spokeToken.address,\n amount: parseUnits(amount, spokeToken.decimals),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n throw new Error('Failed to repay tokens');\n }\n\n console.log('Repay transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { SpokeChainId } from '@sodax/sdk';\nimport type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\ninterface SupplyResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for supplying tokens to the Sodax money market.\n *\n * This hook provides functionality to supply tokens to the money market protocol,\n * handling the entire supply process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @param {XToken} spokeToken - The token to supply on the spoke chain. Must be an XToken with valid address and chain information.\n *\n * @returns {UseMutationResult<SupplyResponse, Error, string>} A mutation result object with the following properties:\n * - mutateAsync: Function to execute the supply transaction\n * - isPending: Boolean indicating if a transaction is in progress\n * - error: Error object if the last transaction failed, null otherwise\n *\n * @example\n * ```typescript\n * const { mutateAsync: supply, isPending, error } = useSupply(spokeToken);\n * await supply('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n */\nexport function useSupply(spokeToken: XToken): UseMutationResult<SupplyResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<SupplyResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.supplyAndSubmit(\n {\n token: spokeToken.address,\n amount: parseUnits(amount, spokeToken.decimals),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n throw new Error('Failed to supply tokens');\n }\n\n console.log('Supply transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { SpokeChainId } from '@sodax/sdk';\nimport type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\ninterface WithdrawResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for withdrawing supplied tokens from the Sodax money market.\n *\n * This hook provides functionality to withdraw previously supplied tokens from the money market protocol,\n * handling the entire withdrawal process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @example\n * ```typescript\n * const { mutateAsync: withdraw, isPending, error } = useWithdraw(spokeToken);\n * await withdraw('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n * - Transaction execution fails\n */\nexport function useWithdraw(spokeToken: XToken): UseMutationResult<WithdrawResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<WithdrawResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.withdrawAndSubmit(\n {\n token: spokeToken.address,\n // vault token on hub chain decimals is 18\n amount: parseUnits(amount, 18),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n throw new Error('Failed to withdraw tokens');\n }\n\n console.log('Withdraw transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { XToken, ChainId } from '@sodax/types';\n\nimport { hubAssets } from '@sodax/sdk';\n\nexport const allXTokens: XToken[] = [];\n\nObject.keys(hubAssets).forEach(xChainId => {\n const tokens = hubAssets[xChainId];\n\n Object.keys(tokens).forEach(tokenAddress => {\n const token = tokens[tokenAddress];\n allXTokens.push({\n xChainId: xChainId as ChainId,\n symbol: token.symbol,\n name: token.name,\n decimals: token.decimal,\n address: tokenAddress,\n });\n\n allXTokens.push({\n xChainId: 'sonic',\n symbol: token.symbol,\n name: token.name,\n decimals: token.decimal,\n address: token.vault,\n });\n });\n});\n\nexport const getSpokeTokenAddressByVault = (spokeChainId: ChainId, vault: string) => {\n const tokens = hubAssets[spokeChainId];\n const address = Object.keys(tokens).find(tokenAddress => tokens[tokenAddress].vault === vault);\n\n return address;\n};\n","import { type EvmHubProvider, EvmWalletAbstraction, type SpokeChainId } from '@sodax/sdk';\nimport { useQuery, type UseQueryResult } from '@tanstack/react-query';\n\n/**\n * Hook for retrieving the hub wallet address for a given spoke chain and address.\n *\n * This hook fetches the hub wallet address associated with a user's address on a specific spoke chain.\n * It uses the EvmWalletAbstraction to query the hub wallet address from the hub provider.\n *\n * @param spokeChainId - The chain ID of the spoke chain\n * @param address - The user's address on the spoke chain\n * @param hubProvider - The hub provider instance\n *\n * @returns {UseQueryResult<string | null>} A query result object containing:\n * - data: The hub wallet address or null if not found\n * - isLoading: Boolean indicating if the query is in progress\n * - error: Error object if the query failed, null otherwise\n *\n * @example\n * ```typescript\n * const { data: hubWalletAddress, isLoading, error } = useHubWalletAddress(spokeChainId, address, hubProvider);\n * ```\n */\n\nexport function useHubWalletAddress(\n spokeChainId: SpokeChainId,\n address: string | undefined,\n hubProvider: EvmHubProvider,\n): UseQueryResult<string | null> {\n return useQuery({\n queryKey: ['hubWallet', spokeChainId, address],\n queryFn: async () => {\n if (!address) return null;\n\n try {\n const hubWalletAddress = await EvmWalletAbstraction.getUserHubWalletAddress(\n spokeChainId,\n address as `0x${string}`,\n hubProvider,\n );\n return hubWalletAddress;\n } catch (error) {\n console.log('error', error);\n return null;\n }\n },\n enabled: !!address && !!hubProvider,\n });\n}\n","import { allXTokens } from '@/core';\nimport { getMoneyMarketConfig, type EvmHubProvider } from '@sodax/sdk';\nimport type { HubChainId, SpokeChainId } from '@sodax/types';\nimport { useXAccount, useWalletProvider } from '@sodax/wallet-sdk';\nimport type { ChainId } from '@sodax/types';\nimport { useQuery } from '@tanstack/react-query';\nimport { useHubProvider } from '../provider/useHubProvider';\nimport { useHubWalletAddress } from './useHubWalletAddress';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\nexport function useUserReservesData(spokeChainId: ChainId) {\n const { sodax } = useSodaxContext();\n const hubChainId = (sodax.config?.hubProviderConfig?.chainConfig.chain.id ?? 'sonic') as HubChainId;\n const hubWalletProvider = useWalletProvider(hubChainId);\n const hubProvider = useHubProvider();\n const { address } = useXAccount(spokeChainId);\n const { data: hubWalletAddress } = useHubWalletAddress(\n spokeChainId as SpokeChainId,\n address,\n hubProvider as EvmHubProvider,\n );\n\n const { data: userReserves } = useQuery({\n queryKey: ['userReserves', hubWalletAddress],\n queryFn: async () => {\n if (!hubWalletProvider) {\n return;\n }\n\n if (!hubWalletAddress) {\n return;\n }\n\n const moneyMarketConfig = getMoneyMarketConfig(hubChainId);\n try {\n const [res] = await sodax.moneyMarket.getUserReservesData(\n hubWalletAddress as `0x${string}`,\n moneyMarketConfig.uiPoolDataProvider,\n moneyMarketConfig.poolAddressesProvider,\n );\n\n return res?.map(r => {\n return {\n ...r,\n token: allXTokens.find(t => t.address === r.underlyingAsset),\n };\n });\n } catch (error) {\n console.log('error', error);\n return;\n }\n },\n enabled: !!address && !!hubWalletProvider && !!hubWalletAddress,\n refetchInterval: 5000,\n });\n\n return userReserves;\n}\n","import { getMoneyMarketConfig } from '@sodax/sdk';\nimport type { HubChainId } from '@sodax/types';\nimport { useQuery } from '@tanstack/react-query';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n/**\n * Hook for fetching reserves data from the Sodax money market.\n *\n * This hook provides access to the current state of all reserves in the money market protocol,\n * including liquidity, interest rates, and other key metrics. The data is automatically\n * fetched and cached using React Query.\n *\n * @example\n * ```typescript\n * const { data: reservesData, isLoading, error } = useReservesData();\n * ```\n *\n * @returns A React Query result object containing:\n * - data: The reserves data when available\n * - isLoading: Loading state indicator\n * - error: Any error that occurred during data fetching\n */\n\nexport function useReservesData() {\n const { sodax } = useSodaxContext();\n const hubChainId = (sodax.config?.hubProviderConfig?.chainConfig.chain.id ?? 'sonic') as HubChainId;\n\n return useQuery({\n queryKey: ['reservesData'],\n queryFn: async () => {\n const moneyMarketConfig = getMoneyMarketConfig(hubChainId);\n return await sodax.moneyMarket.getReservesData(\n moneyMarketConfig.uiPoolDataProvider,\n moneyMarketConfig.poolAddressesProvider,\n );\n },\n });\n}\n","import type { IntentErrorResponse, IntentQuoteRequest, IntentQuoteResponse, Result } from '@sodax/sdk';\nimport { useSodaxContext } from '../shared/useSodaxContext';\nimport { useQuery, type UseQueryResult } from '@tanstack/react-query';\n\n/**\n * Hook for fetching a quote for an intent-based swap.\n *\n * This hook provides real-time quote data for an intent-based swap.\n *\n * @param {IntentQuoteRequest | undefined} payload - The intent quote request parameters. If undefined, the query will be disabled.\n *\n * @returns {UseQueryResult<Result<IntentQuoteResponse, IntentErrorResponse> | undefined>} A query result object containing:\n * - data: The quote result from the solver\n * - isLoading: Boolean indicating if the quote is being fetched\n * - error: Error object if the quote request failed\n * - refetch: Function to manually trigger a quote refresh\n *\n * @example\n * ```typescript\n * const { data: quote, isLoading } = useQuote({\n * token_src: '0x...',\n * token_src_blockchain_id: '1',\n * token_dst: '0x...',\n * token_dst_blockchain_id: '2',\n * amount: '1000000000000000000',\n * quote_type: 'exact_input',\n * });\n *\n * if (isLoading) return <div>Loading quote...</div>;\n * if (quote) {\n * console.log('Quote received:', quote);\n * }\n * ```\n *\n * @remarks\n * - The quote is automatically refreshed every 3 seconds\n * - The query is disabled when payload is undefined\n * - Uses React Query for efficient caching and state management\n */\nexport const useQuote = (\n payload: IntentQuoteRequest | undefined,\n): UseQueryResult<Result<IntentQuoteResponse, IntentErrorResponse> | undefined> => {\n const { sodax } = useSodaxContext();\n return useQuery({\n queryKey: [payload],\n queryFn: async () => {\n if (!payload) {\n return undefined;\n }\n return sodax.solver.getQuote(payload);\n },\n enabled: !!payload,\n refetchInterval: 3000,\n });\n};\n","import { useSodaxContext } from '../shared/useSodaxContext';\nimport type {\n CreateIntentParams,\n SpokeChainId,\n IntentExecutionResponse,\n Result,\n IntentSubmitErrorCode,\n Intent,\n PacketData,\n IntentSubmitError,\n} from '@sodax/sdk';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\n\ntype CreateIntentResult = Result<\n [IntentExecutionResponse, Intent, PacketData],\n IntentSubmitError<IntentSubmitErrorCode>\n>;\n\n/**\n * Hook for creating and submitting an intent order for cross-chain swaps.\n * Uses React Query's useMutation for better state management and caching.\n *\n * @param {SpokeChainId} chainId - The source chain ID where the swap will originate\n * @returns {UseMutationResult} Mutation result object containing mutation function and state\n *\n * @example\n * ```typescript\n * const { mutateAsync: createIntent, isPending } = useCreateIntentOrder('0xa4b1.arbitrum');\n *\n * const handleSwap = async () => {\n * const result = await createIntent({\n * token_src: '0x...',\n * token_src_blockchain_id: 'arbitrum',\n * token_dst: '0x...',\n * token_dst_blockchain_id: 'polygon',\n * amount: '1000000000000000000',\n * min_output_amount: '900000000000000000'\n * });\n * };\n * ```\n */\nexport function useCreateIntentOrder(\n chainId: SpokeChainId,\n): UseMutationResult<CreateIntentResult, Error, CreateIntentParams> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(chainId);\n\n return useMutation<CreateIntentResult, Error, CreateIntentParams>({\n mutationFn: async (params: CreateIntentParams) => {\n if (!spokeProvider) {\n throw new Error('Spoke provider not found');\n }\n return sodax.solver.createAndSubmitIntent(params, spokeProvider);\n },\n });\n}\n","import type { Hex, IntentErrorResponse, IntentStatusResponse, Result } from '@sodax/sdk';\nimport { useQuery, type UseQueryResult } from '@tanstack/react-query';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\n/**\n * Hook for monitoring the status of an intent-based swap.\n *\n * This hook provides real-time status updates for an intent-based swap transaction.\n *\n * @param {Hex} intent_tx_hash - The transaction hash of the intent order on the hub chain\n *\n * @returns {UseQueryResult<Result<IntentStatusResponse, IntentErrorResponse> | undefined>} A query result object containing:\n * - data: The status result from the solver\n * - isLoading: Boolean indicating if the status is being fetched\n * - error: Error object if the status request failed\n * - refetch: Function to manually trigger a status refresh\n *\n * @example\n * ```typescript\n * const { data: status, isLoading } = useStatus('0x...');\n *\n * if (isLoading) return <div>Loading status...</div>;\n * if (status?.ok) {\n * console.log('Status:', status.value);\n * }\n * ```\n *\n * @remarks\n * - The status is automatically refreshed every 3 seconds\n * - Uses React Query for efficient caching and state management\n */\n\nexport const useStatus = (\n intent_tx_hash: Hex,\n): UseQueryResult<Result<IntentStatusResponse, IntentErrorResponse> | undefined> => {\n const { sodax } = useSodaxContext();\n return useQuery({\n queryKey: [intent_tx_hash],\n queryFn: async () => {\n return sodax.solver.getStatus({ intent_tx_hash });\n },\n refetchInterval: 3000, // 3s\n });\n};\n","import type { ReactNode, ReactElement } from 'react';\nimport { Sodax, type SodaxConfig } from '@sodax/sdk';\nimport { SodaxContext } from '@/contexts';\nimport React from 'react';\n\ninterface SodaxProviderProps {\n children: ReactNode;\n testnet?: boolean;\n config: SodaxConfig;\n}\n\nexport const SodaxProvider = ({ children, testnet = false, config }: SodaxProviderProps): ReactElement => {\n const sodax = new Sodax(config);\n\n return <SodaxContext.Provider value={{ sodax, testnet }}>{children}</SodaxContext.Provider>;\n};\n"]}
1
+ {"version":3,"sources":["../src/contexts/index.ts","../src/hooks/shared/useSodaxContext.ts","../src/hooks/provider/useSpokeProvider.ts","../src/hooks/shared/useAllowance.ts","../src/hooks/shared/useApprove.ts","../src/hooks/provider/useHubProvider.ts","../src/hooks/mm/useBorrow.ts","../src/hooks/mm/useRepay.ts","../src/hooks/mm/useSupply.ts","../src/hooks/mm/useWithdraw.ts","../src/core/index.ts","../src/hooks/mm/useUserReservesData.ts","../src/hooks/mm/useHubWalletAddress.ts","../src/hooks/mm/useReservesData.ts","../src/hooks/swap/useQuote.ts","../src/hooks/swap/useCreateIntentOrder.ts","../src/hooks/swap/useStatus.ts","../src/providers/SodaxProvider.tsx"],"names":["createContext","useContext","getXChainType","useWalletProvider","useMemo","EvmSpokeProvider","spokeChainConfig","SuiSpokeProvider","IconSpokeProvider","CWSpokeProvider","useQuery","parseUnits","useQueryClient","useMutation","hubAssets","EvmWalletAbstraction","getMoneyMarketConfig","Sodax","getHubChainConfig","EvmHubProvider","React"],"mappings":"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","file":"index.js","sourcesContent":["import { createContext } from 'react';\nimport type { EvmHubProvider, Sodax } from '@sodax/sdk';\n\nexport interface SodaxContextType {\n sodax: Sodax;\n testnet: boolean;\n hubProvider: EvmHubProvider | undefined;\n}\n\nexport const SodaxContext = createContext<SodaxContextType | null>(null);\n","import { SodaxContext, type SodaxContextType } from '@/contexts';\nimport { useContext } from 'react';\n\n/**\n * Hook to access the Sodax context which provides access to the Sodax SDK instance and chain configuration\n * @throws {Error} If used outside of a SodaxProvider\n * @returns {SodaxContextType} The Sodax context containing SDK instance and configuration\n */\n\nexport const useSodaxContext = (): SodaxContextType => {\n const context = useContext(SodaxContext);\n if (!context) {\n throw new Error('useSodaxContext must be used within a SodaxProvider');\n }\n return context;\n};\n","import {\n EvmSpokeProvider,\n spokeChainConfig,\n type SuiSpokeChainConfig,\n SuiSpokeProvider,\n type EvmSpokeChainConfig,\n IconSpokeProvider,\n type IconSpokeChainConfig,\n CWSpokeProvider,\n type CosmosSpokeChainConfig,\n} from '@sodax/sdk';\nimport type {\n IEvmWalletProvider,\n IIconWalletProvider,\n ISuiWalletProvider,\n SpokeChainId,\n IInjectiveWalletProvider,\n} from '@sodax/types';\nimport { getXChainType, useWalletProvider } from '@sodax/wallet-sdk';\nimport { useMemo } from 'react';\n\nexport function useSpokeProvider(spokeChainId: SpokeChainId) {\n const xChainType = getXChainType(spokeChainId);\n const walletProvider = useWalletProvider(spokeChainId);\n const spokeProvider = useMemo(() => {\n if (!walletProvider) return undefined;\n if (xChainType === 'EVM') {\n return new EvmSpokeProvider(\n walletProvider as IEvmWalletProvider,\n spokeChainConfig[spokeChainId] as EvmSpokeChainConfig,\n );\n }\n if (xChainType === 'SUI') {\n return new SuiSpokeProvider(\n spokeChainConfig[spokeChainId] as SuiSpokeChainConfig,\n walletProvider as ISuiWalletProvider,\n );\n }\n if (xChainType === 'ICON') {\n return new IconSpokeProvider(\n walletProvider as IIconWalletProvider,\n spokeChainConfig[spokeChainId] as IconSpokeChainConfig,\n );\n }\n if (xChainType === 'INJECTIVE') {\n return new CWSpokeProvider(\n spokeChainConfig[spokeChainId] as CosmosSpokeChainConfig,\n walletProvider as IInjectiveWalletProvider,\n );\n }\n\n return undefined;\n }, [walletProvider, xChainType, spokeChainId]);\n\n return spokeProvider;\n}\n","import { useQuery } from '@tanstack/react-query';\nimport type { SpokeChainId, XToken } from '@sodax/types';\nimport { useSodaxContext } from '../shared/useSodaxContext';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { parseUnits } from 'viem';\n\nexport function useAllowance(token: XToken, amount: string) {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(token.xChainId as SpokeChainId);\n\n return useQuery({\n queryKey: ['allowance', token.address, amount],\n queryFn: async () => {\n if (!spokeProvider) {\n return false;\n }\n const allowance = await sodax.moneyMarket.isAllowanceValid(\n {\n token: token.address,\n amount: parseUnits(amount, token.decimals),\n },\n spokeProvider,\n );\n if (allowance.ok) {\n return allowance.value;\n }\n return false;\n },\n enabled: !!spokeProvider,\n });\n}\n","import { useSodaxContext } from '../shared/useSodaxContext';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport type { SpokeChainId, XToken } from '@sodax/types';\nimport { parseUnits } from 'viem';\nimport { useMutation, useQueryClient } from '@tanstack/react-query';\nimport type { Address } from '@sodax/sdk';\n\ninterface UseApproveReturn {\n approve: (amount: string) => Promise<boolean>;\n isLoading: boolean;\n error: Error | null;\n resetError: () => void;\n}\n\nexport function useApprove(token: XToken): UseApproveReturn {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(token.xChainId as SpokeChainId);\n const queryClient = useQueryClient();\n\n const {\n mutateAsync: approve,\n isPending,\n error,\n reset: resetError,\n } = useMutation({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('Spoke provider not found');\n }\n const allowance = await sodax.moneyMarket.approve(\n token.address as Address,\n parseUnits(amount, token.decimals),\n spokeProvider.chainConfig.addresses.assetManager as Address,\n spokeProvider,\n );\n if (!allowance.ok) {\n throw new Error('Failed to approve tokens');\n }\n return allowance.ok;\n },\n onSuccess: () => {\n // Invalidate allowance query to refetch the new allowance\n queryClient.invalidateQueries({ queryKey: ['allowance', token.address] });\n },\n });\n\n return {\n approve,\n isLoading: isPending,\n error: error as Error | null,\n resetError,\n };\n}\n","import type { EvmHubProvider } from '@sodax/sdk';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\nexport function useHubProvider(): EvmHubProvider | undefined {\n const { hubProvider } = useSodaxContext();\n\n return hubProvider;\n}\n","import type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\nimport type { SpokeChainId } from '@sodax/sdk';\ninterface BorrowResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for borrowing tokens from the Sodax money market.\n *\n * This hook provides functionality to borrow tokens from the money market protocol,\n * handling the entire borrow process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @example\n * ```typescript\n * const { mutateAsync: borrow, isPending, error } = useBorrow(spokeToken);\n * await borrow('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n * - Transaction execution fails\n */\nexport function useBorrow(spokeToken: XToken): UseMutationResult<BorrowResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<BorrowResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.borrowAndSubmit(\n {\n token: spokeToken.address,\n amount: parseUnits(amount, 18),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n console.log('Failed to borrow tokens', response);\n throw new Error('Failed to borrow tokens');\n }\n\n console.log('Borrow transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { SpokeChainId } from '@sodax/sdk';\nimport type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\ninterface RepayResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for repaying borrowed tokens to the Sodax money market.\n *\n * This hook provides functionality to repay borrowed tokens back to the money market protocol,\n * handling the entire repayment process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @example\n * ```typescript\n * const { mutateAsync: repay, isPending, error } = useRepay(spokeToken);\n * await repay('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n * - Transaction execution fails\n */\nexport function useRepay(spokeToken: XToken): UseMutationResult<RepayResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<RepayResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.repayAndSubmit(\n {\n token: spokeToken.address,\n amount: parseUnits(amount, spokeToken.decimals),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n throw new Error('Failed to repay tokens');\n }\n\n console.log('Repay transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { SpokeChainId } from '@sodax/sdk';\nimport type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\ninterface SupplyResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for supplying tokens to the Sodax money market.\n *\n * This hook provides functionality to supply tokens to the money market protocol,\n * handling the entire supply process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @param {XToken} spokeToken - The token to supply on the spoke chain. Must be an XToken with valid address and chain information.\n *\n * @returns {UseMutationResult<SupplyResponse, Error, string>} A mutation result object with the following properties:\n * - mutateAsync: Function to execute the supply transaction\n * - isPending: Boolean indicating if a transaction is in progress\n * - error: Error object if the last transaction failed, null otherwise\n *\n * @example\n * ```typescript\n * const { mutateAsync: supply, isPending, error } = useSupply(spokeToken);\n * await supply('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n */\nexport function useSupply(spokeToken: XToken): UseMutationResult<SupplyResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<SupplyResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.supplyAndSubmit(\n {\n token: spokeToken.address,\n amount: parseUnits(amount, spokeToken.decimals),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n throw new Error('Failed to supply tokens');\n }\n\n console.log('Supply transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { SpokeChainId } from '@sodax/sdk';\nimport type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\ninterface WithdrawResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for withdrawing supplied tokens from the Sodax money market.\n *\n * This hook provides functionality to withdraw previously supplied tokens from the money market protocol,\n * handling the entire withdrawal process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @example\n * ```typescript\n * const { mutateAsync: withdraw, isPending, error } = useWithdraw(spokeToken);\n * await withdraw('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n * - Transaction execution fails\n */\nexport function useWithdraw(spokeToken: XToken): UseMutationResult<WithdrawResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<WithdrawResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.withdrawAndSubmit(\n {\n token: spokeToken.address,\n // vault token on hub chain decimals is 18\n amount: parseUnits(amount, 18),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n throw new Error('Failed to withdraw tokens');\n }\n\n console.log('Withdraw transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { XToken, ChainId } from '@sodax/types';\n\nimport { hubAssets } from '@sodax/sdk';\n\nexport const allXTokens: XToken[] = [];\n\nObject.keys(hubAssets).forEach(xChainId => {\n const tokens = hubAssets[xChainId];\n\n Object.keys(tokens).forEach(tokenAddress => {\n const token = tokens[tokenAddress];\n allXTokens.push({\n xChainId: xChainId as ChainId,\n symbol: token.symbol,\n name: token.name,\n decimals: token.decimal,\n address: tokenAddress,\n });\n\n allXTokens.push({\n xChainId: 'sonic',\n symbol: token.symbol,\n name: token.name,\n decimals: token.decimal,\n address: token.vault,\n });\n });\n});\n\nexport const getSpokeTokenAddressByVault = (spokeChainId: ChainId, vault: string) => {\n const tokens = hubAssets[spokeChainId];\n const address = Object.keys(tokens).find(tokenAddress => tokens[tokenAddress].vault === vault);\n\n return address;\n};\n","import { allXTokens } from '@/core';\nimport { EvmWalletAbstraction, getMoneyMarketConfig, type EvmHubProvider } from '@sodax/sdk';\nimport type { HubChainId, SpokeChainId } from '@sodax/types';\nimport type { ChainId } from '@sodax/types';\nimport { useQuery } from '@tanstack/react-query';\nimport { useHubProvider } from '../provider/useHubProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\n\nexport function useUserReservesData(spokeChainId: ChainId) {\n const { sodax } = useSodaxContext();\n const hubChainId = (sodax.config?.hubProviderConfig?.chainConfig.chain.id ?? 'sonic') as HubChainId;\n const hubProvider = useHubProvider();\n const spokeProvider = useSpokeProvider(spokeChainId as SpokeChainId);\n\n const { data: userReserves } = useQuery({\n queryKey: ['userReserves', spokeChainId],\n queryFn: async () => {\n if (!hubProvider) {\n return;\n }\n\n if (!spokeProvider) {\n return;\n }\n\n const addressBytes = await spokeProvider.walletProvider.getWalletAddressBytes();\n const hubWalletAddress = await EvmWalletAbstraction.getUserHubWalletAddress(\n spokeChainId as SpokeChainId,\n addressBytes,\n hubProvider as EvmHubProvider,\n );\n\n const moneyMarketConfig = getMoneyMarketConfig(hubChainId);\n const [res] = await sodax.moneyMarket.getUserReservesData(\n hubWalletAddress as `0x${string}`,\n moneyMarketConfig.uiPoolDataProvider,\n moneyMarketConfig.poolAddressesProvider,\n );\n\n return res?.map(r => {\n return {\n ...r,\n token: allXTokens.find(t => t.address === r.underlyingAsset),\n };\n });\n },\n enabled: !!spokeProvider && !!hubProvider,\n refetchInterval: 5000,\n });\n\n return userReserves;\n}\n","import { type EvmHubProvider, EvmWalletAbstraction, type SpokeChainId } from '@sodax/sdk';\nimport { useQuery, type UseQueryResult } from '@tanstack/react-query';\n\n/**\n * Hook for retrieving the hub wallet address for a given spoke chain and address.\n *\n * This hook fetches the hub wallet address associated with a user's address on a specific spoke chain.\n * It uses the EvmWalletAbstraction to query the hub wallet address from the hub provider.\n *\n * @param spokeChainId - The chain ID of the spoke chain\n * @param address - The user's address on the spoke chain\n * @param hubProvider - The hub provider instance\n *\n * @returns {UseQueryResult<string | null>} A query result object containing:\n * - data: The hub wallet address or null if not found\n * - isLoading: Boolean indicating if the query is in progress\n * - error: Error object if the query failed, null otherwise\n *\n * @example\n * ```typescript\n * const { data: hubWalletAddress, isLoading, error } = useHubWalletAddress(spokeChainId, address, hubProvider);\n * ```\n */\n\nexport function useHubWalletAddress(\n spokeChainId: SpokeChainId,\n address: string | undefined,\n hubProvider: EvmHubProvider,\n): UseQueryResult<string | null> {\n return useQuery({\n queryKey: ['hubWallet', spokeChainId, address],\n queryFn: async () => {\n if (!address) return null;\n\n try {\n const hubWalletAddress = await EvmWalletAbstraction.getUserHubWalletAddress(\n spokeChainId,\n address as `0x${string}`,\n hubProvider,\n );\n return hubWalletAddress;\n } catch (error) {\n console.log('error', error);\n return null;\n }\n },\n enabled: !!address && !!hubProvider,\n });\n}\n","import { getMoneyMarketConfig } from '@sodax/sdk';\nimport type { HubChainId } from '@sodax/types';\nimport { useQuery } from '@tanstack/react-query';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n/**\n * Hook for fetching reserves data from the Sodax money market.\n *\n * This hook provides access to the current state of all reserves in the money market protocol,\n * including liquidity, interest rates, and other key metrics. The data is automatically\n * fetched and cached using React Query.\n *\n * @example\n * ```typescript\n * const { data: reservesData, isLoading, error } = useReservesData();\n * ```\n *\n * @returns A React Query result object containing:\n * - data: The reserves data when available\n * - isLoading: Loading state indicator\n * - error: Any error that occurred during data fetching\n */\n\nexport function useReservesData() {\n const { sodax } = useSodaxContext();\n const hubChainId = (sodax.config?.hubProviderConfig?.chainConfig.chain.id ?? 'sonic') as HubChainId;\n\n return useQuery({\n queryKey: ['reservesData'],\n queryFn: async () => {\n const moneyMarketConfig = getMoneyMarketConfig(hubChainId);\n return await sodax.moneyMarket.getReservesData(\n moneyMarketConfig.uiPoolDataProvider,\n moneyMarketConfig.poolAddressesProvider,\n );\n },\n });\n}\n","import type { IntentErrorResponse, IntentQuoteRequest, IntentQuoteResponse, Result } from '@sodax/sdk';\nimport { useSodaxContext } from '../shared/useSodaxContext';\nimport { useQuery, type UseQueryResult } from '@tanstack/react-query';\n\n/**\n * Hook for fetching a quote for an intent-based swap.\n *\n * This hook provides real-time quote data for an intent-based swap.\n *\n * @param {IntentQuoteRequest | undefined} payload - The intent quote request parameters. If undefined, the query will be disabled.\n *\n * @returns {UseQueryResult<Result<IntentQuoteResponse, IntentErrorResponse> | undefined>} A query result object containing:\n * - data: The quote result from the solver\n * - isLoading: Boolean indicating if the quote is being fetched\n * - error: Error object if the quote request failed\n * - refetch: Function to manually trigger a quote refresh\n *\n * @example\n * ```typescript\n * const { data: quote, isLoading } = useQuote({\n * token_src: '0x...',\n * token_src_blockchain_id: '1',\n * token_dst: '0x...',\n * token_dst_blockchain_id: '2',\n * amount: '1000000000000000000',\n * quote_type: 'exact_input',\n * });\n *\n * if (isLoading) return <div>Loading quote...</div>;\n * if (quote) {\n * console.log('Quote received:', quote);\n * }\n * ```\n *\n * @remarks\n * - The quote is automatically refreshed every 3 seconds\n * - The query is disabled when payload is undefined\n * - Uses React Query for efficient caching and state management\n */\nexport const useQuote = (\n payload: IntentQuoteRequest | undefined,\n): UseQueryResult<Result<IntentQuoteResponse, IntentErrorResponse> | undefined> => {\n const { sodax } = useSodaxContext();\n return useQuery({\n queryKey: [payload],\n queryFn: async () => {\n if (!payload) {\n return undefined;\n }\n return sodax.solver.getQuote(payload);\n },\n enabled: !!payload,\n refetchInterval: 3000,\n });\n};\n","import { useSodaxContext } from '../shared/useSodaxContext';\nimport type {\n CreateIntentParams,\n SpokeChainId,\n IntentExecutionResponse,\n Result,\n IntentSubmitErrorCode,\n Intent,\n PacketData,\n IntentSubmitError,\n} from '@sodax/sdk';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\n\ntype CreateIntentResult = Result<\n [IntentExecutionResponse, Intent, PacketData],\n IntentSubmitError<IntentSubmitErrorCode>\n>;\n\n/**\n * Hook for creating and submitting an intent order for cross-chain swaps.\n * Uses React Query's useMutation for better state management and caching.\n *\n * @param {SpokeChainId} chainId - The source chain ID where the swap will originate\n * @returns {UseMutationResult} Mutation result object containing mutation function and state\n *\n * @example\n * ```typescript\n * const { mutateAsync: createIntent, isPending } = useCreateIntentOrder('0xa4b1.arbitrum');\n *\n * const handleSwap = async () => {\n * const result = await createIntent({\n * token_src: '0x...',\n * token_src_blockchain_id: 'arbitrum',\n * token_dst: '0x...',\n * token_dst_blockchain_id: 'polygon',\n * amount: '1000000000000000000',\n * min_output_amount: '900000000000000000'\n * });\n * };\n * ```\n */\nexport function useCreateIntentOrder(\n chainId: SpokeChainId,\n): UseMutationResult<CreateIntentResult, Error, CreateIntentParams> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(chainId);\n\n return useMutation<CreateIntentResult, Error, CreateIntentParams>({\n mutationFn: async (params: CreateIntentParams) => {\n if (!spokeProvider) {\n throw new Error('Spoke provider not found');\n }\n return sodax.solver.createAndSubmitIntent(params, spokeProvider);\n },\n });\n}\n","import type { Hex, IntentErrorResponse, IntentStatusResponse, Result } from '@sodax/sdk';\nimport { useQuery, type UseQueryResult } from '@tanstack/react-query';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\n/**\n * Hook for monitoring the status of an intent-based swap.\n *\n * This hook provides real-time status updates for an intent-based swap transaction.\n *\n * @param {Hex} intent_tx_hash - The transaction hash of the intent order on the hub chain\n *\n * @returns {UseQueryResult<Result<IntentStatusResponse, IntentErrorResponse> | undefined>} A query result object containing:\n * - data: The status result from the solver\n * - isLoading: Boolean indicating if the status is being fetched\n * - error: Error object if the status request failed\n * - refetch: Function to manually trigger a status refresh\n *\n * @example\n * ```typescript\n * const { data: status, isLoading } = useStatus('0x...');\n *\n * if (isLoading) return <div>Loading status...</div>;\n * if (status?.ok) {\n * console.log('Status:', status.value);\n * }\n * ```\n *\n * @remarks\n * - The status is automatically refreshed every 3 seconds\n * - Uses React Query for efficient caching and state management\n */\n\nexport const useStatus = (\n intent_tx_hash: Hex,\n): UseQueryResult<Result<IntentStatusResponse, IntentErrorResponse> | undefined> => {\n const { sodax } = useSodaxContext();\n return useQuery({\n queryKey: [intent_tx_hash],\n queryFn: async () => {\n return sodax.solver.getStatus({ intent_tx_hash });\n },\n refetchInterval: 3000, // 3s\n });\n};\n","import type { ReactNode, ReactElement } from 'react';\nimport { EvmHubProvider, getHubChainConfig, Sodax, type SodaxConfig } from '@sodax/sdk';\nimport { SodaxContext } from '@/contexts';\nimport React, { useMemo } from 'react';\n\ninterface SodaxProviderProps {\n children: ReactNode;\n testnet?: boolean;\n config: SodaxConfig;\n}\n\nexport const SodaxProvider = ({ children, testnet = false, config }: SodaxProviderProps): ReactElement => {\n const sodax = new Sodax(config);\n\n const hubChainId = config?.hubProviderConfig?.chainConfig.chain.id;\n const hubRpcUrl = config?.hubProviderConfig?.hubRpcUrl;\n\n const hubProvider = useMemo(() => {\n if (hubChainId && hubRpcUrl) {\n const hubChainCfg = getHubChainConfig(hubChainId);\n\n return new EvmHubProvider({\n hubRpcUrl: hubRpcUrl,\n chainConfig: hubChainCfg,\n });\n }\n return undefined;\n }, [hubChainId, hubRpcUrl]);\n\n return <SodaxContext.Provider value={{ sodax, testnet, hubProvider }}>{children}</SodaxContext.Provider>;\n};\n"]}
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import React, { createContext, useContext, useMemo } from 'react';
2
2
  import { useQuery, useQueryClient, useMutation } from '@tanstack/react-query';
3
- import { hubAssets, EvmSpokeProvider, spokeChainConfig, SuiSpokeProvider, getHubChainConfig, EvmHubProvider, EvmWalletAbstraction, getMoneyMarketConfig, Sodax } from '@sodax/sdk';
4
- import { getXChainType, useWalletProvider, useXAccount } from '@sodax/wallet-sdk';
3
+ import { hubAssets, EvmSpokeProvider, spokeChainConfig, SuiSpokeProvider, IconSpokeProvider, CWSpokeProvider, EvmWalletAbstraction, getMoneyMarketConfig, Sodax, getHubChainConfig, EvmHubProvider } from '@sodax/sdk';
4
+ import { getXChainType, useWalletProvider } from '@sodax/wallet-sdk';
5
5
  import { parseUnits } from 'viem';
6
6
 
7
7
  // src/contexts/index.ts
@@ -30,6 +30,18 @@ function useSpokeProvider(spokeChainId) {
30
30
  walletProvider
31
31
  );
32
32
  }
33
+ if (xChainType === "ICON") {
34
+ return new IconSpokeProvider(
35
+ walletProvider,
36
+ spokeChainConfig[spokeChainId]
37
+ );
38
+ }
39
+ if (xChainType === "INJECTIVE") {
40
+ return new CWSpokeProvider(
41
+ spokeChainConfig[spokeChainId],
42
+ walletProvider
43
+ );
44
+ }
33
45
  return void 0;
34
46
  }, [walletProvider, xChainType, spokeChainId]);
35
47
  return spokeProvider;
@@ -94,22 +106,10 @@ function useApprove(token) {
94
106
  resetError
95
107
  };
96
108
  }
109
+
110
+ // src/hooks/provider/useHubProvider.ts
97
111
  function useHubProvider() {
98
- const { sodax } = useSodaxContext();
99
- const hubChainId = sodax.config?.hubProviderConfig?.chainConfig.chain.id;
100
- const hubRpcUrl = sodax.config?.hubProviderConfig?.hubRpcUrl;
101
- const xChainType = getXChainType(hubChainId);
102
- const hubProvider = useMemo(() => {
103
- if (xChainType === "EVM" && hubChainId && hubRpcUrl) {
104
- const hubChainCfg = getHubChainConfig(hubChainId);
105
- if (!hubChainCfg) return void 0;
106
- return new EvmHubProvider({
107
- hubRpcUrl,
108
- chainConfig: hubChainCfg
109
- });
110
- }
111
- return void 0;
112
- }, [xChainType, hubChainId, hubRpcUrl]);
112
+ const { hubProvider } = useSodaxContext();
113
113
  return hubProvider;
114
114
  }
115
115
  function useBorrow(spokeToken) {
@@ -232,6 +232,44 @@ var getSpokeTokenAddressByVault = (spokeChainId, vault) => {
232
232
  const address = Object.keys(tokens).find((tokenAddress) => tokens[tokenAddress].vault === vault);
233
233
  return address;
234
234
  };
235
+ function useUserReservesData(spokeChainId) {
236
+ const { sodax } = useSodaxContext();
237
+ const hubChainId = sodax.config?.hubProviderConfig?.chainConfig.chain.id ?? "sonic";
238
+ const hubProvider = useHubProvider();
239
+ const spokeProvider = useSpokeProvider(spokeChainId);
240
+ const { data: userReserves } = useQuery({
241
+ queryKey: ["userReserves", spokeChainId],
242
+ queryFn: async () => {
243
+ if (!hubProvider) {
244
+ return;
245
+ }
246
+ if (!spokeProvider) {
247
+ return;
248
+ }
249
+ const addressBytes = await spokeProvider.walletProvider.getWalletAddressBytes();
250
+ const hubWalletAddress = await EvmWalletAbstraction.getUserHubWalletAddress(
251
+ spokeChainId,
252
+ addressBytes,
253
+ hubProvider
254
+ );
255
+ const moneyMarketConfig = getMoneyMarketConfig(hubChainId);
256
+ const [res] = await sodax.moneyMarket.getUserReservesData(
257
+ hubWalletAddress,
258
+ moneyMarketConfig.uiPoolDataProvider,
259
+ moneyMarketConfig.poolAddressesProvider
260
+ );
261
+ return res?.map((r) => {
262
+ return {
263
+ ...r,
264
+ token: allXTokens.find((t) => t.address === r.underlyingAsset)
265
+ };
266
+ });
267
+ },
268
+ enabled: !!spokeProvider && !!hubProvider,
269
+ refetchInterval: 5e3
270
+ });
271
+ return userReserves;
272
+ }
235
273
  function useHubWalletAddress(spokeChainId, address, hubProvider) {
236
274
  return useQuery({
237
275
  queryKey: ["hubWallet", spokeChainId, address],
@@ -252,51 +290,6 @@ function useHubWalletAddress(spokeChainId, address, hubProvider) {
252
290
  enabled: !!address && !!hubProvider
253
291
  });
254
292
  }
255
-
256
- // src/hooks/mm/useUserReservesData.ts
257
- function useUserReservesData(spokeChainId) {
258
- const { sodax } = useSodaxContext();
259
- const hubChainId = sodax.config?.hubProviderConfig?.chainConfig.chain.id ?? "sonic";
260
- const hubWalletProvider = useWalletProvider(hubChainId);
261
- const hubProvider = useHubProvider();
262
- const { address } = useXAccount(spokeChainId);
263
- const { data: hubWalletAddress } = useHubWalletAddress(
264
- spokeChainId,
265
- address,
266
- hubProvider
267
- );
268
- const { data: userReserves } = useQuery({
269
- queryKey: ["userReserves", hubWalletAddress],
270
- queryFn: async () => {
271
- if (!hubWalletProvider) {
272
- return;
273
- }
274
- if (!hubWalletAddress) {
275
- return;
276
- }
277
- const moneyMarketConfig = getMoneyMarketConfig(hubChainId);
278
- try {
279
- const [res] = await sodax.moneyMarket.getUserReservesData(
280
- hubWalletAddress,
281
- moneyMarketConfig.uiPoolDataProvider,
282
- moneyMarketConfig.poolAddressesProvider
283
- );
284
- return res?.map((r) => {
285
- return {
286
- ...r,
287
- token: allXTokens.find((t) => t.address === r.underlyingAsset)
288
- };
289
- });
290
- } catch (error) {
291
- console.log("error", error);
292
- return;
293
- }
294
- },
295
- enabled: !!address && !!hubWalletProvider && !!hubWalletAddress,
296
- refetchInterval: 5e3
297
- });
298
- return userReserves;
299
- }
300
293
  function useReservesData() {
301
294
  const { sodax } = useSodaxContext();
302
295
  const hubChainId = sodax.config?.hubProviderConfig?.chainConfig.chain.id ?? "sonic";
@@ -350,7 +343,19 @@ var useStatus = (intent_tx_hash) => {
350
343
  };
351
344
  var SodaxProvider = ({ children, testnet = false, config }) => {
352
345
  const sodax = new Sodax(config);
353
- return /* @__PURE__ */ React.createElement(SodaxContext.Provider, { value: { sodax, testnet } }, children);
346
+ const hubChainId = config?.hubProviderConfig?.chainConfig.chain.id;
347
+ const hubRpcUrl = config?.hubProviderConfig?.hubRpcUrl;
348
+ const hubProvider = useMemo(() => {
349
+ if (hubChainId && hubRpcUrl) {
350
+ const hubChainCfg = getHubChainConfig(hubChainId);
351
+ return new EvmHubProvider({
352
+ hubRpcUrl,
353
+ chainConfig: hubChainCfg
354
+ });
355
+ }
356
+ return void 0;
357
+ }, [hubChainId, hubRpcUrl]);
358
+ return /* @__PURE__ */ React.createElement(SodaxContext.Provider, { value: { sodax, testnet, hubProvider } }, children);
354
359
  };
355
360
 
356
361
  export { SodaxProvider, allXTokens, getSpokeTokenAddressByVault, useAllowance, useApprove, useBorrow, useCreateIntentOrder, useHubProvider, useHubWalletAddress, useQuote, useRepay, useReservesData, useSodaxContext, useSpokeProvider, useStatus, useSupply, useUserReservesData, useWithdraw };
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/contexts/index.ts","../src/hooks/shared/useSodaxContext.ts","../src/hooks/provider/useSpokeProvider.ts","../src/hooks/shared/useAllowance.ts","../src/hooks/shared/useApprove.ts","../src/hooks/provider/useHubProvider.ts","../src/hooks/mm/useBorrow.ts","../src/hooks/mm/useRepay.ts","../src/hooks/mm/useSupply.ts","../src/hooks/mm/useWithdraw.ts","../src/core/index.ts","../src/hooks/mm/useHubWalletAddress.ts","../src/hooks/mm/useUserReservesData.ts","../src/hooks/mm/useReservesData.ts","../src/hooks/swap/useQuote.ts","../src/hooks/swap/useCreateIntentOrder.ts","../src/hooks/swap/useStatus.ts","../src/providers/SodaxProvider.tsx"],"names":["parseUnits","getXChainType","useMemo","useMutation","useQuery","useWalletProvider","getMoneyMarketConfig"],"mappings":"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","file":"index.mjs","sourcesContent":["import { createContext } from 'react';\nimport type { Sodax } from '@sodax/sdk';\n\nexport interface SodaxContextType {\n sodax: Sodax;\n testnet: boolean;\n}\n\nexport const SodaxContext = createContext<SodaxContextType | null>(null);\n","import { SodaxContext, type SodaxContextType } from '@/contexts';\nimport { useContext } from 'react';\n\n/**\n * Hook to access the Sodax context which provides access to the Sodax SDK instance and chain configuration\n * @throws {Error} If used outside of a SodaxProvider\n * @returns {SodaxContextType} The Sodax context containing SDK instance and configuration\n */\n\nexport const useSodaxContext = (): SodaxContextType => {\n const context = useContext(SodaxContext);\n if (!context) {\n throw new Error('useSodaxContext must be used within a SodaxProvider');\n }\n return context;\n};\n","import {\n EvmSpokeProvider,\n spokeChainConfig,\n type SuiSpokeChainConfig,\n SuiSpokeProvider,\n type EvmSpokeChainConfig,\n} from '@sodax/sdk';\nimport type { IEvmWalletProvider, ISuiWalletProvider, SpokeChainId } from '@sodax/types';\nimport { getXChainType, useWalletProvider } from '@sodax/wallet-sdk';\nimport { useMemo } from 'react';\n\nexport function useSpokeProvider(spokeChainId: SpokeChainId) {\n const xChainType = getXChainType(spokeChainId);\n const walletProvider = useWalletProvider(spokeChainId);\n const spokeProvider = useMemo(() => {\n if (!walletProvider) return undefined;\n if (xChainType === 'EVM') {\n return new EvmSpokeProvider(\n walletProvider as IEvmWalletProvider,\n spokeChainConfig[spokeChainId] as EvmSpokeChainConfig,\n );\n }\n if (xChainType === 'SUI') {\n return new SuiSpokeProvider(\n spokeChainConfig[spokeChainId] as SuiSpokeChainConfig,\n walletProvider as ISuiWalletProvider,\n );\n }\n return undefined;\n }, [walletProvider, xChainType, spokeChainId]);\n\n return spokeProvider;\n}\n","import { useQuery } from '@tanstack/react-query';\nimport type { SpokeChainId, XToken } from '@sodax/types';\nimport { useSodaxContext } from '../shared/useSodaxContext';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { parseUnits } from 'viem';\n\nexport function useAllowance(token: XToken, amount: string) {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(token.xChainId as SpokeChainId);\n\n return useQuery({\n queryKey: ['allowance', token.address, amount],\n queryFn: async () => {\n if (!spokeProvider) {\n return false;\n }\n const allowance = await sodax.moneyMarket.isAllowanceValid(\n {\n token: token.address,\n amount: parseUnits(amount, token.decimals),\n },\n spokeProvider,\n );\n if (allowance.ok) {\n return allowance.value;\n }\n return false;\n },\n enabled: !!spokeProvider,\n });\n}\n","import { useSodaxContext } from '../shared/useSodaxContext';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport type { SpokeChainId, XToken } from '@sodax/types';\nimport { parseUnits } from 'viem';\nimport { useMutation, useQueryClient } from '@tanstack/react-query';\nimport type { Address } from '@sodax/sdk';\n\ninterface UseApproveReturn {\n approve: (amount: string) => Promise<boolean>;\n isLoading: boolean;\n error: Error | null;\n resetError: () => void;\n}\n\nexport function useApprove(token: XToken): UseApproveReturn {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(token.xChainId as SpokeChainId);\n const queryClient = useQueryClient();\n\n const {\n mutateAsync: approve,\n isPending,\n error,\n reset: resetError,\n } = useMutation({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('Spoke provider not found');\n }\n const allowance = await sodax.moneyMarket.approve(\n token.address as Address,\n parseUnits(amount, token.decimals),\n spokeProvider.chainConfig.addresses.assetManager as Address,\n spokeProvider,\n );\n if (!allowance.ok) {\n throw new Error('Failed to approve tokens');\n }\n return allowance.ok;\n },\n onSuccess: () => {\n // Invalidate allowance query to refetch the new allowance\n queryClient.invalidateQueries({ queryKey: ['allowance', token.address] });\n },\n });\n\n return {\n approve,\n isLoading: isPending,\n error: error as Error | null,\n resetError,\n };\n}\n","import { EvmHubProvider, getHubChainConfig, type HubChainId } from '@sodax/sdk';\nimport { getXChainType } from '@sodax/wallet-sdk';\nimport { useMemo } from 'react';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\nexport function useHubProvider(): EvmHubProvider | undefined {\n const { sodax } = useSodaxContext();\n const hubChainId = sodax.config?.hubProviderConfig?.chainConfig.chain.id;\n const hubRpcUrl = sodax.config?.hubProviderConfig?.hubRpcUrl;\n const xChainType = getXChainType(hubChainId);\n const hubProvider = useMemo(() => {\n if (xChainType === 'EVM' && hubChainId && hubRpcUrl) {\n const hubChainCfg = getHubChainConfig(hubChainId);\n\n if (!hubChainCfg) return undefined;\n\n return new EvmHubProvider({\n hubRpcUrl: hubRpcUrl,\n chainConfig: hubChainCfg,\n });\n }\n return undefined;\n }, [xChainType, hubChainId, hubRpcUrl]);\n\n return hubProvider;\n}\n","import type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\nimport type { SpokeChainId } from '@sodax/sdk';\ninterface BorrowResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for borrowing tokens from the Sodax money market.\n *\n * This hook provides functionality to borrow tokens from the money market protocol,\n * handling the entire borrow process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @example\n * ```typescript\n * const { mutateAsync: borrow, isPending, error } = useBorrow(spokeToken);\n * await borrow('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n * - Transaction execution fails\n */\nexport function useBorrow(spokeToken: XToken): UseMutationResult<BorrowResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<BorrowResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.borrowAndSubmit(\n {\n token: spokeToken.address,\n amount: parseUnits(amount, 18),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n console.log('Failed to borrow tokens', response);\n throw new Error('Failed to borrow tokens');\n }\n\n console.log('Borrow transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { SpokeChainId } from '@sodax/sdk';\nimport type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\ninterface RepayResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for repaying borrowed tokens to the Sodax money market.\n *\n * This hook provides functionality to repay borrowed tokens back to the money market protocol,\n * handling the entire repayment process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @example\n * ```typescript\n * const { mutateAsync: repay, isPending, error } = useRepay(spokeToken);\n * await repay('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n * - Transaction execution fails\n */\nexport function useRepay(spokeToken: XToken): UseMutationResult<RepayResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<RepayResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.repayAndSubmit(\n {\n token: spokeToken.address,\n amount: parseUnits(amount, spokeToken.decimals),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n throw new Error('Failed to repay tokens');\n }\n\n console.log('Repay transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { SpokeChainId } from '@sodax/sdk';\nimport type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\ninterface SupplyResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for supplying tokens to the Sodax money market.\n *\n * This hook provides functionality to supply tokens to the money market protocol,\n * handling the entire supply process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @param {XToken} spokeToken - The token to supply on the spoke chain. Must be an XToken with valid address and chain information.\n *\n * @returns {UseMutationResult<SupplyResponse, Error, string>} A mutation result object with the following properties:\n * - mutateAsync: Function to execute the supply transaction\n * - isPending: Boolean indicating if a transaction is in progress\n * - error: Error object if the last transaction failed, null otherwise\n *\n * @example\n * ```typescript\n * const { mutateAsync: supply, isPending, error } = useSupply(spokeToken);\n * await supply('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n */\nexport function useSupply(spokeToken: XToken): UseMutationResult<SupplyResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<SupplyResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.supplyAndSubmit(\n {\n token: spokeToken.address,\n amount: parseUnits(amount, spokeToken.decimals),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n throw new Error('Failed to supply tokens');\n }\n\n console.log('Supply transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { SpokeChainId } from '@sodax/sdk';\nimport type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\ninterface WithdrawResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for withdrawing supplied tokens from the Sodax money market.\n *\n * This hook provides functionality to withdraw previously supplied tokens from the money market protocol,\n * handling the entire withdrawal process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @example\n * ```typescript\n * const { mutateAsync: withdraw, isPending, error } = useWithdraw(spokeToken);\n * await withdraw('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n * - Transaction execution fails\n */\nexport function useWithdraw(spokeToken: XToken): UseMutationResult<WithdrawResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<WithdrawResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.withdrawAndSubmit(\n {\n token: spokeToken.address,\n // vault token on hub chain decimals is 18\n amount: parseUnits(amount, 18),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n throw new Error('Failed to withdraw tokens');\n }\n\n console.log('Withdraw transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { XToken, ChainId } from '@sodax/types';\n\nimport { hubAssets } from '@sodax/sdk';\n\nexport const allXTokens: XToken[] = [];\n\nObject.keys(hubAssets).forEach(xChainId => {\n const tokens = hubAssets[xChainId];\n\n Object.keys(tokens).forEach(tokenAddress => {\n const token = tokens[tokenAddress];\n allXTokens.push({\n xChainId: xChainId as ChainId,\n symbol: token.symbol,\n name: token.name,\n decimals: token.decimal,\n address: tokenAddress,\n });\n\n allXTokens.push({\n xChainId: 'sonic',\n symbol: token.symbol,\n name: token.name,\n decimals: token.decimal,\n address: token.vault,\n });\n });\n});\n\nexport const getSpokeTokenAddressByVault = (spokeChainId: ChainId, vault: string) => {\n const tokens = hubAssets[spokeChainId];\n const address = Object.keys(tokens).find(tokenAddress => tokens[tokenAddress].vault === vault);\n\n return address;\n};\n","import { type EvmHubProvider, EvmWalletAbstraction, type SpokeChainId } from '@sodax/sdk';\nimport { useQuery, type UseQueryResult } from '@tanstack/react-query';\n\n/**\n * Hook for retrieving the hub wallet address for a given spoke chain and address.\n *\n * This hook fetches the hub wallet address associated with a user's address on a specific spoke chain.\n * It uses the EvmWalletAbstraction to query the hub wallet address from the hub provider.\n *\n * @param spokeChainId - The chain ID of the spoke chain\n * @param address - The user's address on the spoke chain\n * @param hubProvider - The hub provider instance\n *\n * @returns {UseQueryResult<string | null>} A query result object containing:\n * - data: The hub wallet address or null if not found\n * - isLoading: Boolean indicating if the query is in progress\n * - error: Error object if the query failed, null otherwise\n *\n * @example\n * ```typescript\n * const { data: hubWalletAddress, isLoading, error } = useHubWalletAddress(spokeChainId, address, hubProvider);\n * ```\n */\n\nexport function useHubWalletAddress(\n spokeChainId: SpokeChainId,\n address: string | undefined,\n hubProvider: EvmHubProvider,\n): UseQueryResult<string | null> {\n return useQuery({\n queryKey: ['hubWallet', spokeChainId, address],\n queryFn: async () => {\n if (!address) return null;\n\n try {\n const hubWalletAddress = await EvmWalletAbstraction.getUserHubWalletAddress(\n spokeChainId,\n address as `0x${string}`,\n hubProvider,\n );\n return hubWalletAddress;\n } catch (error) {\n console.log('error', error);\n return null;\n }\n },\n enabled: !!address && !!hubProvider,\n });\n}\n","import { allXTokens } from '@/core';\nimport { getMoneyMarketConfig, type EvmHubProvider } from '@sodax/sdk';\nimport type { HubChainId, SpokeChainId } from '@sodax/types';\nimport { useXAccount, useWalletProvider } from '@sodax/wallet-sdk';\nimport type { ChainId } from '@sodax/types';\nimport { useQuery } from '@tanstack/react-query';\nimport { useHubProvider } from '../provider/useHubProvider';\nimport { useHubWalletAddress } from './useHubWalletAddress';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\nexport function useUserReservesData(spokeChainId: ChainId) {\n const { sodax } = useSodaxContext();\n const hubChainId = (sodax.config?.hubProviderConfig?.chainConfig.chain.id ?? 'sonic') as HubChainId;\n const hubWalletProvider = useWalletProvider(hubChainId);\n const hubProvider = useHubProvider();\n const { address } = useXAccount(spokeChainId);\n const { data: hubWalletAddress } = useHubWalletAddress(\n spokeChainId as SpokeChainId,\n address,\n hubProvider as EvmHubProvider,\n );\n\n const { data: userReserves } = useQuery({\n queryKey: ['userReserves', hubWalletAddress],\n queryFn: async () => {\n if (!hubWalletProvider) {\n return;\n }\n\n if (!hubWalletAddress) {\n return;\n }\n\n const moneyMarketConfig = getMoneyMarketConfig(hubChainId);\n try {\n const [res] = await sodax.moneyMarket.getUserReservesData(\n hubWalletAddress as `0x${string}`,\n moneyMarketConfig.uiPoolDataProvider,\n moneyMarketConfig.poolAddressesProvider,\n );\n\n return res?.map(r => {\n return {\n ...r,\n token: allXTokens.find(t => t.address === r.underlyingAsset),\n };\n });\n } catch (error) {\n console.log('error', error);\n return;\n }\n },\n enabled: !!address && !!hubWalletProvider && !!hubWalletAddress,\n refetchInterval: 5000,\n });\n\n return userReserves;\n}\n","import { getMoneyMarketConfig } from '@sodax/sdk';\nimport type { HubChainId } from '@sodax/types';\nimport { useQuery } from '@tanstack/react-query';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n/**\n * Hook for fetching reserves data from the Sodax money market.\n *\n * This hook provides access to the current state of all reserves in the money market protocol,\n * including liquidity, interest rates, and other key metrics. The data is automatically\n * fetched and cached using React Query.\n *\n * @example\n * ```typescript\n * const { data: reservesData, isLoading, error } = useReservesData();\n * ```\n *\n * @returns A React Query result object containing:\n * - data: The reserves data when available\n * - isLoading: Loading state indicator\n * - error: Any error that occurred during data fetching\n */\n\nexport function useReservesData() {\n const { sodax } = useSodaxContext();\n const hubChainId = (sodax.config?.hubProviderConfig?.chainConfig.chain.id ?? 'sonic') as HubChainId;\n\n return useQuery({\n queryKey: ['reservesData'],\n queryFn: async () => {\n const moneyMarketConfig = getMoneyMarketConfig(hubChainId);\n return await sodax.moneyMarket.getReservesData(\n moneyMarketConfig.uiPoolDataProvider,\n moneyMarketConfig.poolAddressesProvider,\n );\n },\n });\n}\n","import type { IntentErrorResponse, IntentQuoteRequest, IntentQuoteResponse, Result } from '@sodax/sdk';\nimport { useSodaxContext } from '../shared/useSodaxContext';\nimport { useQuery, type UseQueryResult } from '@tanstack/react-query';\n\n/**\n * Hook for fetching a quote for an intent-based swap.\n *\n * This hook provides real-time quote data for an intent-based swap.\n *\n * @param {IntentQuoteRequest | undefined} payload - The intent quote request parameters. If undefined, the query will be disabled.\n *\n * @returns {UseQueryResult<Result<IntentQuoteResponse, IntentErrorResponse> | undefined>} A query result object containing:\n * - data: The quote result from the solver\n * - isLoading: Boolean indicating if the quote is being fetched\n * - error: Error object if the quote request failed\n * - refetch: Function to manually trigger a quote refresh\n *\n * @example\n * ```typescript\n * const { data: quote, isLoading } = useQuote({\n * token_src: '0x...',\n * token_src_blockchain_id: '1',\n * token_dst: '0x...',\n * token_dst_blockchain_id: '2',\n * amount: '1000000000000000000',\n * quote_type: 'exact_input',\n * });\n *\n * if (isLoading) return <div>Loading quote...</div>;\n * if (quote) {\n * console.log('Quote received:', quote);\n * }\n * ```\n *\n * @remarks\n * - The quote is automatically refreshed every 3 seconds\n * - The query is disabled when payload is undefined\n * - Uses React Query for efficient caching and state management\n */\nexport const useQuote = (\n payload: IntentQuoteRequest | undefined,\n): UseQueryResult<Result<IntentQuoteResponse, IntentErrorResponse> | undefined> => {\n const { sodax } = useSodaxContext();\n return useQuery({\n queryKey: [payload],\n queryFn: async () => {\n if (!payload) {\n return undefined;\n }\n return sodax.solver.getQuote(payload);\n },\n enabled: !!payload,\n refetchInterval: 3000,\n });\n};\n","import { useSodaxContext } from '../shared/useSodaxContext';\nimport type {\n CreateIntentParams,\n SpokeChainId,\n IntentExecutionResponse,\n Result,\n IntentSubmitErrorCode,\n Intent,\n PacketData,\n IntentSubmitError,\n} from '@sodax/sdk';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\n\ntype CreateIntentResult = Result<\n [IntentExecutionResponse, Intent, PacketData],\n IntentSubmitError<IntentSubmitErrorCode>\n>;\n\n/**\n * Hook for creating and submitting an intent order for cross-chain swaps.\n * Uses React Query's useMutation for better state management and caching.\n *\n * @param {SpokeChainId} chainId - The source chain ID where the swap will originate\n * @returns {UseMutationResult} Mutation result object containing mutation function and state\n *\n * @example\n * ```typescript\n * const { mutateAsync: createIntent, isPending } = useCreateIntentOrder('0xa4b1.arbitrum');\n *\n * const handleSwap = async () => {\n * const result = await createIntent({\n * token_src: '0x...',\n * token_src_blockchain_id: 'arbitrum',\n * token_dst: '0x...',\n * token_dst_blockchain_id: 'polygon',\n * amount: '1000000000000000000',\n * min_output_amount: '900000000000000000'\n * });\n * };\n * ```\n */\nexport function useCreateIntentOrder(\n chainId: SpokeChainId,\n): UseMutationResult<CreateIntentResult, Error, CreateIntentParams> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(chainId);\n\n return useMutation<CreateIntentResult, Error, CreateIntentParams>({\n mutationFn: async (params: CreateIntentParams) => {\n if (!spokeProvider) {\n throw new Error('Spoke provider not found');\n }\n return sodax.solver.createAndSubmitIntent(params, spokeProvider);\n },\n });\n}\n","import type { Hex, IntentErrorResponse, IntentStatusResponse, Result } from '@sodax/sdk';\nimport { useQuery, type UseQueryResult } from '@tanstack/react-query';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\n/**\n * Hook for monitoring the status of an intent-based swap.\n *\n * This hook provides real-time status updates for an intent-based swap transaction.\n *\n * @param {Hex} intent_tx_hash - The transaction hash of the intent order on the hub chain\n *\n * @returns {UseQueryResult<Result<IntentStatusResponse, IntentErrorResponse> | undefined>} A query result object containing:\n * - data: The status result from the solver\n * - isLoading: Boolean indicating if the status is being fetched\n * - error: Error object if the status request failed\n * - refetch: Function to manually trigger a status refresh\n *\n * @example\n * ```typescript\n * const { data: status, isLoading } = useStatus('0x...');\n *\n * if (isLoading) return <div>Loading status...</div>;\n * if (status?.ok) {\n * console.log('Status:', status.value);\n * }\n * ```\n *\n * @remarks\n * - The status is automatically refreshed every 3 seconds\n * - Uses React Query for efficient caching and state management\n */\n\nexport const useStatus = (\n intent_tx_hash: Hex,\n): UseQueryResult<Result<IntentStatusResponse, IntentErrorResponse> | undefined> => {\n const { sodax } = useSodaxContext();\n return useQuery({\n queryKey: [intent_tx_hash],\n queryFn: async () => {\n return sodax.solver.getStatus({ intent_tx_hash });\n },\n refetchInterval: 3000, // 3s\n });\n};\n","import type { ReactNode, ReactElement } from 'react';\nimport { Sodax, type SodaxConfig } from '@sodax/sdk';\nimport { SodaxContext } from '@/contexts';\nimport React from 'react';\n\ninterface SodaxProviderProps {\n children: ReactNode;\n testnet?: boolean;\n config: SodaxConfig;\n}\n\nexport const SodaxProvider = ({ children, testnet = false, config }: SodaxProviderProps): ReactElement => {\n const sodax = new Sodax(config);\n\n return <SodaxContext.Provider value={{ sodax, testnet }}>{children}</SodaxContext.Provider>;\n};\n"]}
1
+ {"version":3,"sources":["../src/contexts/index.ts","../src/hooks/shared/useSodaxContext.ts","../src/hooks/provider/useSpokeProvider.ts","../src/hooks/shared/useAllowance.ts","../src/hooks/shared/useApprove.ts","../src/hooks/provider/useHubProvider.ts","../src/hooks/mm/useBorrow.ts","../src/hooks/mm/useRepay.ts","../src/hooks/mm/useSupply.ts","../src/hooks/mm/useWithdraw.ts","../src/core/index.ts","../src/hooks/mm/useUserReservesData.ts","../src/hooks/mm/useHubWalletAddress.ts","../src/hooks/mm/useReservesData.ts","../src/hooks/swap/useQuote.ts","../src/hooks/swap/useCreateIntentOrder.ts","../src/hooks/swap/useStatus.ts","../src/providers/SodaxProvider.tsx"],"names":["parseUnits","useMutation","useQuery","EvmWalletAbstraction","getMoneyMarketConfig","useMemo"],"mappings":"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","file":"index.mjs","sourcesContent":["import { createContext } from 'react';\nimport type { EvmHubProvider, Sodax } from '@sodax/sdk';\n\nexport interface SodaxContextType {\n sodax: Sodax;\n testnet: boolean;\n hubProvider: EvmHubProvider | undefined;\n}\n\nexport const SodaxContext = createContext<SodaxContextType | null>(null);\n","import { SodaxContext, type SodaxContextType } from '@/contexts';\nimport { useContext } from 'react';\n\n/**\n * Hook to access the Sodax context which provides access to the Sodax SDK instance and chain configuration\n * @throws {Error} If used outside of a SodaxProvider\n * @returns {SodaxContextType} The Sodax context containing SDK instance and configuration\n */\n\nexport const useSodaxContext = (): SodaxContextType => {\n const context = useContext(SodaxContext);\n if (!context) {\n throw new Error('useSodaxContext must be used within a SodaxProvider');\n }\n return context;\n};\n","import {\n EvmSpokeProvider,\n spokeChainConfig,\n type SuiSpokeChainConfig,\n SuiSpokeProvider,\n type EvmSpokeChainConfig,\n IconSpokeProvider,\n type IconSpokeChainConfig,\n CWSpokeProvider,\n type CosmosSpokeChainConfig,\n} from '@sodax/sdk';\nimport type {\n IEvmWalletProvider,\n IIconWalletProvider,\n ISuiWalletProvider,\n SpokeChainId,\n IInjectiveWalletProvider,\n} from '@sodax/types';\nimport { getXChainType, useWalletProvider } from '@sodax/wallet-sdk';\nimport { useMemo } from 'react';\n\nexport function useSpokeProvider(spokeChainId: SpokeChainId) {\n const xChainType = getXChainType(spokeChainId);\n const walletProvider = useWalletProvider(spokeChainId);\n const spokeProvider = useMemo(() => {\n if (!walletProvider) return undefined;\n if (xChainType === 'EVM') {\n return new EvmSpokeProvider(\n walletProvider as IEvmWalletProvider,\n spokeChainConfig[spokeChainId] as EvmSpokeChainConfig,\n );\n }\n if (xChainType === 'SUI') {\n return new SuiSpokeProvider(\n spokeChainConfig[spokeChainId] as SuiSpokeChainConfig,\n walletProvider as ISuiWalletProvider,\n );\n }\n if (xChainType === 'ICON') {\n return new IconSpokeProvider(\n walletProvider as IIconWalletProvider,\n spokeChainConfig[spokeChainId] as IconSpokeChainConfig,\n );\n }\n if (xChainType === 'INJECTIVE') {\n return new CWSpokeProvider(\n spokeChainConfig[spokeChainId] as CosmosSpokeChainConfig,\n walletProvider as IInjectiveWalletProvider,\n );\n }\n\n return undefined;\n }, [walletProvider, xChainType, spokeChainId]);\n\n return spokeProvider;\n}\n","import { useQuery } from '@tanstack/react-query';\nimport type { SpokeChainId, XToken } from '@sodax/types';\nimport { useSodaxContext } from '../shared/useSodaxContext';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { parseUnits } from 'viem';\n\nexport function useAllowance(token: XToken, amount: string) {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(token.xChainId as SpokeChainId);\n\n return useQuery({\n queryKey: ['allowance', token.address, amount],\n queryFn: async () => {\n if (!spokeProvider) {\n return false;\n }\n const allowance = await sodax.moneyMarket.isAllowanceValid(\n {\n token: token.address,\n amount: parseUnits(amount, token.decimals),\n },\n spokeProvider,\n );\n if (allowance.ok) {\n return allowance.value;\n }\n return false;\n },\n enabled: !!spokeProvider,\n });\n}\n","import { useSodaxContext } from '../shared/useSodaxContext';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport type { SpokeChainId, XToken } from '@sodax/types';\nimport { parseUnits } from 'viem';\nimport { useMutation, useQueryClient } from '@tanstack/react-query';\nimport type { Address } from '@sodax/sdk';\n\ninterface UseApproveReturn {\n approve: (amount: string) => Promise<boolean>;\n isLoading: boolean;\n error: Error | null;\n resetError: () => void;\n}\n\nexport function useApprove(token: XToken): UseApproveReturn {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(token.xChainId as SpokeChainId);\n const queryClient = useQueryClient();\n\n const {\n mutateAsync: approve,\n isPending,\n error,\n reset: resetError,\n } = useMutation({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('Spoke provider not found');\n }\n const allowance = await sodax.moneyMarket.approve(\n token.address as Address,\n parseUnits(amount, token.decimals),\n spokeProvider.chainConfig.addresses.assetManager as Address,\n spokeProvider,\n );\n if (!allowance.ok) {\n throw new Error('Failed to approve tokens');\n }\n return allowance.ok;\n },\n onSuccess: () => {\n // Invalidate allowance query to refetch the new allowance\n queryClient.invalidateQueries({ queryKey: ['allowance', token.address] });\n },\n });\n\n return {\n approve,\n isLoading: isPending,\n error: error as Error | null,\n resetError,\n };\n}\n","import type { EvmHubProvider } from '@sodax/sdk';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\nexport function useHubProvider(): EvmHubProvider | undefined {\n const { hubProvider } = useSodaxContext();\n\n return hubProvider;\n}\n","import type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\nimport type { SpokeChainId } from '@sodax/sdk';\ninterface BorrowResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for borrowing tokens from the Sodax money market.\n *\n * This hook provides functionality to borrow tokens from the money market protocol,\n * handling the entire borrow process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @example\n * ```typescript\n * const { mutateAsync: borrow, isPending, error } = useBorrow(spokeToken);\n * await borrow('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n * - Transaction execution fails\n */\nexport function useBorrow(spokeToken: XToken): UseMutationResult<BorrowResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<BorrowResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.borrowAndSubmit(\n {\n token: spokeToken.address,\n amount: parseUnits(amount, 18),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n console.log('Failed to borrow tokens', response);\n throw new Error('Failed to borrow tokens');\n }\n\n console.log('Borrow transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { SpokeChainId } from '@sodax/sdk';\nimport type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\ninterface RepayResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for repaying borrowed tokens to the Sodax money market.\n *\n * This hook provides functionality to repay borrowed tokens back to the money market protocol,\n * handling the entire repayment process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @example\n * ```typescript\n * const { mutateAsync: repay, isPending, error } = useRepay(spokeToken);\n * await repay('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n * - Transaction execution fails\n */\nexport function useRepay(spokeToken: XToken): UseMutationResult<RepayResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<RepayResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.repayAndSubmit(\n {\n token: spokeToken.address,\n amount: parseUnits(amount, spokeToken.decimals),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n throw new Error('Failed to repay tokens');\n }\n\n console.log('Repay transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { SpokeChainId } from '@sodax/sdk';\nimport type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\ninterface SupplyResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for supplying tokens to the Sodax money market.\n *\n * This hook provides functionality to supply tokens to the money market protocol,\n * handling the entire supply process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @param {XToken} spokeToken - The token to supply on the spoke chain. Must be an XToken with valid address and chain information.\n *\n * @returns {UseMutationResult<SupplyResponse, Error, string>} A mutation result object with the following properties:\n * - mutateAsync: Function to execute the supply transaction\n * - isPending: Boolean indicating if a transaction is in progress\n * - error: Error object if the last transaction failed, null otherwise\n *\n * @example\n * ```typescript\n * const { mutateAsync: supply, isPending, error } = useSupply(spokeToken);\n * await supply('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n */\nexport function useSupply(spokeToken: XToken): UseMutationResult<SupplyResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<SupplyResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.supplyAndSubmit(\n {\n token: spokeToken.address,\n amount: parseUnits(amount, spokeToken.decimals),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n throw new Error('Failed to supply tokens');\n }\n\n console.log('Supply transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { SpokeChainId } from '@sodax/sdk';\nimport type { XToken } from '@sodax/types';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\nimport { parseUnits } from 'viem';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\ninterface WithdrawResponse {\n ok: true;\n value: [`0x${string}`, `0x${string}`];\n}\n\n/**\n * Hook for withdrawing supplied tokens from the Sodax money market.\n *\n * This hook provides functionality to withdraw previously supplied tokens from the money market protocol,\n * handling the entire withdrawal process including transaction creation, submission,\n * and cross-chain communication.\n *\n * @example\n * ```typescript\n * const { mutateAsync: withdraw, isPending, error } = useWithdraw(spokeToken);\n * await withdraw('100');\n * ```\n *\n * @throws {Error} When:\n * - spokeProvider is not available\n * - Transaction execution fails\n */\nexport function useWithdraw(spokeToken: XToken): UseMutationResult<WithdrawResponse, Error, string> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(spokeToken.xChainId as SpokeChainId);\n\n return useMutation<WithdrawResponse, Error, string>({\n mutationFn: async (amount: string) => {\n if (!spokeProvider) {\n throw new Error('spokeProvider is not found');\n }\n\n const response = await sodax.moneyMarket.withdrawAndSubmit(\n {\n token: spokeToken.address,\n // vault token on hub chain decimals is 18\n amount: parseUnits(amount, 18),\n },\n spokeProvider,\n );\n\n if (!response.ok) {\n throw new Error('Failed to withdraw tokens');\n }\n\n console.log('Withdraw transaction submitted:', response);\n return response;\n },\n });\n}\n","import type { XToken, ChainId } from '@sodax/types';\n\nimport { hubAssets } from '@sodax/sdk';\n\nexport const allXTokens: XToken[] = [];\n\nObject.keys(hubAssets).forEach(xChainId => {\n const tokens = hubAssets[xChainId];\n\n Object.keys(tokens).forEach(tokenAddress => {\n const token = tokens[tokenAddress];\n allXTokens.push({\n xChainId: xChainId as ChainId,\n symbol: token.symbol,\n name: token.name,\n decimals: token.decimal,\n address: tokenAddress,\n });\n\n allXTokens.push({\n xChainId: 'sonic',\n symbol: token.symbol,\n name: token.name,\n decimals: token.decimal,\n address: token.vault,\n });\n });\n});\n\nexport const getSpokeTokenAddressByVault = (spokeChainId: ChainId, vault: string) => {\n const tokens = hubAssets[spokeChainId];\n const address = Object.keys(tokens).find(tokenAddress => tokens[tokenAddress].vault === vault);\n\n return address;\n};\n","import { allXTokens } from '@/core';\nimport { EvmWalletAbstraction, getMoneyMarketConfig, type EvmHubProvider } from '@sodax/sdk';\nimport type { HubChainId, SpokeChainId } from '@sodax/types';\nimport type { ChainId } from '@sodax/types';\nimport { useQuery } from '@tanstack/react-query';\nimport { useHubProvider } from '../provider/useHubProvider';\nimport { useSodaxContext } from '../shared/useSodaxContext';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\n\nexport function useUserReservesData(spokeChainId: ChainId) {\n const { sodax } = useSodaxContext();\n const hubChainId = (sodax.config?.hubProviderConfig?.chainConfig.chain.id ?? 'sonic') as HubChainId;\n const hubProvider = useHubProvider();\n const spokeProvider = useSpokeProvider(spokeChainId as SpokeChainId);\n\n const { data: userReserves } = useQuery({\n queryKey: ['userReserves', spokeChainId],\n queryFn: async () => {\n if (!hubProvider) {\n return;\n }\n\n if (!spokeProvider) {\n return;\n }\n\n const addressBytes = await spokeProvider.walletProvider.getWalletAddressBytes();\n const hubWalletAddress = await EvmWalletAbstraction.getUserHubWalletAddress(\n spokeChainId as SpokeChainId,\n addressBytes,\n hubProvider as EvmHubProvider,\n );\n\n const moneyMarketConfig = getMoneyMarketConfig(hubChainId);\n const [res] = await sodax.moneyMarket.getUserReservesData(\n hubWalletAddress as `0x${string}`,\n moneyMarketConfig.uiPoolDataProvider,\n moneyMarketConfig.poolAddressesProvider,\n );\n\n return res?.map(r => {\n return {\n ...r,\n token: allXTokens.find(t => t.address === r.underlyingAsset),\n };\n });\n },\n enabled: !!spokeProvider && !!hubProvider,\n refetchInterval: 5000,\n });\n\n return userReserves;\n}\n","import { type EvmHubProvider, EvmWalletAbstraction, type SpokeChainId } from '@sodax/sdk';\nimport { useQuery, type UseQueryResult } from '@tanstack/react-query';\n\n/**\n * Hook for retrieving the hub wallet address for a given spoke chain and address.\n *\n * This hook fetches the hub wallet address associated with a user's address on a specific spoke chain.\n * It uses the EvmWalletAbstraction to query the hub wallet address from the hub provider.\n *\n * @param spokeChainId - The chain ID of the spoke chain\n * @param address - The user's address on the spoke chain\n * @param hubProvider - The hub provider instance\n *\n * @returns {UseQueryResult<string | null>} A query result object containing:\n * - data: The hub wallet address or null if not found\n * - isLoading: Boolean indicating if the query is in progress\n * - error: Error object if the query failed, null otherwise\n *\n * @example\n * ```typescript\n * const { data: hubWalletAddress, isLoading, error } = useHubWalletAddress(spokeChainId, address, hubProvider);\n * ```\n */\n\nexport function useHubWalletAddress(\n spokeChainId: SpokeChainId,\n address: string | undefined,\n hubProvider: EvmHubProvider,\n): UseQueryResult<string | null> {\n return useQuery({\n queryKey: ['hubWallet', spokeChainId, address],\n queryFn: async () => {\n if (!address) return null;\n\n try {\n const hubWalletAddress = await EvmWalletAbstraction.getUserHubWalletAddress(\n spokeChainId,\n address as `0x${string}`,\n hubProvider,\n );\n return hubWalletAddress;\n } catch (error) {\n console.log('error', error);\n return null;\n }\n },\n enabled: !!address && !!hubProvider,\n });\n}\n","import { getMoneyMarketConfig } from '@sodax/sdk';\nimport type { HubChainId } from '@sodax/types';\nimport { useQuery } from '@tanstack/react-query';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n/**\n * Hook for fetching reserves data from the Sodax money market.\n *\n * This hook provides access to the current state of all reserves in the money market protocol,\n * including liquidity, interest rates, and other key metrics. The data is automatically\n * fetched and cached using React Query.\n *\n * @example\n * ```typescript\n * const { data: reservesData, isLoading, error } = useReservesData();\n * ```\n *\n * @returns A React Query result object containing:\n * - data: The reserves data when available\n * - isLoading: Loading state indicator\n * - error: Any error that occurred during data fetching\n */\n\nexport function useReservesData() {\n const { sodax } = useSodaxContext();\n const hubChainId = (sodax.config?.hubProviderConfig?.chainConfig.chain.id ?? 'sonic') as HubChainId;\n\n return useQuery({\n queryKey: ['reservesData'],\n queryFn: async () => {\n const moneyMarketConfig = getMoneyMarketConfig(hubChainId);\n return await sodax.moneyMarket.getReservesData(\n moneyMarketConfig.uiPoolDataProvider,\n moneyMarketConfig.poolAddressesProvider,\n );\n },\n });\n}\n","import type { IntentErrorResponse, IntentQuoteRequest, IntentQuoteResponse, Result } from '@sodax/sdk';\nimport { useSodaxContext } from '../shared/useSodaxContext';\nimport { useQuery, type UseQueryResult } from '@tanstack/react-query';\n\n/**\n * Hook for fetching a quote for an intent-based swap.\n *\n * This hook provides real-time quote data for an intent-based swap.\n *\n * @param {IntentQuoteRequest | undefined} payload - The intent quote request parameters. If undefined, the query will be disabled.\n *\n * @returns {UseQueryResult<Result<IntentQuoteResponse, IntentErrorResponse> | undefined>} A query result object containing:\n * - data: The quote result from the solver\n * - isLoading: Boolean indicating if the quote is being fetched\n * - error: Error object if the quote request failed\n * - refetch: Function to manually trigger a quote refresh\n *\n * @example\n * ```typescript\n * const { data: quote, isLoading } = useQuote({\n * token_src: '0x...',\n * token_src_blockchain_id: '1',\n * token_dst: '0x...',\n * token_dst_blockchain_id: '2',\n * amount: '1000000000000000000',\n * quote_type: 'exact_input',\n * });\n *\n * if (isLoading) return <div>Loading quote...</div>;\n * if (quote) {\n * console.log('Quote received:', quote);\n * }\n * ```\n *\n * @remarks\n * - The quote is automatically refreshed every 3 seconds\n * - The query is disabled when payload is undefined\n * - Uses React Query for efficient caching and state management\n */\nexport const useQuote = (\n payload: IntentQuoteRequest | undefined,\n): UseQueryResult<Result<IntentQuoteResponse, IntentErrorResponse> | undefined> => {\n const { sodax } = useSodaxContext();\n return useQuery({\n queryKey: [payload],\n queryFn: async () => {\n if (!payload) {\n return undefined;\n }\n return sodax.solver.getQuote(payload);\n },\n enabled: !!payload,\n refetchInterval: 3000,\n });\n};\n","import { useSodaxContext } from '../shared/useSodaxContext';\nimport type {\n CreateIntentParams,\n SpokeChainId,\n IntentExecutionResponse,\n Result,\n IntentSubmitErrorCode,\n Intent,\n PacketData,\n IntentSubmitError,\n} from '@sodax/sdk';\nimport { useSpokeProvider } from '../provider/useSpokeProvider';\nimport { useMutation, type UseMutationResult } from '@tanstack/react-query';\n\ntype CreateIntentResult = Result<\n [IntentExecutionResponse, Intent, PacketData],\n IntentSubmitError<IntentSubmitErrorCode>\n>;\n\n/**\n * Hook for creating and submitting an intent order for cross-chain swaps.\n * Uses React Query's useMutation for better state management and caching.\n *\n * @param {SpokeChainId} chainId - The source chain ID where the swap will originate\n * @returns {UseMutationResult} Mutation result object containing mutation function and state\n *\n * @example\n * ```typescript\n * const { mutateAsync: createIntent, isPending } = useCreateIntentOrder('0xa4b1.arbitrum');\n *\n * const handleSwap = async () => {\n * const result = await createIntent({\n * token_src: '0x...',\n * token_src_blockchain_id: 'arbitrum',\n * token_dst: '0x...',\n * token_dst_blockchain_id: 'polygon',\n * amount: '1000000000000000000',\n * min_output_amount: '900000000000000000'\n * });\n * };\n * ```\n */\nexport function useCreateIntentOrder(\n chainId: SpokeChainId,\n): UseMutationResult<CreateIntentResult, Error, CreateIntentParams> {\n const { sodax } = useSodaxContext();\n const spokeProvider = useSpokeProvider(chainId);\n\n return useMutation<CreateIntentResult, Error, CreateIntentParams>({\n mutationFn: async (params: CreateIntentParams) => {\n if (!spokeProvider) {\n throw new Error('Spoke provider not found');\n }\n return sodax.solver.createAndSubmitIntent(params, spokeProvider);\n },\n });\n}\n","import type { Hex, IntentErrorResponse, IntentStatusResponse, Result } from '@sodax/sdk';\nimport { useQuery, type UseQueryResult } from '@tanstack/react-query';\nimport { useSodaxContext } from '../shared/useSodaxContext';\n\n/**\n * Hook for monitoring the status of an intent-based swap.\n *\n * This hook provides real-time status updates for an intent-based swap transaction.\n *\n * @param {Hex} intent_tx_hash - The transaction hash of the intent order on the hub chain\n *\n * @returns {UseQueryResult<Result<IntentStatusResponse, IntentErrorResponse> | undefined>} A query result object containing:\n * - data: The status result from the solver\n * - isLoading: Boolean indicating if the status is being fetched\n * - error: Error object if the status request failed\n * - refetch: Function to manually trigger a status refresh\n *\n * @example\n * ```typescript\n * const { data: status, isLoading } = useStatus('0x...');\n *\n * if (isLoading) return <div>Loading status...</div>;\n * if (status?.ok) {\n * console.log('Status:', status.value);\n * }\n * ```\n *\n * @remarks\n * - The status is automatically refreshed every 3 seconds\n * - Uses React Query for efficient caching and state management\n */\n\nexport const useStatus = (\n intent_tx_hash: Hex,\n): UseQueryResult<Result<IntentStatusResponse, IntentErrorResponse> | undefined> => {\n const { sodax } = useSodaxContext();\n return useQuery({\n queryKey: [intent_tx_hash],\n queryFn: async () => {\n return sodax.solver.getStatus({ intent_tx_hash });\n },\n refetchInterval: 3000, // 3s\n });\n};\n","import type { ReactNode, ReactElement } from 'react';\nimport { EvmHubProvider, getHubChainConfig, Sodax, type SodaxConfig } from '@sodax/sdk';\nimport { SodaxContext } from '@/contexts';\nimport React, { useMemo } from 'react';\n\ninterface SodaxProviderProps {\n children: ReactNode;\n testnet?: boolean;\n config: SodaxConfig;\n}\n\nexport const SodaxProvider = ({ children, testnet = false, config }: SodaxProviderProps): ReactElement => {\n const sodax = new Sodax(config);\n\n const hubChainId = config?.hubProviderConfig?.chainConfig.chain.id;\n const hubRpcUrl = config?.hubProviderConfig?.hubRpcUrl;\n\n const hubProvider = useMemo(() => {\n if (hubChainId && hubRpcUrl) {\n const hubChainCfg = getHubChainConfig(hubChainId);\n\n return new EvmHubProvider({\n hubRpcUrl: hubRpcUrl,\n chainConfig: hubChainCfg,\n });\n }\n return undefined;\n }, [hubChainId, hubRpcUrl]);\n\n return <SodaxContext.Provider value={{ sodax, testnet, hubProvider }}>{children}</SodaxContext.Provider>;\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"SodaxProvider.d.ts","sourceRoot":"","sources":["../../src/providers/SodaxProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACrD,OAAO,EAAS,KAAK,WAAW,EAAE,MAAM,YAAY,CAAC;AAIrD,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,WAAW,CAAC;CACrB;AAED,eAAO,MAAM,aAAa,kCAA2C,kBAAkB,KAAG,YAIzF,CAAC"}
1
+ {"version":3,"file":"SodaxProvider.d.ts","sourceRoot":"","sources":["../../src/providers/SodaxProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACrD,OAAO,EAA4C,KAAK,WAAW,EAAE,MAAM,YAAY,CAAC;AAIxF,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,WAAW,CAAC;CACrB;AAED,eAAO,MAAM,aAAa,kCAA2C,kBAAkB,KAAG,YAmBzF,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sodax/dapp-kit",
3
3
  "license": "MIT",
4
- "version": "0.0.1-rc.5",
4
+ "version": "0.0.1-rc.6",
5
5
  "description": "dapp-kit of New World",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -16,9 +16,9 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "viem": "^2.29.2",
19
- "@sodax/types": "0.0.1-rc.3",
20
- "@sodax/sdk": "0.0.1-rc.6",
21
- "@sodax/wallet-sdk": "0.0.1-rc.4"
19
+ "@sodax/sdk": "0.0.1-rc.7",
20
+ "@sodax/types": "0.0.1-rc.4",
21
+ "@sodax/wallet-sdk": "0.0.1-rc.5"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/react": "^19.0.8",
@@ -1,9 +1,10 @@
1
1
  import { createContext } from 'react';
2
- import type { Sodax } from '@sodax/sdk';
2
+ import type { EvmHubProvider, Sodax } from '@sodax/sdk';
3
3
 
4
4
  export interface SodaxContextType {
5
5
  sodax: Sodax;
6
6
  testnet: boolean;
7
+ hubProvider: EvmHubProvider | undefined;
7
8
  }
8
9
 
9
10
  export const SodaxContext = createContext<SodaxContextType | null>(null);
@@ -1,56 +1,51 @@
1
1
  import { allXTokens } from '@/core';
2
- import { getMoneyMarketConfig, type EvmHubProvider } from '@sodax/sdk';
2
+ import { EvmWalletAbstraction, getMoneyMarketConfig, type EvmHubProvider } from '@sodax/sdk';
3
3
  import type { HubChainId, SpokeChainId } from '@sodax/types';
4
- import { useXAccount, useWalletProvider } from '@sodax/wallet-sdk';
5
4
  import type { ChainId } from '@sodax/types';
6
5
  import { useQuery } from '@tanstack/react-query';
7
6
  import { useHubProvider } from '../provider/useHubProvider';
8
- import { useHubWalletAddress } from './useHubWalletAddress';
9
7
  import { useSodaxContext } from '../shared/useSodaxContext';
8
+ import { useSpokeProvider } from '../provider/useSpokeProvider';
10
9
 
11
10
  export function useUserReservesData(spokeChainId: ChainId) {
12
11
  const { sodax } = useSodaxContext();
13
12
  const hubChainId = (sodax.config?.hubProviderConfig?.chainConfig.chain.id ?? 'sonic') as HubChainId;
14
- const hubWalletProvider = useWalletProvider(hubChainId);
15
13
  const hubProvider = useHubProvider();
16
- const { address } = useXAccount(spokeChainId);
17
- const { data: hubWalletAddress } = useHubWalletAddress(
18
- spokeChainId as SpokeChainId,
19
- address,
20
- hubProvider as EvmHubProvider,
21
- );
14
+ const spokeProvider = useSpokeProvider(spokeChainId as SpokeChainId);
22
15
 
23
16
  const { data: userReserves } = useQuery({
24
- queryKey: ['userReserves', hubWalletAddress],
17
+ queryKey: ['userReserves', spokeChainId],
25
18
  queryFn: async () => {
26
- if (!hubWalletProvider) {
19
+ if (!hubProvider) {
27
20
  return;
28
21
  }
29
22
 
30
- if (!hubWalletAddress) {
23
+ if (!spokeProvider) {
31
24
  return;
32
25
  }
33
26
 
27
+ const addressBytes = await spokeProvider.walletProvider.getWalletAddressBytes();
28
+ const hubWalletAddress = await EvmWalletAbstraction.getUserHubWalletAddress(
29
+ spokeChainId as SpokeChainId,
30
+ addressBytes,
31
+ hubProvider as EvmHubProvider,
32
+ );
33
+
34
34
  const moneyMarketConfig = getMoneyMarketConfig(hubChainId);
35
- try {
36
- const [res] = await sodax.moneyMarket.getUserReservesData(
37
- hubWalletAddress as `0x${string}`,
38
- moneyMarketConfig.uiPoolDataProvider,
39
- moneyMarketConfig.poolAddressesProvider,
40
- );
35
+ const [res] = await sodax.moneyMarket.getUserReservesData(
36
+ hubWalletAddress as `0x${string}`,
37
+ moneyMarketConfig.uiPoolDataProvider,
38
+ moneyMarketConfig.poolAddressesProvider,
39
+ );
41
40
 
42
- return res?.map(r => {
43
- return {
44
- ...r,
45
- token: allXTokens.find(t => t.address === r.underlyingAsset),
46
- };
47
- });
48
- } catch (error) {
49
- console.log('error', error);
50
- return;
51
- }
41
+ return res?.map(r => {
42
+ return {
43
+ ...r,
44
+ token: allXTokens.find(t => t.address === r.underlyingAsset),
45
+ };
46
+ });
52
47
  },
53
- enabled: !!address && !!hubWalletProvider && !!hubWalletAddress,
48
+ enabled: !!spokeProvider && !!hubProvider,
54
49
  refetchInterval: 5000,
55
50
  });
56
51
 
@@ -1,26 +1,8 @@
1
- import { EvmHubProvider, getHubChainConfig, type HubChainId } from '@sodax/sdk';
2
- import { getXChainType } from '@sodax/wallet-sdk';
3
- import { useMemo } from 'react';
1
+ import type { EvmHubProvider } from '@sodax/sdk';
4
2
  import { useSodaxContext } from '../shared/useSodaxContext';
5
3
 
6
4
  export function useHubProvider(): EvmHubProvider | undefined {
7
- const { sodax } = useSodaxContext();
8
- const hubChainId = sodax.config?.hubProviderConfig?.chainConfig.chain.id;
9
- const hubRpcUrl = sodax.config?.hubProviderConfig?.hubRpcUrl;
10
- const xChainType = getXChainType(hubChainId);
11
- const hubProvider = useMemo(() => {
12
- if (xChainType === 'EVM' && hubChainId && hubRpcUrl) {
13
- const hubChainCfg = getHubChainConfig(hubChainId);
14
-
15
- if (!hubChainCfg) return undefined;
16
-
17
- return new EvmHubProvider({
18
- hubRpcUrl: hubRpcUrl,
19
- chainConfig: hubChainCfg,
20
- });
21
- }
22
- return undefined;
23
- }, [xChainType, hubChainId, hubRpcUrl]);
5
+ const { hubProvider } = useSodaxContext();
24
6
 
25
7
  return hubProvider;
26
8
  }
@@ -4,8 +4,18 @@ import {
4
4
  type SuiSpokeChainConfig,
5
5
  SuiSpokeProvider,
6
6
  type EvmSpokeChainConfig,
7
+ IconSpokeProvider,
8
+ type IconSpokeChainConfig,
9
+ CWSpokeProvider,
10
+ type CosmosSpokeChainConfig,
7
11
  } from '@sodax/sdk';
8
- import type { IEvmWalletProvider, ISuiWalletProvider, SpokeChainId } from '@sodax/types';
12
+ import type {
13
+ IEvmWalletProvider,
14
+ IIconWalletProvider,
15
+ ISuiWalletProvider,
16
+ SpokeChainId,
17
+ IInjectiveWalletProvider,
18
+ } from '@sodax/types';
9
19
  import { getXChainType, useWalletProvider } from '@sodax/wallet-sdk';
10
20
  import { useMemo } from 'react';
11
21
 
@@ -26,6 +36,19 @@ export function useSpokeProvider(spokeChainId: SpokeChainId) {
26
36
  walletProvider as ISuiWalletProvider,
27
37
  );
28
38
  }
39
+ if (xChainType === 'ICON') {
40
+ return new IconSpokeProvider(
41
+ walletProvider as IIconWalletProvider,
42
+ spokeChainConfig[spokeChainId] as IconSpokeChainConfig,
43
+ );
44
+ }
45
+ if (xChainType === 'INJECTIVE') {
46
+ return new CWSpokeProvider(
47
+ spokeChainConfig[spokeChainId] as CosmosSpokeChainConfig,
48
+ walletProvider as IInjectiveWalletProvider,
49
+ );
50
+ }
51
+
29
52
  return undefined;
30
53
  }, [walletProvider, xChainType, spokeChainId]);
31
54
 
@@ -1,7 +1,7 @@
1
1
  import type { ReactNode, ReactElement } from 'react';
2
- import { Sodax, type SodaxConfig } from '@sodax/sdk';
2
+ import { EvmHubProvider, getHubChainConfig, Sodax, type SodaxConfig } from '@sodax/sdk';
3
3
  import { SodaxContext } from '@/contexts';
4
- import React from 'react';
4
+ import React, { useMemo } from 'react';
5
5
 
6
6
  interface SodaxProviderProps {
7
7
  children: ReactNode;
@@ -12,5 +12,20 @@ interface SodaxProviderProps {
12
12
  export const SodaxProvider = ({ children, testnet = false, config }: SodaxProviderProps): ReactElement => {
13
13
  const sodax = new Sodax(config);
14
14
 
15
- return <SodaxContext.Provider value={{ sodax, testnet }}>{children}</SodaxContext.Provider>;
15
+ const hubChainId = config?.hubProviderConfig?.chainConfig.chain.id;
16
+ const hubRpcUrl = config?.hubProviderConfig?.hubRpcUrl;
17
+
18
+ const hubProvider = useMemo(() => {
19
+ if (hubChainId && hubRpcUrl) {
20
+ const hubChainCfg = getHubChainConfig(hubChainId);
21
+
22
+ return new EvmHubProvider({
23
+ hubRpcUrl: hubRpcUrl,
24
+ chainConfig: hubChainCfg,
25
+ });
26
+ }
27
+ return undefined;
28
+ }, [hubChainId, hubRpcUrl]);
29
+
30
+ return <SodaxContext.Provider value={{ sodax, testnet, hubProvider }}>{children}</SodaxContext.Provider>;
16
31
  };