Checks if a given string is a valid address.
import { isAddress } from "thirdweb/utils"; isAddress("0x5aAeb6053F3E94C9b9A09f33669435E7Ef1BeAed");//=> true
True if the address is valid, false otherwise.