Skip to content

Commit

Permalink
fix: references to old file (#321)
Browse files Browse the repository at this point in the history
# Description

Fix issue with build introduced in #312 

## Linked Issues


## Additional context
  • Loading branch information
uF4No authored Feb 10, 2025
1 parent 233192e commit 262bca2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,11 @@ See below examples for `hardhat-ethers` and `hardhat-zksync-ethers`:
::code-group
```ts [hardhat-ethers]
:code-import{filePath="hardhat-sol-template/deploy/deploy-greeter.ts:deploy"}
:code-import{filePath="hardhat-sol-template/scripts/deploy.ts:deploy"}
```
```ts [hardhat-zksync-ethers]
:code-import{filePath="hardhat-sol-template/deploy/deploy-greeter.ts:deploy"}
:code-import{filePath="hardhat-sol-template/scripts/deploy.ts:deploy"}
```
::
Expand All @@ -267,11 +267,11 @@ When a custom deployment is needed, use `ContractFactory`.
::code-group
```ts [hardhat-ethers]
:code-import{filePath="hardhat-sol-template/deploy/deploy-greeter.ts:deploy-factory"}
:code-import{filePath="hardhat-sol-template/scripts/deploy.ts:deploy-factory"}
```
```ts [hardhat-zksync-ethers]
:code-import{filePath="hardhat-sol-template/deploy/deploy-greeter.ts:deploy-factory"}
:code-import{filePath="hardhat-sol-template/scripts/deploy.ts:deploy-factory"}
```
::
Expand Down

0 comments on commit 262bca2

Please sign in to comment.