@thirdweb-dev/wallets
Version:
<p align="center"> <br /> <a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/packages/sdk/logo.svg?raw=true" width="200" alt=""/></a> <br /> </p> <h1 align="center">thirdweb Wallet SDK</h1> <p align="center"> <a href="ht
5 lines • 434 B
TypeScript
export { normalizeChainId } from "./normalizeChainId";
export { RpcError, ProviderRpcError, AddChainError, ChainNotConfiguredError, ConnectorNotFoundError, ResourceUnavailableError, SwitchChainError, SwitchChainNotSupportedError, UserRejectedRequestError, } from "./errors";
export type { EthersError } from "./errors";
export { WagmiConnector, type WagmiConnectorData } from "../wagmi-connectors";
//# sourceMappingURL=index.d.ts.map