Skip to content

Commit ff158a0

Browse files
chore: remove remapping path
1 parent f54a072 commit ff158a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/sample/ronin-testnet/20231204-DeployMockERC20.s.sol/20231204_DeployMockERC20.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pragma solidity >=0.6.2 <0.9.0;
33
pragma experimental ABIEncoderV2;
44

5-
import { console } from "@forge-std-1.9.1/console.sol";
5+
import { console } from "../../../../dependencies/@forge-std-1.9.1/src/console.sol";
66
import { DefaultNetwork } from "@fdk/utils/DefaultNetwork.sol";
77
import { Contract } from "../../utils/Contract.sol";
88
import { ISharedArgument, SampleMigration } from "../../SampleMigration.s.sol";

0 commit comments

Comments
 (0)