Skip to content

Commit 7b7c7ff

Browse files
Update packages/util/src/constants.ts
Co-authored-by: Jochem Brouwer <[email protected]>
1 parent 498d68c commit 7b7c7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/util/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const SHA256_NULL = sha256(new Uint8Array())
7171
* Keccak-256 hash of the RLP of an empty requests hash
7272
*/
7373
export const KECCAK256_RLP_RH_S =
74-
'0x6036c41849da9c076ed79654d434017387a88fb833c2856b32e18218b3341c5f'
74+
export const SHA256_EMPTY_RH_S = sha256(new Uint8Array([0, 1, 2]))
7575

7676
/**
7777
* Keccak-256 hash of the RLP of an empty requests hash

0 commit comments

Comments
 (0)