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>

10 lines (9 loc) 574 B
import { SupportedChainId } from '../../chains/types.js'; import { TokenInfo } from '../types/tokens.js'; 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'>;