Skip to content

Commit

Permalink
fix: updated verify commands (#88)
Browse files Browse the repository at this point in the history
# What 💻 
* updated verify commands for npm and pnpm (UUPS) to align with Beacon
and Transparent proxy tutorials - current `npm run hardhat verify
<PROXY-ADDRESS>` fails

# Why ✋
* Reason why first thing was added to PR
* Reason why second thing was added to PR
* Reason why third thing was added to PR

# Evidence 📷
Include screenshots, screen recordings, or `console` output here
demonstrating that your changes work as intended
<img width="937" alt="image"
src="https://github.com/matter-labs/zksync-docs/assets/112873874/5c7b917a-d117-42c5-913a-f35f6c2702f0">


<!-- All sections below are optional. You can uncomment any section
applicable to your Pull Request. -->

<!-- # Notes 📝
* Any notes/thoughts that the reviewers should know prior to reviewing
the code? -->
  • Loading branch information
amelnytskyi authored May 28, 2024
1 parent ebf8b50 commit f5d4c8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,15 +370,15 @@ With that execute the following command:
::code-group

```bash [npm]
npm run hardhat verify <PROXY-ADDRESS>
npx hardhat verify <PROXY-ADDRESS>
```

```bash [yarn]
yarn hardhat verify <PROXY-ADDRESS>
```

```bash [pnpm]
pnpm run hardhat verify <PROXY-ADDRESS>
pnpx exec hardhat verify <PROXY-ADDRESS>
```

```bash [bun]
Expand Down

0 comments on commit f5d4c8f

Please sign in to comment.