We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54a072 commit ff158a0Copy full SHA for ff158a0
script/sample/ronin-testnet/20231204-DeployMockERC20.s.sol/20231204_DeployMockERC20.s.sol
@@ -2,7 +2,7 @@
2
pragma solidity >=0.6.2 <0.9.0;
3
pragma experimental ABIEncoderV2;
4
5
-import { console } from "@forge-std-1.9.1/console.sol";
+import { console } from "../../../../dependencies/@forge-std-1.9.1/src/console.sol";
6
import { DefaultNetwork } from "@fdk/utils/DefaultNetwork.sol";
7
import { Contract } from "../../utils/Contract.sol";
8
import { ISharedArgument, SampleMigration } from "../../SampleMigration.s.sol";
0 commit comments