@cowprotocol/cow-sdk
Version:
## 📚 [Docs website](https://docs.cow.fi/)
10 lines (9 loc) • 568 B
TypeScript
import { SupportedChainId } from '../../chains/types';
import { TokenInfo } from '../types/tokens';
export declare const NATIVE_CURRENCY_ADDRESS = "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE";
export declare const TOKEN_LIST_IMAGES_PATH = "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images";
export declare const WRAPPED_NATIVE_CURRENCIES: Record<SupportedChainId, TokenInfo>;
/**
* Just a base template for the native currency, handy to define new networks.
*/
export declare const nativeCurrencyTemplate: Omit<TokenInfo, 'chainId'>;