UNPKG

@f5i23q999d/cow-sdk

Version:

<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>

5 lines (4 loc) 371 B
import { SupportedChainId } from '../../chains/types.js'; export declare function mapSupportedNetworks<T>(value: (chainId: SupportedChainId) => T): Record<SupportedChainId, T>; export declare function mapSupportedNetworks<T>(value: T): Record<SupportedChainId, T>; export declare function mapAddressToSupportedNetworks(address: string): Record<SupportedChainId, string>;