UNPKG

@pangolindex/sdk

Version:

🛠 An SDK for building applications on top of Pangolin.

4 lines (3 loc) • 179 B
import { ChainId } from '../../chains'; import { Currency, Token } from '../../entities'; export declare function wrappedCurrency(currency: Currency, chainId: ChainId): Token;