Skip to content

Commit

Permalink
fix: fix broken links (#267)
Browse files Browse the repository at this point in the history
# What ❔

- fix broken links

## Why ❔

- The link is no longer valid and cannot be opened.

## Checklist

- [ ✅ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ✅ ] Tests for the changes have been added / updated.
- [ ✅ ] Documentation comments have been added / updated.
- [ ✅ ] Code has been formatted via `zk fmt` and `zk lint`.
  • Loading branch information
ylmin authored Oct 20, 2023
1 parent 4a5c54c commit 73a1e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If you look on your hardhat example, you'll notice that your `deploy.ts` is actu
`hardhat-zksync-deploy` plugin.

Which inside uses the zkSync's web3.js, that calls the contract deployer
[here](https://github.com/matter-labs/zksync-2-dev/blob/a2853871778cebe8f09faebe6f2f5c07d29b81f1/sdk/zksync-web3.js/src/contract.ts#L62)
[here](https://github.com/matter-labs/zksync-era/blob/main/sdk/zksync-web3.js/src/contract.ts#L44)

```typescript
override getDeployTransaction(..) {
Expand Down

0 comments on commit 73a1e8f

Please sign in to comment.