Skip to content

Commit

Permalink
Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Jun 20, 2024
1 parent 3130161 commit ba958fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvsol/scripts/lib/Config.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity ^0.8.15;

import { Vm } from "@forge-std/Vm.sol";

import { Chains } from "scripts/Chains.sol";
import { Chains } from "scripts/lib/Chains.sol";

/// @title Config
library Config {
Expand Down

0 comments on commit ba958fd

Please sign in to comment.