OpenZeppelin / docs.openzeppelin.com

Source for the OpenZeppelin documentation site
https://docs.openzeppelin.com
45 stars 87 forks source link

Update deploying and interacting guide to use Ethers v6 #410

Closed y2hlbg closed 4 months ago

y2hlbg commented 4 months ago

What's changed and what's my intention?

Modify `box.deployed()` to  `box.waitForDeployment()` 
Modify `console.log('Box deployed to:', box.address);` to  `console.log('Box deployed to:', box.target);` 
ericglau commented 4 months ago

Made a few small edits. Thanks for the PR!