Skip to content

Commit

Permalink
fixed forge script import path
Browse files Browse the repository at this point in the history
  • Loading branch information
preston4896 committed Mar 3, 2025
1 parent bc374c8 commit 0270fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge-script/verifiers/DeployV4.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pragma solidity ^0.8.0;

import "../utils/P256Configuration.sol";
import "../utils/salt.sol";
import "../utils/Salt.sol";
import "../../contracts/verifiers/V4QuoteVerifier.sol";

contract DeployV4 is P256Configuration {
Expand Down

0 comments on commit 0270fdc

Please sign in to comment.