UNPKG

@tristeroresearch/mach-sdk

Version:

A TypeScript SDK for integrating with Mach's API.

8 lines 368 B
/** * @module tokenAddresses * @description Token address constants */ export declare const NULLADDRESS = "0x0000000000000000000000000000000000000000"; export declare const WETH_ADDRESSES: Readonly<Record<number, string>>; export declare const tokenAddress: (networkId: number | string, symbol: string) => string | null; //# sourceMappingURL=tokenAddresses.d.ts.map