Skip to content

Commit

Permalink
chore(test-sol/utils): reverts deployCodeTo edit in ECDSAHelper
Browse files Browse the repository at this point in the history
Because I'm downgrading to a previous foundry version, I have to undo the change to this line made in this PR: #10997
  • Loading branch information
arthurgousset committed Jun 4, 2024
1 parent 2f9f837 commit 30de987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/test-sol/utils/ECDSAHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ contract ECDSAHelper is Test {
bytes32 _s
) public returns (bytes memory) {
address SECP256K1Address = actor("SECP256K1Address");
deployCodeTo("SECP256K1.sol:SECP256K1", SECP256K1Address);
deployCodeTo("out/SECP256K1.sol/SECP256K1.0.5.17.json", SECP256K1Address);
sECP256K1 = ISECP256K1(SECP256K1Address);

string memory header = "\x19Ethereum Signed Message:\n32";
Expand Down

0 comments on commit 30de987

Please sign in to comment.