Converts a value from wei to ether.
import { toEther } from "thirdweb/utils";toEther(1000000000000000000n);// '1'
The converted value in ether.