Skip to content

Commit

Permalink
fix: blake2f precompile address
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 12, 2024
1 parent dc44370 commit a3fa978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/tester/LoadTester.sol
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ contract LoadTester {
}

function testBlake2f(bytes memory inputData) public returns (bytes memory result) {
address BLAKE_2F_PRECOMPILED_CONTRACT = 0x0000000000000000000000000000000000000008;
address BLAKE_2F_PRECOMPILED_CONTRACT = 0x0000000000000000000000000000000000000009;

assembly {
let success := call(
Expand Down

0 comments on commit a3fa978

Please sign in to comment.