We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498d68c commit 7b7c7ffCopy full SHA for 7b7c7ff
packages/util/src/constants.ts
@@ -71,7 +71,7 @@ export const SHA256_NULL = sha256(new Uint8Array())
71
* Keccak-256 hash of the RLP of an empty requests hash
72
*/
73
export const KECCAK256_RLP_RH_S =
74
- '0x6036c41849da9c076ed79654d434017387a88fb833c2856b32e18218b3341c5f'
+ export const SHA256_EMPTY_RH_S = sha256(new Uint8Array([0, 1, 2]))
75
76
/**
77
0 commit comments