diff --git a/packages/web3-validator/src/utils.ts b/packages/web3-validator/src/utils.ts index 6be75256ce3..32c7db0b16c 100644 --- a/packages/web3-validator/src/utils.ts +++ b/packages/web3-validator/src/utils.ts @@ -450,6 +450,7 @@ export function uint8ArrayToHexString(uint8Array: Uint8Array): string { } // for optimized technique for hex to bytes conversion +// many thanks to @noble/hashes and viem from where this implementation is taken <3 and then enhanced a bit const charCodeMap = { zero: 48, nine: 57,