UNPKG

@airdao/astra-cl-periphery

Version:

🎚 Peripheral smart contracts for interacting with AstraDEX Concentrated Liquidity version

6 lines (4 loc) • 156 B
import { BigNumber } from 'ethers' export function expandTo18Decimals(n: number): BigNumber { return BigNumber.from(n).mul(BigNumber.from(10).pow(18)) }