Closed y2hlbg closed 4 months ago
Modify `box.deployed()` to `box.waitForDeployment()` Modify `console.log('Box deployed to:', box.address);` to `console.log('Box deployed to:', box.target);`
Made a few small edits. Thanks for the PR!
What's changed and what's my intention?