UNPKG

@web3auth/no-modal

Version:
12 lines (9 loc) 236 B
import { useWeb3AuthInner } from './useWeb3AuthInner.js'; const useChain = () => { const context = useWeb3AuthInner(); return { chainId: context.chainId, chainNamespace: context.chainNamespace }; }; export { useChain };