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 c732617 commit ea063c9Copy full SHA for ea063c9
script/DeployCheckBalance.s.sol
@@ -6,10 +6,9 @@ import {HelperConfig} from "./HelperConfig.s.sol";
6
import {CheckBalance} from "../src/CheckBalance.sol";
7
8
contract DeployCheckBalance is Script {
9
- HelperConfig public helperConfig;
10
- CheckBalance public checkBalance;
11
-
12
function run() public {
+ HelperConfig helperConfig = new HelperConfig();
+ CheckBalance checkBalance;
13
(
14
string memory chainBaseUrl,
15
address tokenAddress,
0 commit comments