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 e4fe4f7 commit 72b7f02Copy full SHA for 72b7f02
install.sh
@@ -4,3 +4,4 @@ set -e
4
5
forge install
6
git submodule update --init
7
+forge build
script/DeployMaglevLens.s.sol
@@ -14,6 +14,7 @@ contract DeployMaglevLens is Script {
14
vm.startBroadcast(deployerAddress);
15
16
address maglevLens = address(new MaglevLens());
17
+ console.log("MAGLEVLENS = ", maglevLens);
18
19
vm.stopBroadcast();
20
}
0 commit comments