Skip to content

Commit

Permalink
update receiver facet root.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brean0 committed Sep 9, 2024
1 parent fe4bdc9 commit 69ae210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/contracts/beanstalk/migration/L1RecieverFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ contract L1RecieverFacet is ReentrancyGuard, Order {
bytes32 leaf = keccak256(
bytes.concat(keccak256(abi.encode(owner, keccak256(abi.encode(owner, orders)))))
);
return MerkleProof.verify(proof, PODLISTING_ORDER_MERKLE_ROOT, leaf);
return MerkleProof.verify(proof, POD_ORDER_MERKLE_ROOT, leaf);
}

//////////// MIGRATION HELPERS ////////////
Expand Down

0 comments on commit 69ae210

Please sign in to comment.