UNPKG

@malda-protocol/protocol-config

Version:

Centralized contract addresses, constants, and token configurations for Malda Protocol

6 lines 235 B
import { type Token } from '../shared/index.js'; export declare const TESTNET_TOKENS: Token[]; export declare const USDC: Token; export declare const WSTETH: Token; export declare const WETH: Token; //# sourceMappingURL=tokens.d.ts.map