guys does anyone know how i can convert bytes32 to hex value in javascript? ( need this to become 00000000000000000000000000000000000000000000000000bca62b2d92c000 => bca62b2d92c000)?
Jul 14, 2022, 7:20 PM
in web3 library there is a method toHex() but is there one in ethersjs?
Jul 14, 2022, 7:22 PM