Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: update beacon proxy address in the doc (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
a00012025 authored Mar 25, 2024
1 parent 45fb64d commit 3961ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/tooling/hardhat/hardhat-zksync-upgradable.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ async function main() {

const box = await hre.zkUpgrades.deployBeaconProxy(deployer.zkWallet, await beacon.getAddress(), boxContract, [42]);
await box.waitForDeployment();
console.log(contractName + " beacon proxy deployed to: ", await beacon.getAddress());
console.log(contractName + " beacon proxy deployed to: ", await box.getAddress());

box.connect(zkWallet);
const value = await box.retrieve();
Expand Down

0 comments on commit 3961ad6

Please sign in to comment.