@smoothsend/sdk
Version:
Multi-chain gasless transaction SDK for seamless dApp integration
7 lines • 450 B
TypeScript
import { ChainConfig, SupportedChain } from '../types';
export declare const CHAIN_CONFIGS: Record<SupportedChain, ChainConfig>;
export declare function getChainConfig(chain: SupportedChain): ChainConfig;
export declare function getAllChainConfigs(): Record<SupportedChain, ChainConfig>;
export declare const TOKEN_DECIMALS: Record<string, number>;
export declare function getTokenDecimals(token: string): number;
//# sourceMappingURL=chains.d.ts.map