Skip to content

Commit

Permalink
fix: adjust paths
Browse files Browse the repository at this point in the history
  • Loading branch information
1kresh committed Jan 24, 2025
1 parent 9b57967 commit 6adbd25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/deploy/FullRestakeResetHook.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity 0.8.25;

import {Script, console2} from "forge-std/Script.sol";

import {FullRestakeResetHook} from "../../src/contracts/FullRestakeDelegator/FullRestakeResetHook.sol";
import {FullRestakeResetHook} from "../../src/contracts/fullRestakeDelegator/FullRestakeResetHook.sol";

contract FullRestakeResetHookScript is Script {
function run(uint48 period, uint256 slashCount) public {
Expand Down
2 changes: 1 addition & 1 deletion script/deploy/NetworkRestakeResetHook.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity 0.8.25;

import {Script, console2} from "forge-std/Script.sol";

import {NetworkRestakeResetHook} from "../../src/contracts/NetworkRestakeDelegator/NetworkRestakeResetHook.sol";
import {NetworkRestakeResetHook} from "../../src/contracts/networkRestakeDelegator/NetworkRestakeResetHook.sol";

contract NetworkRestakeResetHookScript is Script {
function run(uint48 period, uint256 slashCount) public {
Expand Down

0 comments on commit 6adbd25

Please sign in to comment.