/* * Copyright (c) 2022 @automata-network/wallet-sdk authors and contributors. * This software may be modified and distributed under the terms of UNLICENSED * license. Refer to the LICENSE file for details. */ import 'react-responsive-modal/styles.css' import './style.less' export { Wallet, WalletProvider } from './components' export { useChainIsSupported, useWallet } from './store/wallet' export { truncateString, u8ToHex, u8aToHex } from './utils' export { ChainType, AtaWalletState, Chains, Chain } from './core'