Univ3Test.ts 166 B

1234567
  1. import {ethers} from "hardhat";
  2. describe('Univ3 Test', () => {
  3. it('parseEther test', async () => {
  4. console.log(ethers.utils.parseEther('2.123456789'))
  5. })
  6. })