EVM Side Setup

Last updated
Was this helpful?

Last updated
Was this helpful?
Was this helpful?
import "../link/link.sol";
to
import "./link.sol";
// and
import { bitManipulation } from "../bitManipulation/bitManipulation.sol";
to
import { bitManipulation } from "./bitManipulation.sol";