@sky-mavis/katana-swap
Version:
Katana Swap SDK
9 lines • 302 B
TypeScript
import { ChainId } from '@sky-mavis/katana-core';
/**
* Get RON price (USD) from Pyth
* @param chainId - Network chain ID
* @returns RON price (USD)
*/
declare const getRonPricePyth: (chainId: ChainId) => Promise<number>;
export { getRonPricePyth };
//# sourceMappingURL=get-ron-price-pyth.d.ts.map