import {ethers} from "hardhat"; describe('Univ3 Test', () => { it('parseEther test', async () => { console.log(ethers.utils.parseEther('2.123456789')) }) })