Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/web3-validator/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down