Skip to content

Commit 4922e96

Browse files
committed
Update Evm Sharp Grower program hash
1 parent 38baca9 commit 4922e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/growing/EvmSharpMmrGrowingModule.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ contract EvmSharpMmrGrowingModule is IEvmSharpMmrGrowingModule, AccessController
1414
using Uint256Splitter for uint256;
1515

1616
// Cairo program hash calculated with Poseidon (i.e., the off-chain block headers accumulator program)
17-
bytes32 public constant PROGRAM_HASH = bytes32(uint256(0x1eca36d586f5356fba096edbf7414017d51cd0ed24b8fde80f78b61a9216ed2));
17+
bytes32 public constant PROGRAM_HASH = bytes32(uint256(0x4ebb807bacec9cf6202e6482d8f7f74a531b067571dba2ccf118b0328df8295));
1818

1919
bytes32 public constant KECCAK_HASHING_FUNCTION = keccak256("keccak");
2020
bytes32 public constant POSEIDON_HASHING_FUNCTION = keccak256("poseidon");

0 commit comments

Comments
 (0)