Skip to content

Commit

Permalink
chore: fix remappings
Browse files Browse the repository at this point in the history
  • Loading branch information
stevennevins committed Feb 3, 2025
1 parent 04eb2db commit d7e1bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/OperatorLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity ^0.8.0;

import {Vm} from "forge-std/Vm.sol";
import {BN254} from "../../../src/libraries/BN254.sol";
import {BN254} from "src/libraries/BN254.sol";
import {BN256G2} from "./BN256G2.sol";
import {Strings} from "@openzeppelin/contracts/utils/Strings.sol";

Expand Down

0 comments on commit d7e1bff

Please sign in to comment.