UNPKG

based-auth

Version:

A Next.js/Node.js authentication and wallet API kit for Ethereum and Solana, with utilities for serialization and contract interaction, designed for serverless and API route usage.

7 lines (6 loc) 237 B
import { IChain } from './types'; export declare const chainEth: IChain; export declare const chainBSC: IChain; export declare const chainBSCTestnet: IChain; export declare const chainUni: IChain; export declare const chainBase: IChain;