UNPKG

@openocean.finance/widget

Version:

Openocean Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

9 lines (8 loc) 390 B
import type { ExtendedChain } from '@openocean.finance/widget-sdk'; import { ChainType } from '@openocean.finance/widget-sdk'; export type GetChainById = (chainId?: number, chains?: ExtendedChain[]) => ExtendedChain | undefined; export declare const useAvailableChains: (chainTypes?: ChainType[]) => { chains: ExtendedChain[]; getChainById: GetChainById; isLoading: boolean; };