Skip to content

Commit

Permalink
update contract name
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Feb 15, 2024
1 parent 1960880 commit a02adf9
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 @@ -11,7 +11,7 @@ contract ECDSAHelper is Test {
returns (bytes memory)
{
address SECP256K1Address = actor("SECP256K1Address");
deployCodeTo("SECP256K1.sol", SECP256K1Address);
deployCodeTo("SECP256K1.sol:SECP256K1.0.5.17", SECP256K1Address);
sECP256K1 = ISECP256K1(SECP256K1Address);

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

0 comments on commit a02adf9

Please sign in to comment.