Press n or j to go to the next uncovered block, b, p or k for the previous block.
import { BytesLike, sha256 as sha256Ethers } from "ethers/lib/utils"; export const sha256ToHex = (data: BytesLike): string => sha256Ethers(data);