UNPKG

@sky-mavis/katana-swap

Version:
13 lines 433 B
import { RON } from '@sky-mavis/katana-core'; import { CurrencyAmount, Token } from '@uniswap/sdk-core'; declare const STABLECOIN_AMOUNT_OUT: { [chainId: number]: CurrencyAmount<Token>; }; declare const RON_AMOUNT_OUT: { [chainId: number]: CurrencyAmount<RON>; }; declare const PYTH_RON_ID: { [chainId: number]: string; }; export { PYTH_RON_ID, RON_AMOUNT_OUT, STABLECOIN_AMOUNT_OUT }; //# sourceMappingURL=price.d.ts.map